Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dperformance_query.c47 _mesa_InitHashTable(&ctx->PerfQuery.Objects); in _mesa_init_performance_queries()
68 _mesa_DeinitHashTable(&ctx->PerfQuery.Objects, free_performance_query, ctx); in _mesa_free_performance_queries()
74 return _mesa_HashLookup(&ctx->PerfQuery.Objects, id); in lookup_object()
491 id = _mesa_HashFindFreeKeyBlock(&ctx->PerfQuery.Objects, 1); in _mesa_CreatePerfQueryINTEL()
515 _mesa_HashInsert(&ctx->PerfQuery.Objects, id, obj); in _mesa_CreatePerfQueryINTEL()
550 _mesa_HashRemove(&ctx->PerfQuery.Objects, queryHandle); in _mesa_DeletePerfQueryINTEL()
H A Dmtypes.h3430 struct gl_perf_query_state PerfQuery; member