Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp7974 vk::DeviceScoped<vk::DynamicQueryPool> timestampQueryPool(device); in getTimestamp() local
7976 ANGLE_TRY(timestampQueryPool.get().init(this, VK_QUERY_TYPE_TIMESTAMP, 1)); in getTimestamp()
7977 ANGLE_TRY(timestampQueryPool.get().allocateQuery(this, &timestampQuery, 1)); in getTimestamp()
8003 timestampQueryPool.get().freeQuery(this, &timestampQuery); in getTimestamp()