Searched refs:timestampQuery (Results 1 – 1 of 1) sorted by relevance
3916 vk::QueryHelper timestampQuery; in synchronizeCpuGpuTime() local3917 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, ×tampQuery, 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, ×tampQuery); in synchronizeCpuGpuTime()7975 vk::QueryHelper timestampQuery; in getTimestamp() local7977 ANGLE_TRY(timestampQueryPool.get().allocateQuery(this, ×tampQuery, 1)); in getTimestamp()7985 timestampQuery.writeTimestampToPrimary(this, &commandBuffer); in getTimestamp()7993 timestampQuery.setQueueSerial(submitQueueSerial); in getTimestamp()[all …]