Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c300 uint64_t scratch_va = sctx->compute_scratch_buffer->gpu_address; in si_setup_compute_scratch_buffer() local
302 si_shader_apply_scratch_relocs(sctx, shader, config, scratch_va); in si_setup_compute_scratch_buffer()
413 uint64_t scratch_va = sctx->compute_scratch_buffer->gpu_address; in setup_scratch_rsrc_user_sgprs() local
419 uint32_t scratch_dword0 = scratch_va & 0xffffffff; in setup_scratch_rsrc_user_sgprs()
421 S_008F04_BASE_ADDRESS_HI(scratch_va >> 32) | in setup_scratch_rsrc_user_sgprs()
Dsi_shader.h574 uint64_t scratch_va);
Dsi_state_shaders.c2075 uint64_t scratch_va = sctx->scratch_buffer->gpu_address; in si_update_scratch_buffer() local
2092 si_shader_apply_scratch_relocs(sctx, shader, &shader->config, scratch_va); in si_update_scratch_buffer()
Dsi_shader.c6106 uint64_t scratch_va) in si_shader_apply_scratch_relocs() argument
6109 uint32_t scratch_rsrc_dword0 = scratch_va; in si_shader_apply_scratch_relocs()
6111 S_008F04_BASE_ADDRESS_HI(scratch_va >> 32); in si_shader_apply_scratch_relocs()