Searched refs:si_pm4_state_enabled_and_changed (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state_draw.cpp | 308 (si_pm4_state_enabled_and_changed(sctx, ls) || si_pm4_state_enabled_and_changed(sctx, es))) || 309 si_pm4_state_enabled_and_changed(sctx, hs) || si_pm4_state_enabled_and_changed(sctx, gs) || 310 si_pm4_state_enabled_and_changed(sctx, vs) || si_pm4_state_enabled_and_changed(sctx, ps)) { 342 if (GFX_VERSION <= GFX8 && HAS_TESS && si_pm4_state_enabled_and_changed(sctx, ls)) 345 if (HAS_TESS && si_pm4_state_enabled_and_changed(sctx, hs)) 348 if (GFX_VERSION <= GFX8 && HAS_GS && si_pm4_state_enabled_and_changed(sctx, es)) 351 if ((HAS_GS || NGG) && si_pm4_state_enabled_and_changed(sct [all...] |
| H A D | si_state.h | 468 #define si_pm4_state_enabled_and_changed(sctx, member) \ macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state_shaders.c | 3494 if (si_pm4_state_enabled_and_changed(sctx, ls) || 3495 si_pm4_state_enabled_and_changed(sctx, hs) || 3496 si_pm4_state_enabled_and_changed(sctx, es) || 3497 si_pm4_state_enabled_and_changed(sctx, gs) || 3498 si_pm4_state_enabled_and_changed(sctx, vs) || 3499 si_pm4_state_enabled_and_changed(sctx, ps)) { 3505 if (si_pm4_state_enabled_and_changed(sctx, ls)) 3510 if (si_pm4_state_enabled_and_changed(sctx, hs)) 3515 if (si_pm4_state_enabled_and_changed(sctx, es)) 3520 if (si_pm4_state_enabled_and_changed(sct [all...] |
| H A D | si_state.h | 425 #define si_pm4_state_enabled_and_changed(sctx, member) \ macro
|
Completed in 10 milliseconds