Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dperformance_query.c548 ctx->pipe->wait_intel_perf_query(ctx->pipe, (struct pipe_query *)obj); in _mesa_DeletePerfQueryINTEL()
595 ctx->pipe->wait_intel_perf_query(ctx->pipe, (struct pipe_query *)obj); in _mesa_BeginPerfQueryINTEL()
700 ctx->pipe->wait_intel_perf_query(ctx->pipe, (struct pipe_query *)obj); in _mesa_GetPerfQueryDataINTEL()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_performance_query.c260 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/mesa/state_tracker/
Dst_context.c475 pipe->wait_intel_perf_query && pipe->is_intel_perf_query_ready && in st_have_perfquery()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c4258 pipe->wait_intel_perf_query(pipe, q); in tc_wait_intel_perf_query()
4613 CTX_INIT(wait_intel_perf_query); in threaded_context_create()