Searched refs:active_counters (Results 1 – 2 of 2) sorted by relevance
75 stm->active_counters = CALLOC(num_active_counters, in init_perf_monitor()76 sizeof(*stm->active_counters)); in init_perf_monitor()77 if (!stm->active_counters) in init_perf_monitor()95 &stm->active_counters[stm->num_active_counters]; in init_perf_monitor()135 struct pipe_query *query = stm->active_counters[i].query; in reset_perf_monitor()139 FREE(stm->active_counters); in reset_perf_monitor()140 stm->active_counters = NULL; in reset_perf_monitor()186 struct pipe_query *query = stm->active_counters[i].query; in st_BeginPerfMonitor()211 struct pipe_query *query = stm->active_counters[i].query; in st_EndPerfMonitor()249 struct pipe_query *query = stm->active_counters[i].query; in st_IsPerfMonitorResultAvailable()[all …]
44 struct st_perf_counter_object *active_counters; member