Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp1028 deUint64 getDeviceNanoseconds(deUint64 devTicksDelta) const;
1258 deUint64 CalibratedTimestampTestInstance::getDeviceNanoseconds (deUint64 devTicksDelta) const in getDeviceNanoseconds() function in vkt::pipeline::__anon818c47370111::CalibratedTimestampTestInstance
1414 …const deUint64 diffNanos = getDeviceNanoseconds(positiveDiffWithOverflow(before.timestamp, afte… in runTest()
1488 …const deUint64 devDiffNanos = getDeviceNanoseconds(absDiffWithOverflow(devAfterTicks, devExpected… in runTest()