Home
last modified time | relevance | path

Searched refs:begin_intel_perf_query (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h88 CALL(begin_intel_perf_query)
Du_threaded_context.c4211 (void)pipe->begin_intel_perf_query(pipe, to_call(call, tc_query_call)->query); in tc_call_begin_intel_perf_query()
4610 CTX_INIT(begin_intel_perf_query); in threaded_context_create()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_performance_query.c257 ctx->begin_intel_perf_query = iris_begin_perf_query; in iris_init_perfquery_functions()
/third_party/mesa3d/src/mesa/main/
Dperformance_query.c599 if (ctx->pipe->begin_intel_perf_query(ctx->pipe, (struct pipe_query *)obj)) { in _mesa_BeginPerfQueryINTEL()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h308 bool (*begin_intel_perf_query)(struct pipe_context *pipe, struct pipe_query *q); member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c473 pipe->new_intel_perf_query_obj && pipe->begin_intel_perf_query && in st_have_perfquery()