Home
last modified time | relevance | path

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

/external/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
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw_sm.c2355 if (!screen->pm.mp_counter[c]) { in nve4_hw_sm_begin_query()
2357 screen->pm.mp_counter[c] = hsq; in nve4_hw_sm_begin_query()
2431 if (!screen->pm.mp_counter[c]) { in nvc0_hw_sm_begin_query()
2433 screen->pm.mp_counter[c] = hsq; in nvc0_hw_sm_begin_query()
2552 if (screen->pm.mp_counter[c]) { in nvc0_hw_sm_end_query()
2561 if (screen->pm.mp_counter[c] == hsq) { in nvc0_hw_sm_end_query()
2564 screen->pm.mp_counter[c] = NULL; in nvc0_hw_sm_end_query()
2599 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