Home
last modified time | relevance | path

Searched refs:dirty_states (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pm4.c108 sctx->dirty_states &= ~BITFIELD_BIT(idx); in si_pm4_free_state()
144 sctx->dirty_states |= 1 << i; in si_pm4_reset_emitted()
154 sctx->dirty_states |= BITFIELD_BIT(i); in si_pm4_reset_emitted()
Dsi_state.h475 (sctx)->dirty_states |= SI_STATE_BIT(member); \
477 (sctx)->dirty_states &= ~SI_STATE_BIT(member); \
Dsi_state_draw.cpp2006 mask = sctx->dirty_states; in si_emit_all_states()
2019 sctx->dirty_states = 0; in si_emit_all_states()
2364 sctx->dirty_states & si_states_that_always_roll_context()) in si_draw()
Dsi_pipe.h985 unsigned dirty_states; member
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst3293 - radeonsi: clear dirty_atoms and dirty_states only if we entered the emit loop
3330 - radeonsi: clear dirty_states if si_pm4_bind_state is unbinding or no-op