Searched refs:si_prefetch_shader_async (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_draw.cpp | 592 static void si_prefetch_shader_async(struct si_context *sctx, struct si_shader *shader) in si_prefetch_shader_async() function 614 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.hs); in si_prefetch_shaders() 617 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.gs); in si_prefetch_shaders() 621 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.hs); in si_prefetch_shaders() 624 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.gs); in si_prefetch_shaders() 626 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.vs); in si_prefetch_shaders() 632 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.ls); in si_prefetch_shaders() 634 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.hs); in si_prefetch_shaders() 636 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.es); in si_prefetch_shaders() 638 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.gs); in si_prefetch_shaders() [all …]
|