Searched refs:absDiffWithOverflow (Results 1 – 2 of 2) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineTimestampTests.cpp | 851 …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::__anon507d30160111::CalibratedTimestampTestInstance 1305 …const deUint64 devDiffNanos = getDeviceNanoseconds(absDiffWithOverflow(devAfterTicks, devExpected… in runTest() 1319 const deUint64 hostDiff = absDiffWithOverflow(hostAfter, hostExpected); in runTest()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineTimestampTests.cpp | 928 …deUint64 absDiffWithOverflow(deUint64 a, deUint64 b, deUint64 mask = std::numeric_limits<deU… 1189 deUint64 CalibratedTimestampTestInstance::absDiffWithOverflow (deUint64 a, deUint64 b, deUint64 mas… in absDiffWithOverflow() function in vkt::pipeline::__anon2ab83ed60111::CalibratedTimestampTestInstance 1382 …const deUint64 devDiffNanos = getDeviceNanoseconds(absDiffWithOverflow(devAfterTicks, devExpected… in runTest() 1396 const deUint64 hostDiff = absDiffWithOverflow(hostAfter, hostExpected); in runTest()
|