Searched refs:update_esgs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c2947 bool update_esgs = sctx->chip_class <= VI && local in function:si_update_gs_ring_buffers
2955 if (!update_esgs && !update_gsvs)
2958 if (update_esgs) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c3605 bool update_esgs = sctx->chip_class <= GFX8 && esgs_ring_size && local in function:si_update_gs_ring_buffers
3610 if (!update_esgs && !update_gsvs)
3613 if (update_esgs) {

Completed in 12 milliseconds