Home
last modified time | relevance | path

Searched refs:si_pm4_state_enabled_and_changed (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c3342 if (si_pm4_state_enabled_and_changed(sctx, ls) || in si_update_shaders()
3343 si_pm4_state_enabled_and_changed(sctx, hs) || in si_update_shaders()
3344 si_pm4_state_enabled_and_changed(sctx, es) || in si_update_shaders()
3345 si_pm4_state_enabled_and_changed(sctx, gs) || in si_update_shaders()
3346 si_pm4_state_enabled_and_changed(sctx, vs) || in si_update_shaders()
3347 si_pm4_state_enabled_and_changed(sctx, ps)) { in si_update_shaders()
3353 if (si_pm4_state_enabled_and_changed(sctx, ls)) in si_update_shaders()
3358 if (si_pm4_state_enabled_and_changed(sctx, hs)) in si_update_shaders()
3363 if (si_pm4_state_enabled_and_changed(sctx, es)) in si_update_shaders()
3368 if (si_pm4_state_enabled_and_changed(sctx, gs)) in si_update_shaders()
[all …]
Dsi_state.h302 #define si_pm4_state_enabled_and_changed(sctx, member) \ macro