Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_performance_query.c262 ctx->get_intel_perf_query_data = crocus_get_perf_query_data; in crocus_init_perfquery_functions()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_performance_query.c263 ctx->get_intel_perf_query_data = iris_get_perf_query_data; in iris_init_perfquery_functions()
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dperformance_query.c704 if (!ctx->pipe->get_intel_perf_query_data(ctx->pipe, (struct pipe_query *)obj, in _mesa_GetPerfQueryDataINTEL()
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h334 bool (*get_intel_perf_query_data)(struct pipe_context *pipe, member
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_context.c429 pipe->get_intel_perf_query_data; in st_have_perfquery()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c5068 return pipe->get_intel_perf_query_data(pipe, q, data_size, data, bytes_written); in tc_get_intel_perf_query_data()
5408 CTX_INIT(get_intel_perf_query_data); in threaded_context_create()