Searched refs:batch_query (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | performance_monitor.c | 135 m->batch_query = pipe->create_batch_query(pipe, num_batch_counters, in init_perf_monitor() 138 if (!m->batch_query || !m->batch_result) in init_perf_monitor() 165 if (m->batch_query) { in do_reset_perf_monitor() 166 pipe->destroy_query(pipe, m->batch_query); in do_reset_perf_monitor() 167 m->batch_query = NULL; in do_reset_perf_monitor() 202 if (m->batch_query && !pipe->begin_query(pipe, m->batch_query)) in begin_perf_monitor() 226 if (m->batch_query) in end_perf_monitor() 227 pipe->end_query(pipe, m->batch_query); in end_perf_monitor() 265 if (m->batch_query && in is_perf_monitor_result_available() 266 !pipe->get_query_result(pipe, m->batch_query, FALSE, m->batch_result)) in is_perf_monitor_result_available() [all …]
|
D | mtypes.h | 2012 struct pipe_query *batch_query; member
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 632 hud_batch_query_begin(hud->batch_query, pipe); in hud_start_queries() 680 hud_batch_query_update(hud->batch_query, pipe); in hud_stop_queries() 1336 hud_pipe_query_install(&hud->batch_query, pane, in hud_parse_env_var() 1345 hud_pipe_query_install(&hud->batch_query, pane, in hud_parse_env_var() 1375 hud_pipe_query_install(&hud->batch_query, pane, name, in hud_parse_env_var() 1386 if (!hud_driver_query_install(&hud->batch_query, pane, in hud_parse_env_var() 1805 hud_batch_query_cleanup(&hud->batch_query, pipe); in hud_unset_record_context()
|
D | hud_private.h | 55 struct hud_batch_query_context *batch_query; member
|