Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_spm.c81 radeon_set_uconfig_reg(cs, R_030800_GRBM_GFX_INDEX, block_sel->grbm_gfx_index); in radv_emit_spm_counters()
144 unsigned grbm_gfx_index = S_030800_SH_BROADCAST_WRITES(1) | in radv_emit_spm_setup() local
151 grbm_gfx_index |= S_030800_SE_BROADCAST_WRITES(1); in radv_emit_spm_setup()
156 grbm_gfx_index |= S_030800_SE_INDEX(s); in radv_emit_spm_setup()
162 radeon_set_uconfig_reg(cs, R_030800_GRBM_GFX_INDEX, grbm_gfx_index); in radv_emit_spm_setup()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_perfcounter.c767 radeon_set_uconfig_reg(R_030800_GRBM_GFX_INDEX, block_sel->grbm_gfx_index); in si_emit_spm_counters()
836 unsigned grbm_gfx_index = S_030800_SH_BROADCAST_WRITES(1) | in si_emit_spm_setup() local
843 grbm_gfx_index |= S_030800_SE_BROADCAST_WRITES(1); in si_emit_spm_setup()
848 grbm_gfx_index |= S_030800_SE_INDEX(s); in si_emit_spm_setup()
854 radeon_set_uconfig_reg(R_030800_GRBM_GFX_INDEX, grbm_gfx_index); in si_emit_spm_setup()
/third_party/mesa3d/src/amd/common/
Dac_spm.h87 uint32_t grbm_gfx_index; member
Dac_spm.c61 new_block_sel->grbm_gfx_index = S_030800_SE_BROADCAST_WRITES(1) | in ac_spm_get_block_select()
65 new_block_sel->grbm_gfx_index = S_030800_SH_BROADCAST_WRITES(1); in ac_spm_get_block_select()