Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dperformance_monitor.c72 unsigned max_batch_counters = 0; in init_perf_monitor() local
93 max_batch_counters += m->ActiveGroups[gid]; in init_perf_monitor()
104 if (max_batch_counters) { in init_perf_monitor()
105 batch = CALLOC(max_batch_counters, sizeof(*batch)); in init_perf_monitor()