Searched refs:timestampQuery (Results 1 – 1 of 1) sorted by relevance
3645 vk::QueryHelper timestampQuery; in synchronizeCpuGpuTime() local3646 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, ×tampQuery, 1)); in synchronizeCpuGpuTime()3682 timestampQuery.writeTimestampToPrimary(this, &commandBuffer); in synchronizeCpuGpuTime()3696 timestampQuery.setQueueSerial(submitSerial); in synchronizeCpuGpuTime()3731 ANGLE_TRY(timestampQuery.getUint64Result(this, &gpuTimestampCycles)); in synchronizeCpuGpuTime()3750 mGpuEventQueryPool.freeQuery(this, ×tampQuery); in synchronizeCpuGpuTime()7315 vk::QueryHelper timestampQuery; in getTimestamp() local7317 ANGLE_TRY(timestampQueryPool.get().allocateQuery(this, ×tampQuery, 1)); in getTimestamp()7325 timestampQuery.writeTimestampToPrimary(this, &commandBuffer); in getTimestamp()7333 timestampQuery.setQueueSerial(submitQueueSerial); in getTimestamp()[all …]