Home
last modified time | relevance | path

Searched refs:scratch_va (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c354 uint64_t scratch_va = sctx->compute_scratch_buffer->gpu_address; in si_setup_compute_scratch_buffer() local
356 si_shader_apply_scratch_relocs(shader, scratch_va); in si_setup_compute_scratch_buffer()
479 uint64_t scratch_va = sctx->compute_scratch_buffer->gpu_address; in setup_scratch_rsrc_user_sgprs() local
485 uint32_t scratch_dword0 = scratch_va & 0xffffffff; in setup_scratch_rsrc_user_sgprs()
487 S_008F04_BASE_ADDRESS_HI(scratch_va >> 32) | in setup_scratch_rsrc_user_sgprs()
Dsi_shader.h646 uint64_t scratch_va);
Dsi_state_shaders.c2817 uint64_t scratch_va = sctx->scratch_buffer->gpu_address; in si_update_scratch_buffer() local
2844 si_shader_apply_scratch_relocs(shader->previous_stage, scratch_va); in si_update_scratch_buffer()
2846 si_shader_apply_scratch_relocs(shader, scratch_va); in si_update_scratch_buffer()
Dsi_shader.c5223 uint64_t scratch_va) in si_shader_apply_scratch_relocs() argument
5226 uint32_t scratch_rsrc_dword0 = scratch_va; in si_shader_apply_scratch_relocs()
5228 S_008F04_BASE_ADDRESS_HI(scratch_va >> 32); in si_shader_apply_scratch_relocs()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c1674 uint64_t scratch_va = radv_buffer_get_va(scratch_bo); in radv_get_preamble_cs() local
1675 uint32_t rsrc1 = S_008F04_BASE_ADDRESS_HI(scratch_va >> 32) | in radv_get_preamble_cs()
1677 map[0] = scratch_va; in radv_get_preamble_cs()
1763 uint64_t scratch_va = radv_buffer_get_va(compute_scratch_bo); in radv_get_preamble_cs() local
1764 uint32_t rsrc1 = S_008F04_BASE_ADDRESS_HI(scratch_va >> 32) | in radv_get_preamble_cs()
1770 radeon_emit(cs, scratch_va); in radv_get_preamble_cs()