Home
last modified time | relevance | path

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

/third_party/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()
402 ralloc_free(m->ActiveCounters); in _mesa_DeletePerfMonitorsAMD()
477 if (!BITSET_TEST(m->ActiveCounters[group], counterList[i])) { in _mesa_SelectPerfMonitorCountersAMD()
479 BITSET_SET(m->ActiveCounters[group], counterList[i]); in _mesa_SelectPerfMonitorCountersAMD()
485 if (BITSET_TEST(m->ActiveCounters[group], counterList[i])) { in _mesa_SelectPerfMonitorCountersAMD()
[all …]
Dmtypes.h1990 GLuint **ActiveCounters; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_perfmon.c92 BITSET_FOREACH_SET(cid, m->ActiveCounters[gid], g->NumCounters) { in init_perf_monitor()