Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dperformance_query.c243 ctx->pipe->get_intel_perf_query_info(ctx->pipe, i, &name, in _mesa_GetPerfQueryIdByNameINTEL()
284 ctx->pipe->get_intel_perf_query_info(ctx->pipe, queryIndex, &queryName, in _mesa_GetPerfQueryInfoINTEL()
403 ctx->pipe->get_intel_perf_query_info(ctx->pipe, queryIndex, &queryName, in _mesa_GetPerfCounterInfoINTEL()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_performance_query.c254 ctx->get_intel_perf_query_info = iris_get_perf_query_info; in iris_init_perfquery_functions()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h287 void (*get_intel_perf_query_info)(struct pipe_context *pipe, member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c471 return pipe->init_intel_perf_query_info && pipe->get_intel_perf_query_info && in st_have_perfquery()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c4176 pipe->get_intel_perf_query_info(pipe, query_index, name, data_size, in tc_get_intel_perf_query_info()
4607 CTX_INIT(get_intel_perf_query_info); in threaded_context_create()