Home
last modified time | relevance | path

Searched refs:SI_QUERY_FIRST_PERFCOUNTER (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.h127 SI_QUERY_FIRST_PERFCOUNTER = PIPE_QUERY_DRIVER_SPECIFIC + 100, enumerator
Dsi_perfcounter.c1178 if (query_types[i] < SI_QUERY_FIRST_PERFCOUNTER) in si_create_batch_query()
1182 lookup_counter(pc, query_types[i] - SI_QUERY_FIRST_PERFCOUNTER, &base_gid, &sub_index); in si_create_batch_query()
1237 lookup_counter(pc, query_types[i] - SI_QUERY_FIRST_PERFCOUNTER, &base_gid, &sub_index); in si_create_batch_query()
1381 info->query_type = SI_QUERY_FIRST_PERFCOUNTER + index; in si_get_perfcounter_info()