Searched refs:si_pm4_state_enabled_and_changed (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_shaders.c | 3342 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 …]
|
D | si_state.h | 302 #define si_pm4_state_enabled_and_changed(sctx, member) \ macro
|