Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c447 if (sctx->compute_scratch_buffer) in si_setup_compute_scratch_buffer()
448 scratch_bo_size = sctx->compute_scratch_buffer->b.b.width0; in si_setup_compute_scratch_buffer()
451 si_resource_reference(&sctx->compute_scratch_buffer, NULL); in si_setup_compute_scratch_buffer()
453 sctx->compute_scratch_buffer = in si_setup_compute_scratch_buffer()
459 if (!sctx->compute_scratch_buffer) in si_setup_compute_scratch_buffer()
463 if (sctx->compute_scratch_buffer != shader->scratch_bo && scratch_needed) { in si_setup_compute_scratch_buffer()
464 uint64_t scratch_va = sctx->compute_scratch_buffer->gpu_address; in si_setup_compute_scratch_buffer()
469 si_resource_reference(&shader->scratch_bo, sctx->compute_scratch_buffer); in si_setup_compute_scratch_buffer()
572 uint64_t scratch_va = sctx->compute_scratch_buffer->gpu_address; in setup_scratch_rsrc_user_sgprs()
Dsi_pipe.h1132 struct si_resource *compute_scratch_buffer; member
Dsi_pipe.c212 si_resource_reference(&sctx->compute_scratch_buffer, NULL); in si_destroy_context()