freedreno/afuc: Fix printing preemptleave on a5xx
[mesa.git] / src / freedreno / ir3 / ir3.h
index 2f5423238e0a6c9fff4b22ec7774bec155326ca1..cb42636f285c3096c68d8158b7c15fdce5d24752 100644 (file)
@@ -65,6 +65,9 @@ struct ir3_info {
        uint16_t sstall;
 
        uint16_t last_baryf;     /* instruction # of last varying fetch */
+
+       /* Number of instructions of a given category: */
+       uint16_t instrs_per_cat[8];
 };
 
 struct ir3_register {