Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.cpp3414 bool new_ngg = true; in si_update_ngg() local
3417 new_ngg = false; in si_update_ngg()
3423 new_ngg = false; in si_update_ngg()
3426 if (new_ngg != sctx->ngg) { in si_update_ngg()
3431 if (sctx->screen->info.has_vgt_flush_ngg_legacy_bug && !new_ngg) { in si_update_ngg()
3439 sctx->ngg = new_ngg; in si_update_ngg()