Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dperformance_monitor.c79 m->ActiveCounters = in new_performance_monitor()
82 if (m->ActiveGroups == NULL || m->ActiveCounters == NULL) in new_performance_monitor()
88 m->ActiveCounters[i] = rzalloc_array(m->ActiveCounters, BITSET_WORD, in new_performance_monitor()
90 if (m->ActiveCounters[i] == NULL) in new_performance_monitor()
98 ralloc_free(m->ActiveCounters); in new_performance_monitor()
110 ralloc_free(m->ActiveCounters); in free_performance_monitor()
408 ralloc_free(m->ActiveCounters); in _mesa_DeletePerfMonitorsAMD()
484 BITSET_SET(m->ActiveCounters[group], counterList[i]); in _mesa_SelectPerfMonitorCountersAMD()
490 BITSET_CLEAR(m->ActiveCounters[group], counterList[i]); in _mesa_SelectPerfMonitorCountersAMD()
569 BITSET_FOREACH_SET(counter, tmp, m->ActiveCounters[group], g->NumCounters) { in perf_monitor_result_size()
Dmtypes.h1920 GLuint **ActiveCounters; member
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_perfmon.c92 BITSET_FOREACH_SET(cid, tmp, m->ActiveCounters[gid], g->NumCounters) { in init_perf_monitor()