Searched refs:batch_query (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_perfmon.c | 113 stm->batch_query = pipe->create_batch_query(pipe, num_batch_counters, in init_perf_monitor() 116 if (!stm->batch_query || !stm->batch_result) in init_perf_monitor() 143 if (stm->batch_query) { in reset_perf_monitor() 144 pipe->destroy_query(pipe, stm->batch_query); in reset_perf_monitor() 145 stm->batch_query = NULL; in reset_perf_monitor() 191 if (stm->batch_query && !pipe->begin_query(pipe, stm->batch_query)) in st_BeginPerfMonitor() 216 if (stm->batch_query) in st_EndPerfMonitor() 217 pipe->end_query(pipe, stm->batch_query); in st_EndPerfMonitor() 257 if (stm->batch_query && in st_IsPerfMonitorResultAvailable() 258 !pipe->get_query_result(pipe, stm->batch_query, FALSE, stm->batch_result)) in st_IsPerfMonitorResultAvailable() [all …]
|
D | st_cb_perfmon.h | 46 struct pipe_query *batch_query; member
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 65 struct hud_batch_query_context *batch_query; member 572 hud_batch_query_update(hud->batch_query); in hud_draw() 667 hud_batch_query_begin(hud->batch_query); in hud_draw() 1181 hud_pipe_query_install(&hud->batch_query, pane, hud->pipe, in hud_parse_env_var() 1190 hud_pipe_query_install(&hud->batch_query, pane, hud->pipe, in hud_parse_env_var() 1220 hud_pipe_query_install(&hud->batch_query, pane, hud->pipe, name, in hud_parse_env_var() 1231 if (!hud_driver_query_install(&hud->batch_query, pane, hud->pipe, in hud_parse_env_var() 1652 hud_batch_query_cleanup(&hud->batch_query); in hud_destroy()
|