Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_perfmon.c48 unsigned max_batch_counters = 0; in init_perf_monitor() local
70 max_batch_counters += m->ActiveGroups[gid]; in init_perf_monitor()
81 if (max_batch_counters) { in init_perf_monitor()
82 batch = CALLOC(max_batch_counters, sizeof(*batch)); in init_perf_monitor()