Searched refs:num_hw_sm_active (Results 1 – 4 of 4) sorted by relevance
174 if (screen->pm.num_hw_sm_active + cfg->num_counters > 4) { in nv50_hw_sm_begin_query()190 screen->pm.num_hw_sm_active++; in nv50_hw_sm_begin_query()252 screen->pm.num_hw_sm_active--; in nv50_hw_sm_end_query()
106 uint8_t num_hw_sm_active; member
2322 if (screen->pm.num_hw_sm_active[0] + num_ab[0] > 4 || in nve4_hw_sm_begin_query()2323 screen->pm.num_hw_sm_active[1] + num_ab[1] > 4) { in nve4_hw_sm_begin_query()2345 if (!screen->pm.num_hw_sm_active[d]) { in nve4_hw_sm_begin_query()2347 if (screen->pm.num_hw_sm_active[!d]) in nve4_hw_sm_begin_query()2352 screen->pm.num_hw_sm_active[d]++; in nve4_hw_sm_begin_query()2406 if (screen->pm.num_hw_sm_active[0] + cfg->num_counters > 8) { in nvc0_hw_sm_begin_query()2424 if (!screen->pm.num_hw_sm_active[0]) { in nvc0_hw_sm_begin_query()2428 screen->pm.num_hw_sm_active[0]++; in nvc0_hw_sm_begin_query()2563 screen->pm.num_hw_sm_active[d]--; in nvc0_hw_sm_end_query()
113 uint8_t num_hw_sm_active[2]; member