Searched refs:scratch_va (Results 1 – 5 of 5) sorted by relevance
354 uint64_t scratch_va = sctx->compute_scratch_buffer->gpu_address; in si_setup_compute_scratch_buffer() local356 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() local485 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()
646 uint64_t scratch_va);
2817 uint64_t scratch_va = sctx->scratch_buffer->gpu_address; in si_update_scratch_buffer() local2844 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()
5223 uint64_t scratch_va) in si_shader_apply_scratch_relocs() argument5226 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()
1674 uint64_t scratch_va = radv_buffer_get_va(scratch_bo); in radv_get_preamble_cs() local1675 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() local1764 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()