Searched refs:cntr (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_perfmon.c95 struct st_perf_counter_object *cntr = local in function:init_perf_monitor
98 cntr->id = cid;
99 cntr->group_id = gid;
101 cntr->batch_index = num_batch_counters;
104 cntr->query = pipe->create_query(pipe, stc->query_type, 0);
105 if (!cntr->query)
290 struct st_perf_counter_object *cntr = &stm->active_counters[i]; local in function:st_GetPerfMonitorResult
295 cid = cntr->id;
296 gid = cntr->group_id;
299 if (cntr
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_perfmon.c94 struct st_perf_counter_object *cntr = local in function:init_perf_monitor
97 cntr->id = cid;
98 cntr->group_id = gid;
100 cntr->batch_index = num_batch_counters;
103 cntr->query = pipe->create_query(pipe, stc->query_type, 0);
104 if (!cntr->query)
289 struct st_perf_counter_object *cntr = &stm->active_counters[i]; local in function:st_GetPerfMonitorResult
294 cid = cntr->id;
295 gid = cntr->group_id;
298 if (cntr
[all...]

Completed in 4 milliseconds