Lines Matching refs:timestampQuery
3645 vk::QueryHelper timestampQuery; in synchronizeCpuGpuTime() local
3646 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() local
7317 ANGLE_TRY(timestampQueryPool.get().allocateQuery(this, ×tampQuery, 1)); in getTimestamp()
7325 timestampQuery.writeTimestampToPrimary(this, &commandBuffer); in getTimestamp()
7333 timestampQuery.setQueueSerial(submitQueueSerial); in getTimestamp()
7341 ANGLE_TRY(timestampQuery.getUint64Result(this, &result)); in getTimestamp()
7343 timestampQueryPool.get().freeQuery(this, ×tampQuery); in getTimestamp()