Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineTimestampTests.cpp990 uint64_t positiveDiffWithOverflow(uint64_t before, uint64_t after,
1296 uint64_t CalibratedTimestampTestInstance::positiveDiffWithOverflow(uint64_t before, uint64_t after,… in positiveDiffWithOverflow() function in vkt::pipeline::__anonb6e788ec0111::CalibratedTimestampTestInstance
1391 …getDeviceNanoseconds(positiveDiffWithOverflow(before.timestamp, after.timestamp, m_devTimestampMas… in runTest()
1423 … const uint64_t diffNanos = getHostNanoseconds(positiveDiffWithOverflow(before, after)); in runTest()