Searched refs:maxTimelineValueDifference (Results 1 – 1 of 1) sorted by relevance
576 …const deUint64 maxTimelineValueDifference = getMaxTimelineSemaphoreValueDifference(context… in maxDifferenceValueCase() local585 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() local640 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()