Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp641 mGpuEventQueryPool.destroy(device); in onDestroy()
763 ANGLE_TRY(mGpuEventQueryPool.init(this, VK_QUERY_TYPE_TIMESTAMP, in initialize()
2273 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, &timestampQuery, 1)); in synchronizeCpuGpuTime()
2380 mGpuEventQueryPool.freeQuery(this, &timestampQuery); in synchronizeCpuGpuTime()
2405 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, &gpuEvent.queryHelper, 1)); in traceGpuEventImpl()
2442 mGpuEventQueryPool.freeQuery(this, &eventQuery.queryHelper); in checkCompletedGpuEvents()
DContextVk.h1114 vk::DynamicQueryPool mGpuEventQueryPool; variable