Searched refs:cik_prefetch_shader_async (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_cp_dma.c | 505 static void cik_prefetch_shader_async(struct si_context *sctx, in cik_prefetch_shader_async() function 532 cik_prefetch_shader_async(sctx, sctx->queued.named.hs); in cik_emit_prefetch_L2() 536 cik_prefetch_shader_async(sctx, sctx->queued.named.gs); in cik_emit_prefetch_L2() 538 cik_prefetch_shader_async(sctx, sctx->queued.named.vs); in cik_emit_prefetch_L2() 541 cik_prefetch_shader_async(sctx, sctx->queued.named.gs); in cik_emit_prefetch_L2() 545 cik_prefetch_shader_async(sctx, sctx->queued.named.vs); in cik_emit_prefetch_L2() 548 cik_prefetch_shader_async(sctx, sctx->queued.named.vs); in cik_emit_prefetch_L2() 557 cik_prefetch_shader_async(sctx, sctx->queued.named.ls); in cik_emit_prefetch_L2() 561 cik_prefetch_shader_async(sctx, sctx->queued.named.hs); in cik_emit_prefetch_L2() 563 cik_prefetch_shader_async(sctx, sctx->queued.named.es); in cik_emit_prefetch_L2() [all …]
|