diff --git a/src/freedreno/ir3/ir3.h b/src/freedreno/ir3/ir3.h index e608ba6f295..dbd6509b5e6 100644 --- a/src/freedreno/ir3/ir3.h +++ b/src/freedreno/ir3/ir3.h @@ -75,6 +75,7 @@ struct ir3_info { uint8_t subgroup_size; bool double_threadsize; bool multi_dword_ldp_stp; + bool early_preamble; /* number of sync bits: */ uint16_t ss, sy;