Home
last modified time | relevance | path

Searched refs:batch_result (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_perfmon.c115 stm->batch_result = CALLOC(num_batch_counters, sizeof(stm->batch_result->batch[0])); in init_perf_monitor()
116 if (!stm->batch_query || !stm->batch_result) in init_perf_monitor()
147 FREE(stm->batch_result); in reset_perf_monitor()
148 stm->batch_result = NULL; in reset_perf_monitor()
258 !pipe->get_query_result(pipe, stm->batch_query, FALSE, stm->batch_result)) in st_IsPerfMonitorResultAvailable()
285 stm->batch_result); in st_GetPerfMonitorResult()
304 result.batch[0] = stm->batch_result->batch[cntr->batch_index]; in st_GetPerfMonitorResult()
Dst_cb_perfmon.h47 union pipe_query_result *batch_result; member