Searched refs:SI_NUM_STATES (Results 1 – 2 of 2) sorted by relevance
131 for (unsigned i = 0; i < SI_NUM_STATES; i++) { in si_pm4_reset_emitted()143 sctx->dirty_states |= u_bit_consecutive(0, SI_NUM_STATES); in si_pm4_reset_emitted()
198 #define SI_NUM_STATES (sizeof(union si_state) / sizeof(struct si_pm4_state *)) macro