Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_perfquery.c45 pipe->get_intel_perf_query_counter_info && in st_have_perfquery()
119 pipe->get_intel_perf_query_counter_info(pipe, query_index, counter_index, in st_GetPerfCounterInfo()
/external/mesa3d/src/gallium/drivers/iris/
Diris_performance_query.c226 ctx->get_intel_perf_query_counter_info = iris_get_perf_counter_info; in iris_init_perfquery_functions()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h244 void (*get_intel_perf_query_counter_info)(struct pipe_context *pipe, member