Home
last modified time | relevance | path

Searched refs:wait_intel_perf_query (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_perfquery.c48 pipe->wait_intel_perf_query && pipe->is_intel_perf_query_ready && in st_have_perfquery()
173 pipe->wait_intel_perf_query(pipe, (struct pipe_query *)o); in st_WaitPerfQuery()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_performance_query.c246 ctx->wait_intel_perf_query = iris_wait_perf_query; in iris_init_perfquery_functions()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h314 void (*wait_intel_perf_query)(struct pipe_context *pipe, struct pipe_query *q); member
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c4056 pipe->wait_intel_perf_query(pipe, q); in tc_wait_intel_perf_query()
4412 CTX_INIT(wait_intel_perf_query); in threaded_context_create()