Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_perfmon.c48 unsigned num_batch_counters = 0; in init_perf_monitor() local
100 cntr->batch_index = num_batch_counters; in init_perf_monitor()
101 batch[num_batch_counters++] = stc->query_type; in init_perf_monitor()
112 if (num_batch_counters) { in init_perf_monitor()
113 stm->batch_query = pipe->create_batch_query(pipe, num_batch_counters, in init_perf_monitor()
115 stm->batch_result = CALLOC(num_batch_counters, sizeof(stm->batch_result->batch[0])); in init_perf_monitor()