Searched refs:ac_lookup_counter (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
D | ac_perfcounter.h | 190 struct ac_pc_block *ac_lookup_counter(const struct ac_perfcounters *pc,
|
D | ac_perfcounter.c | 1026 struct ac_pc_block *ac_lookup_counter(const struct ac_perfcounters *pc, in ac_lookup_counter() function
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_perfcounter.c | 544 … ac_lookup_counter(&pc->base, query_types[i] - SI_QUERY_FIRST_PERFCOUNTER, &base_gid, &sub_index); in si_create_batch_query() 599 … ac_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()
|