Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c3016 bool new_ngg = true; in si_update_ngg() local
3019 new_ngg = false; in si_update_ngg()
3024 new_ngg = false; in si_update_ngg()
3027 if (new_ngg != sctx->ngg) { in si_update_ngg()
3032 if ((sctx->chip_class == GFX10 || sctx->family == CHIP_SIENNA_CICHLID) && !new_ngg) { in si_update_ngg()
3040 sctx->ngg = new_ngg; in si_update_ngg()