Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_spm.c262 spm_trace->muxsel_lines[s] = CALLOC(num_lines, sizeof(*spm_trace->muxsel_lines[s])); in ac_init_spm()
263 if (!spm_trace->muxsel_lines[s]) in ac_init_spm()
279 if (!spm_trace->muxsel_lines[s]) in ac_init_spm()
301 … spm_trace->muxsel_lines[s][even_line_idx].muxsel[even_counter_idx++] = global_timestamp_muxsel; in ac_init_spm()
315 …spm_trace->muxsel_lines[s][even_line_idx].muxsel[even_counter_idx] = spm_trace->counters[i].muxsel; in ac_init_spm()
324 … spm_trace->muxsel_lines[s][odd_line_idx].muxsel[odd_counter_idx] = spm_trace->counters[i].muxsel; in ac_init_spm()
339 FREE(spm_trace->muxsel_lines[s]); in ac_destroy_spm()
Dac_spm.h112 struct ac_spm_muxsel_line *muxsel_lines[AC_SPM_SEGMENT_TYPE_COUNT]; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_spm.c165 uint32_t *data = (uint32_t *)spm_trace->muxsel_lines[s][l].muxsel; in radv_emit_spm_setup()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_perfcounter.c857 uint32_t *data = (uint32_t *)spm_trace->muxsel_lines[s][l].muxsel; in si_emit_spm_setup()