Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp1636 vk::QueryHelper timestampQuery; in synchronizeCpuGpuTime() local
1637 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, &timestampQuery)); in synchronizeCpuGpuTime()
1673 timestampQuery.writeTimestamp(this, &commandBuffer); in synchronizeCpuGpuTime()
1715 ANGLE_TRY(timestampQuery.getUint64Result(this, &gpuTimestampCycles)); in synchronizeCpuGpuTime()
1733 mGpuEventQueryPool.freeQuery(this, &timestampQuery); in synchronizeCpuGpuTime()
3899 vk::QueryHelper timestampQuery; in getTimestamp() local
3901 ANGLE_TRY(timestampQueryPool.get().allocateQuery(this, &timestampQuery)); in getTimestamp()
3909 timestampQuery.writeTimestamp(this, &commandBuffer); in getTimestamp()
3940 ANGLE_TRY(timestampQuery.getUint64Result(this, timestampOut)); in getTimestamp()
3941 timestampQueryPool.get().freeQuery(this, &timestampQuery); in getTimestamp()