Searched refs:absDiffWithOverflow (Results 1 – 1 of 1) sorted by relevance
989 …uint64_t absDiffWithOverflow(uint64_t a, uint64_t b, uint64_t mask = std::numeric_limits<uint64_t>…1268 uint64_t CalibratedTimestampTestInstance::absDiffWithOverflow(uint64_t a, uint64_t b, uint64_t mask… in absDiffWithOverflow() function in vkt::pipeline::__anonb6e788ec0111::CalibratedTimestampTestInstance1471 … getDeviceNanoseconds(absDiffWithOverflow(devAfterTicks, devExpectedTicks, m_devTimestampMask)); in runTest()1487 const uint64_t hostDiff = absDiffWithOverflow(hostAfter, hostExpected); in runTest()