Searched refs:si_prefetch_shader_async (Results 1 – 1 of 1) sorted by relevance
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| D | si_state_draw.cpp | 484 static void si_prefetch_shader_async(struct si_context *sctx, struct si_shader *shader) in si_prefetch_shader_async() function 515 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.hs); in si_prefetch_shaders() 522 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.gs); in si_prefetch_shaders() 525 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.gs); in si_prefetch_shaders() 534 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.hs); in si_prefetch_shaders() 541 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.gs); in si_prefetch_shaders() 543 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.vs); in si_prefetch_shaders() 547 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.gs); in si_prefetch_shaders() 554 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.vs); in si_prefetch_shaders() 558 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.vs); in si_prefetch_shaders() [all …]
|