HomeSort by relevance Sort by last modified time
    Searched refs:batch_query (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_cb_perfmon.h 46 struct pipe_query *batch_query; member in struct:st_perf_monitor_object
st_cb_perfmon.c 113 stm->batch_query = pipe->create_batch_query(pipe, num_batch_counters,
116 if (!stm->batch_query || !stm->batch_result)
143 if (stm->batch_query) {
144 pipe->destroy_query(pipe, stm->batch_query);
145 stm->batch_query = NULL;
191 if (stm->batch_query && !pipe->begin_query(pipe, stm->batch_query))
216 if (stm->batch_query)
217 pipe->end_query(pipe, stm->batch_query);
257 if (stm->batch_query &
    [all...]
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_private.h 52 struct hud_batch_query_context *batch_query; member in struct:hud_context
hud_context.c 601 hud_batch_query_begin(hud->batch_query, pipe);
657 hud_batch_query_update(hud->batch_query, pipe);
    [all...]

Completed in 135 milliseconds