Searched refs:compute_scratch_buffer (Results 1 – 3 of 3) sorted by relevance
392 sctx->compute_scratch_buffer ? sctx->compute_scratch_buffer->b.b.width0 : 0; in si_setup_compute_scratch_buffer()398 si_resource_reference(&sctx->compute_scratch_buffer, NULL); in si_setup_compute_scratch_buffer()400 sctx->compute_scratch_buffer = in si_setup_compute_scratch_buffer()407 if (!sctx->compute_scratch_buffer) in si_setup_compute_scratch_buffer()413 uint64_t scratch_va = sctx->compute_scratch_buffer->gpu_address; in si_setup_compute_scratch_buffer()505 radeon_add_to_buffer_list(sctx, &sctx->gfx_cs, sctx->compute_scratch_buffer, in si_switch_compute_shader()540 sctx->compute_scratch_buffer->gpu_address >> 8); in si_switch_compute_shader()543 sctx->compute_scratch_buffer->gpu_address >> 40); in si_switch_compute_shader()560 sctx->compute_scratch_buffer->gpu_address >> 8); in si_switch_compute_shader()563 sctx->compute_scratch_buffer->gpu_address >> 40); in si_switch_compute_shader()[all …]
233 si_resource_reference(&sctx->compute_scratch_buffer, NULL); in si_destroy_context()
1183 struct si_resource *compute_scratch_buffer; member