Home
last modified time | relevance | path

Searched refs:compute_scratch_buffer (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c415 if (sctx->compute_scratch_buffer) in si_setup_compute_scratch_buffer()
416 scratch_bo_size = sctx->compute_scratch_buffer->b.b.width0; in si_setup_compute_scratch_buffer()
419 si_resource_reference(&sctx->compute_scratch_buffer, NULL); in si_setup_compute_scratch_buffer()
421 sctx->compute_scratch_buffer = in si_setup_compute_scratch_buffer()
427 if (!sctx->compute_scratch_buffer) in si_setup_compute_scratch_buffer()
431 if (sctx->compute_scratch_buffer != shader->scratch_bo && scratch_needed) { in si_setup_compute_scratch_buffer()
432 uint64_t scratch_va = sctx->compute_scratch_buffer->gpu_address; in si_setup_compute_scratch_buffer()
437 si_resource_reference(&shader->scratch_bo, sctx->compute_scratch_buffer); in si_setup_compute_scratch_buffer()
540 uint64_t scratch_va = sctx->compute_scratch_buffer->gpu_address; in setup_scratch_rsrc_user_sgprs()
Dsi_pipe.h1145 struct si_resource *compute_scratch_buffer; member
Dsi_pipe.c198 si_resource_reference(&sctx->compute_scratch_buffer, NULL); in si_destroy_context()