Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_performance_query.c256 ctx->new_intel_perf_query_obj = iris_new_perf_query_obj; in iris_init_perfquery_functions()
/third_party/mesa3d/src/mesa/main/
Dperformance_query.c506 obj = (struct gl_perf_query_object *)ctx->pipe->new_intel_perf_query_obj(ctx->pipe, in _mesa_CreatePerfQueryINTEL()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h305 struct pipe_query *(*new_intel_perf_query_obj)(struct pipe_context *pipe, 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()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c4205 return pipe->new_intel_perf_query_obj(pipe, query_index); in tc_new_intel_perf_query_obj()
4609 CTX_INIT(new_intel_perf_query_obj); in threaded_context_create()