Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp3916 vk::QueryHelper timestampQuery; in synchronizeCpuGpuTime() local
3917 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, &timestampQuery, 1)); in synchronizeCpuGpuTime()
3953 timestampQuery.writeTimestampToPrimary(this, &commandBuffer); in synchronizeCpuGpuTime()
3967 timestampQuery.setQueueSerial(submitSerial); in synchronizeCpuGpuTime()
4002 ANGLE_TRY(timestampQuery.getUint64Result(this, &gpuTimestampCycles)); in synchronizeCpuGpuTime()
4021 mGpuEventQueryPool.freeQuery(this, &timestampQuery); in synchronizeCpuGpuTime()
7975 vk::QueryHelper timestampQuery; in getTimestamp() local
7977 ANGLE_TRY(timestampQueryPool.get().allocateQuery(this, &timestampQuery, 1)); in getTimestamp()
7985 timestampQuery.writeTimestampToPrimary(this, &commandBuffer); in getTimestamp()
7993 timestampQuery.setQueueSerial(submitQueueSerial); in getTimestamp()
[all …]