Searched refs:ActiveCounters (Results 1 – 2 of 2) sorted by relevance
114 BITSET_FOREACH_SET(cid, m->ActiveCounters[gid], g->NumCounters) { in init_perf_monitor()461 m->ActiveCounters = in new_performance_monitor()464 if (m->ActiveGroups == NULL || m->ActiveCounters == NULL) in new_performance_monitor()470 m->ActiveCounters[i] = rzalloc_array(m->ActiveCounters, BITSET_WORD, in new_performance_monitor()472 if (m->ActiveCounters[i] == NULL) in new_performance_monitor()480 ralloc_free(m->ActiveCounters); in new_performance_monitor()492 ralloc_free(m->ActiveCounters); in free_performance_monitor()784 ralloc_free(m->ActiveCounters); in _mesa_DeletePerfMonitorsAMD()859 if (!BITSET_TEST(m->ActiveCounters[group], counterList[i])) { in _mesa_SelectPerfMonitorCountersAMD()861 BITSET_SET(m->ActiveCounters[group], counterList[i]); in _mesa_SelectPerfMonitorCountersAMD()[all …]
2001 GLuint **ActiveCounters; member