Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_performance_query.c255 ctx->get_intel_perf_query_counter_info = iris_get_perf_counter_info; in iris_init_perfquery_functions()
/third_party/mesa3d/src/mesa/main/
Dperformance_query.c358 pipe->get_intel_perf_query_counter_info(pipe, query_index, counter_index, in get_perf_counter_info()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h294 void (*get_intel_perf_query_counter_info)(struct pipe_context *pipe, member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c472 pipe->get_intel_perf_query_counter_info && in st_have_perfquery()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c4195 pipe->get_intel_perf_query_counter_info(pipe, query_index, counter_index, in tc_get_intel_perf_query_counter_info()
4608 CTX_INIT(get_intel_perf_query_counter_info); in threaded_context_create()