Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_perfquery.c222 functions->GetPerfCounterInfo = st_GetPerfCounterInfo; in st_init_perfquery_functions()
/third_party/mesa3d/src/mesa/main/
Dperformance_query.c364 ctx->Driver.GetPerfCounterInfo(ctx, queryIndex, counterIndex, in _mesa_GetPerfCounterInfoINTEL()
Ddd.h945 void (*GetPerfCounterInfo)(struct gl_context *ctx, member
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c525 ctx->Driver.GetPerfCounterInfo = brw_get_perf_counter_info; in brw_init_performance_queries()