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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_perfmon.c48 unsigned max_batch_counters = 0; local in function:init_perf_monitor
70 max_batch_counters += m->ActiveGroups[gid];
81 if (max_batch_counters) {
82 batch = CALLOC(max_batch_counters, sizeof(*batch));
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_perfmon.c48 unsigned max_batch_counters = 0; local in function:init_perf_monitor
70 max_batch_counters += m->ActiveGroups[gid];
81 if (max_batch_counters) {
82 batch = CALLOC(max_batch_counters, sizeof(*batch));

Completed in 3 milliseconds