Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationTimelineSemaphoreTests.cpp576 …const deUint64 maxTimelineValueDifference = getMaxTimelineSemaphoreValueDifference(context… in maxDifferenceValueCase() local
585 if (maxTimelineValueDifference < requiredMinValueDifference) in maxDifferenceValueCase()
588 …iterations = std::min<deUint64>(std::numeric_limits<deUint64>::max() / maxTimelineValueDifference,… in maxDifferenceValueCase()
591 << " maxTimelineSemaphoreValueDifference=" << maxTimelineValueDifference in maxDifferenceValueCase()
608 timelineFrontValue = timelineBackValue + maxTimelineValueDifference - 10; in maxDifferenceValueCase()
638 …const deUint64 maxTimelineValueDifference = getMaxTimelineSemaphoreValueDifference(context… in initialValueCase() local
640 const deUint64 nonZeroValue = 1 + rng.getUint64() % (maxTimelineValueDifference - 1); in initialValueCase()
696 if (maxTimelineValueDifference != std::numeric_limits<deUint64>::max()) in initialValueCase()
698 const deUint64 nonZeroMaxValue = maxTimelineValueDifference + 1; in initialValueCase()