Home
last modified time | relevance | path

Searched refs:num_hw_sm_active (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw_sm.c174 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()
Dnv50_screen.h106 uint8_t num_hw_sm_active; member
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw_sm.c2322 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()
Dnvc0_screen.h113 uint8_t num_hw_sm_active[2]; member