Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_performance_query.c262 ctx->get_intel_perf_query_data = iris_get_perf_query_data; in iris_init_perfquery_functions()
/third_party/mesa3d/src/mesa/main/
Dperformance_query.c706 if (!ctx->pipe->get_intel_perf_query_data(ctx->pipe, (struct pipe_query *)obj, in _mesa_GetPerfQueryDataINTEL()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h318 bool (*get_intel_perf_query_data)(struct pipe_context *pipe, member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c476 pipe->get_intel_perf_query_data; in st_have_perfquery()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c4282 return pipe->get_intel_perf_query_data(pipe, q, data_size, data, bytes_written); in tc_get_intel_perf_query_data()
4615 CTX_INIT(get_intel_perf_query_data); in threaded_context_create()