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 | 411 static void cik_prefetch_shader_async(struct si_context *sctx, struct si_pm4_state *state) in cik_prefetch_shader_async() function 443 cik_prefetch_shader_async(sctx, sctx->queued.named.hs); in cik_emit_prefetch_L2() 452 cik_prefetch_shader_async(sctx, sctx->queued.named.gs); in cik_emit_prefetch_L2() 454 cik_prefetch_shader_async(sctx, sctx->queued.named.vs); in cik_emit_prefetch_L2() 457 cik_prefetch_shader_async(sctx, sctx->queued.named.gs); in cik_emit_prefetch_L2() 466 cik_prefetch_shader_async(sctx, sctx->queued.named.vs); in cik_emit_prefetch_L2() 469 cik_prefetch_shader_async(sctx, sctx->queued.named.vs); in cik_emit_prefetch_L2() 482 cik_prefetch_shader_async(sctx, sctx->queued.named.ls); in cik_emit_prefetch_L2() 491 cik_prefetch_shader_async(sctx, sctx->queued.named.hs); in cik_emit_prefetch_L2() 493 cik_prefetch_shader_async(sctx, sctx->queued.named.es); in cik_emit_prefetch_L2() [all …]
|