Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw_sm.c194 if (!screen->pm.mp_counter[c]) { in nv50_hw_sm_begin_query()
196 screen->pm.mp_counter[c] = hsq; in nv50_hw_sm_begin_query()
243 if (screen->pm.mp_counter[c]) { in nv50_hw_sm_end_query()
251 if (screen->pm.mp_counter[c] == hsq) { in nv50_hw_sm_end_query()
253 screen->pm.mp_counter[c] = NULL; in nv50_hw_sm_end_query()
286 hsq = screen->pm.mp_counter[c]; in nv50_hw_sm_end_query()
Dnv50_screen.h105 struct nv50_hw_sm_query *mp_counter[4]; /* counter to query allocation */ member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw_sm.c2359 if (!screen->pm.mp_counter[c]) { in nve4_hw_sm_begin_query()
2361 screen->pm.mp_counter[c] = hsq; in nve4_hw_sm_begin_query()
2435 if (!screen->pm.mp_counter[c]) { in nvc0_hw_sm_begin_query()
2437 screen->pm.mp_counter[c] = hsq; in nvc0_hw_sm_begin_query()
2556 if (screen->pm.mp_counter[c]) { in nvc0_hw_sm_end_query()
2565 if (screen->pm.mp_counter[c] == hsq) { in nvc0_hw_sm_end_query()
2568 screen->pm.mp_counter[c] = NULL; in nvc0_hw_sm_end_query()
2603 hsq = screen->pm.mp_counter[c]; in nvc0_hw_sm_end_query()
Dnvc0_screen.h117 struct nvc0_hw_sm_query *mp_counter[8]; /* counter to query allocation */ member