Home
last modified time | relevance | path

Searched refs:GetPerfQueryInfo (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dperformance_query.c241 ctx->Driver.GetPerfQueryInfo(ctx, i, &name, &ignore, &ignore, &ignore); in _mesa_GetPerfQueryIdByNameINTEL()
281 ctx->Driver.GetPerfQueryInfo(ctx, queryIndex, in _mesa_GetPerfQueryInfoINTEL()
350 ctx->Driver.GetPerfQueryInfo(ctx, queryIndex, in _mesa_GetPerfCounterInfoINTEL()
Ddd.h939 void (*GetPerfQueryInfo)(struct gl_context *ctx, member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_perfquery.c221 functions->GetPerfQueryInfo = st_GetPerfQueryInfo; in st_init_perfquery_functions()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c524 ctx->Driver.GetPerfQueryInfo = brw_get_perf_query_info; in brw_init_performance_queries()