Home
last modified time | relevance | path

Searched refs:absDiffWithOverflow (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp851 …deUint64 absDiffWithOverflow(deUint64 a, deUint64 b, deUint64 mask = std::numeric_limits<deU…
1112 deUint64 CalibratedTimestampTestInstance::absDiffWithOverflow (deUint64 a, deUint64 b, deUint64 mas… in absDiffWithOverflow() function in vkt::pipeline::__anonf4e0357b0111::CalibratedTimestampTestInstance
1305 …const deUint64 devDiffNanos = getDeviceNanoseconds(absDiffWithOverflow(devAfterTicks, devExpected… in runTest()
1319 const deUint64 hostDiff = absDiffWithOverflow(hostAfter, hostExpected); in runTest()