Home
last modified time | relevance | path

Searched refs:ac_lookup_counter (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_perfcounter.h190 struct ac_pc_block *ac_lookup_counter(const struct ac_perfcounters *pc,
Dac_perfcounter.c1026 struct ac_pc_block *ac_lookup_counter(const struct ac_perfcounters *pc, in ac_lookup_counter() function
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_perfcounter.c544ac_lookup_counter(&pc->base, query_types[i] - SI_QUERY_FIRST_PERFCOUNTER, &base_gid, &sub_index); in si_create_batch_query()
599ac_lookup_counter(&pc->base, query_types[i] - SI_QUERY_FIRST_PERFCOUNTER, &base_gid, &sub_index); in si_create_batch_query()
649 block = ac_lookup_counter(&pc->base, index, &base_gid, &sub); in si_get_perfcounter_info()