Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_perfquery.c46 pipe->new_intel_perf_query_obj && pipe->begin_intel_perf_query && in st_have_perfquery()
155 return pipe->begin_intel_perf_query(pipe, (struct pipe_query *)o); in st_BeginPerfQuery()
/external/mesa3d/src/gallium/drivers/iris/
Diris_performance_query.c228 ctx->begin_intel_perf_query = iris_begin_perf_query; in iris_init_perfquery_functions()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h258 bool (*begin_intel_perf_query)(struct pipe_context *pipe, struct pipe_query *q); member