Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dperformance_monitor.c76 m->ActiveGroups = in new_performance_monitor()
82 if (m->ActiveGroups == NULL || m->ActiveCounters == NULL) in new_performance_monitor()
97 ralloc_free(m->ActiveGroups); in new_performance_monitor()
109 ralloc_free(m->ActiveGroups); in free_performance_monitor()
401 ralloc_free(m->ActiveGroups); in _mesa_DeletePerfMonitorsAMD()
478 ++m->ActiveGroups[group]; in _mesa_SelectPerfMonitorCountersAMD()
486 --m->ActiveGroups[group]; in _mesa_SelectPerfMonitorCountersAMD()
Dmtypes.h1981 unsigned *ActiveGroups; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_perfmon.c59 if (m->ActiveGroups[gid] > g->MaxActiveCounters) { in init_perf_monitor()
68 num_active_counters += m->ActiveGroups[gid]; in init_perf_monitor()
70 max_batch_counters += m->ActiveGroups[gid]; in init_perf_monitor()