Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_perfcounter.c329 if (query_types[i] < R600_QUERY_FIRST_PERFCOUNTER) in r600_create_batch_query()
332 block = lookup_counter(pc, query_types[i] - R600_QUERY_FIRST_PERFCOUNTER, in r600_create_batch_query()
396 block = lookup_counter(pc, query_types[i] - R600_QUERY_FIRST_PERFCOUNTER, in r600_create_batch_query()
545 info->query_type = R600_QUERY_FIRST_PERFCOUNTER + index; in r600_get_perfcounter_info()
Dr600_query.h112 R600_QUERY_FIRST_PERFCOUNTER = PIPE_QUERY_DRIVER_SPECIFIC + 100, enumerator