Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dperformance_query.c42 ctx->PerfQuery.Objects = _mesa_NewHashTable(); in _mesa_init_performance_queries()
57 _mesa_HashDeleteAll(ctx->PerfQuery.Objects, in _mesa_free_performance_queries()
59 _mesa_DeleteHashTable(ctx->PerfQuery.Objects); in _mesa_free_performance_queries()
65 return _mesa_HashLookup(ctx->PerfQuery.Objects, id); in lookup_object()
436 id = _mesa_HashFindFreeKeyBlock(ctx->PerfQuery.Objects, 1); in _mesa_CreatePerfQueryINTEL()
459 _mesa_HashInsert(ctx->PerfQuery.Objects, id, obj); in _mesa_CreatePerfQueryINTEL()
494 _mesa_HashRemove(ctx->PerfQuery.Objects, queryHandle); in _mesa_DeletePerfQueryINTEL()
Dmtypes.h4878 struct gl_perf_query_state PerfQuery; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c353 _mesa_HashWalk(ctx->PerfQuery.Objects, dump_perf_query_callback, brw); in dump_perf_queries()