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
2326 if (screen->pm.num_hw_sm_active[0] + num_ab[0] > 4 || in nve4_hw_sm_begin_query()2327 screen->pm.num_hw_sm_active[1] + num_ab[1] > 4) { in nve4_hw_sm_begin_query()2349 if (!screen->pm.num_hw_sm_active[d]) { in nve4_hw_sm_begin_query()2351 if (screen->pm.num_hw_sm_active[!d]) in nve4_hw_sm_begin_query()2356 screen->pm.num_hw_sm_active[d]++; in nve4_hw_sm_begin_query()2410 if (screen->pm.num_hw_sm_active[0] + cfg->num_counters > 8) { in nvc0_hw_sm_begin_query()2428 if (!screen->pm.num_hw_sm_active[0]) { in nvc0_hw_sm_begin_query()2432 screen->pm.num_hw_sm_active[0]++; in nvc0_hw_sm_begin_query()2567 screen->pm.num_hw_sm_active[d]--; in nvc0_hw_sm_end_query()
118 uint8_t num_hw_sm_active[2]; member