Searched refs:get_intel_perf_query_info (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | performance_query.c | 243 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/ |
D | iris_performance_query.c | 254 ctx->get_intel_perf_query_info = iris_get_perf_query_info; in iris_init_perfquery_functions()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 287 void (*get_intel_perf_query_info)(struct pipe_context *pipe, member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_context.c | 471 return pipe->init_intel_perf_query_info && pipe->get_intel_perf_query_info && in st_have_perfquery()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 4176 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()
|