Searched refs:GetPerfQueryInfo (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | performance_query.c | 241 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()
|
D | dd.h | 939 void (*GetPerfQueryInfo)(struct gl_context *ctx, member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_perfquery.c | 221 functions->GetPerfQueryInfo = st_GetPerfQueryInfo; in st_init_perfquery_functions()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_performance_query.c | 524 ctx->Driver.GetPerfQueryInfo = brw_get_perf_query_info; in brw_init_performance_queries()
|