Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dperformance_query.c496 ctx->Driver.WaitPerfQuery(ctx, obj); in _mesa_DeletePerfQueryINTEL()
543 ctx->Driver.WaitPerfQuery(ctx, obj); in _mesa_BeginPerfQueryINTEL()
646 ctx->Driver.WaitPerfQuery(ctx, obj); in _mesa_GetPerfQueryDataINTEL()
Ddd.h963 void (*WaitPerfQuery)(struct gl_context *ctx, member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_perfquery.c227 functions->WaitPerfQuery = st_WaitPerfQuery; in st_init_perfquery_functions()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c530 ctx->Driver.WaitPerfQuery = brw_wait_perf_query; in brw_init_performance_queries()