Searched refs:timestampQuery (Results 1 – 1 of 1) sorted by relevance
1636 vk::QueryHelper timestampQuery; in synchronizeCpuGpuTime() local1637 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, ×tampQuery)); in synchronizeCpuGpuTime()1673 timestampQuery.writeTimestamp(this, &commandBuffer); in synchronizeCpuGpuTime()1715 ANGLE_TRY(timestampQuery.getUint64Result(this, &gpuTimestampCycles)); in synchronizeCpuGpuTime()1733 mGpuEventQueryPool.freeQuery(this, ×tampQuery); in synchronizeCpuGpuTime()3899 vk::QueryHelper timestampQuery; in getTimestamp() local3901 ANGLE_TRY(timestampQueryPool.get().allocateQuery(this, ×tampQuery)); in getTimestamp()3909 timestampQuery.writeTimestamp(this, &commandBuffer); in getTimestamp()3940 ANGLE_TRY(timestampQuery.getUint64Result(this, timestampOut)); in getTimestamp()3941 timestampQueryPool.get().freeQuery(this, ×tampQuery); in getTimestamp()