Searched refs:mp_counter (Results 1 – 4 of 4) sorted by relevance
194 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()
105 struct nv50_hw_sm_query *mp_counter[4]; /* counter to query allocation */ member
2355 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()
117 struct nvc0_hw_sm_query *mp_counter[8]; /* counter to query allocation */ member