Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dperformance_monitor.c73 unsigned num_batch_counters = 0; in init_perf_monitor() local
122 cntr->batch_index = num_batch_counters; in init_perf_monitor()
123 batch[num_batch_counters++] = c->query_type; in init_perf_monitor()
134 if (num_batch_counters) { in init_perf_monitor()
135 m->batch_query = pipe->create_batch_query(pipe, num_batch_counters, in init_perf_monitor()
137 m->batch_result = CALLOC(num_batch_counters, sizeof(m->batch_result->batch[0])); in init_perf_monitor()