Searched refs:compute_scratch_buffer (Results 1 – 3 of 3) sorted by relevance
393 sctx->compute_scratch_buffer ? sctx->compute_scratch_buffer->b.b.width0 : 0; in si_setup_compute_scratch_buffer()399 si_resource_reference(&sctx->compute_scratch_buffer, NULL); in si_setup_compute_scratch_buffer()401 sctx->compute_scratch_buffer = in si_setup_compute_scratch_buffer()408 if (!sctx->compute_scratch_buffer) in si_setup_compute_scratch_buffer()414 uint64_t scratch_va = sctx->compute_scratch_buffer->gpu_address; in si_setup_compute_scratch_buffer()506 radeon_add_to_buffer_list(sctx, &sctx->gfx_cs, sctx->compute_scratch_buffer, in si_switch_compute_shader()541 sctx->compute_scratch_buffer->gpu_address >> 8); in si_switch_compute_shader()544 sctx->compute_scratch_buffer->gpu_address >> 40); in si_switch_compute_shader()561 sctx->compute_scratch_buffer->gpu_address >> 8); in si_switch_compute_shader()564 sctx->compute_scratch_buffer->gpu_address >> 40); in si_switch_compute_shader()[all …]
222 si_resource_reference(&sctx->compute_scratch_buffer, NULL); in si_destroy_context()
1192 struct si_resource *compute_scratch_buffer; member