Searched refs:cik_prefetch_TC_L2_async (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_cp_dma.c | 402 void cik_prefetch_TC_L2_async(struct si_context *sctx, struct pipe_resource *buf, uint64_t offset, in cik_prefetch_TC_L2_async() function 415 cik_prefetch_TC_L2_async(sctx, bo, 0, bo->width0); in cik_prefetch_shader_async() 423 cik_prefetch_TC_L2_async(sctx, &sctx->vb_descriptors_buffer->b.b, sctx->vb_descriptors_offset, in cik_prefetch_VBO_descriptors()
|
D | si_compute.c | 898 cik_prefetch_TC_L2_async(sctx, &program->shader.bo->b.b, 0, program->shader.bo->b.b.width0); in si_launch_grid()
|
D | si_pipe.h | 1375 void cik_prefetch_TC_L2_async(struct si_context *sctx, struct pipe_resource *buf, uint64_t offset,
|