Searched refs:AC_SPM_MUXSEL_LINE_SIZE (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_spm.c | 168 radeon_set_uconfig_reg(cs, rlc_muxsel_addr, l * AC_SPM_MUXSEL_LINE_SIZE); in radv_emit_spm_setup() 171 radeon_emit(cs, PKT3(PKT3_WRITE_DATA, 2 + AC_SPM_MUXSEL_LINE_SIZE, 0)); in radv_emit_spm_setup() 178 radeon_emit_array(cs, data, AC_SPM_MUXSEL_LINE_SIZE); in radv_emit_spm_setup()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_spm.h | 35 #define AC_SPM_MUXSEL_LINE_SIZE ((AC_SPM_NUM_COUNTER_PER_MUXSEL * 2) / 4) /* in dwords */ macro
|
H A D | ac_spm.c | 350 sample_size += spm_trace->num_muxsel_lines[s] * AC_SPM_MUXSEL_LINE_SIZE * 4; in ac_spm_get_sample_size()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_perfcounter.c | 860 radeon_set_uconfig_reg(rlc_muxsel_addr, l * AC_SPM_MUXSEL_LINE_SIZE); in si_emit_spm_setup() 863 radeon_emit(PKT3(PKT3_WRITE_DATA, 2 + AC_SPM_MUXSEL_LINE_SIZE, 0)); in si_emit_spm_setup() 870 radeon_emit_array(data, AC_SPM_MUXSEL_LINE_SIZE); in si_emit_spm_setup()
|
Completed in 3 milliseconds