Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_performance_query.c256 ctx->new_intel_perf_query_obj = crocus_new_perf_query_obj; in crocus_init_perfquery_functions()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_performance_query.c257 ctx->new_intel_perf_query_obj = iris_new_perf_query_obj; in iris_init_perfquery_functions()
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dperformance_query.c504 obj = (struct gl_perf_query_object *)ctx->pipe->new_intel_perf_query_obj(ctx->pipe, in _mesa_CreatePerfQueryINTEL()
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h321 struct pipe_query *(*new_intel_perf_query_obj)(struct pipe_context *pipe, member
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_context.c426 pipe->new_intel_perf_query_obj && pipe->begin_intel_perf_query && in st_have_perfquery()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c4991 return pipe->new_intel_perf_query_obj(pipe, query_index); in tc_new_intel_perf_query_obj()
5402 CTX_INIT(new_intel_perf_query_obj); in threaded_context_create()