Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dperformance_monitor.c82 if (m->ActiveGroups[gid] > g->MaxActiveCounters) { in init_perf_monitor()
91 num_active_counters += m->ActiveGroups[gid]; in init_perf_monitor()
93 max_batch_counters += m->ActiveGroups[gid]; in init_perf_monitor()
458 m->ActiveGroups = in new_performance_monitor()
464 if (m->ActiveGroups == NULL || m->ActiveCounters == NULL) in new_performance_monitor()
479 ralloc_free(m->ActiveGroups); in new_performance_monitor()
491 ralloc_free(m->ActiveGroups); in free_performance_monitor()
783 ralloc_free(m->ActiveGroups); in _mesa_DeletePerfMonitorsAMD()
860 ++m->ActiveGroups[group]; in _mesa_SelectPerfMonitorCountersAMD()
868 --m->ActiveGroups[group]; in _mesa_SelectPerfMonitorCountersAMD()
Dmtypes.h1992 unsigned *ActiveGroups; member