Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.c989 static void cik_prefetch_shader_async(struct si_context *sctx, in cik_prefetch_shader_async() function
1184 cik_prefetch_shader_async(sctx, sctx->queued.named.ls); in si_draw_vbo()
1186 cik_prefetch_shader_async(sctx, sctx->queued.named.hs); in si_draw_vbo()
1188 cik_prefetch_shader_async(sctx, sctx->queued.named.es); in si_draw_vbo()
1190 cik_prefetch_shader_async(sctx, sctx->queued.named.gs); in si_draw_vbo()
1192 cik_prefetch_shader_async(sctx, sctx->queued.named.vs); in si_draw_vbo()
1202 cik_prefetch_shader_async(sctx, sctx->queued.named.ps); in si_draw_vbo()