Lines Matching defs:range
645 Vec2 range = getFloatRange(output.precision);
646 Vec4 minVal (range.x());
647 Vec4 maxVal (range.y());
653 // limit value range to intersection of both data type and render target value ranges.
659 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, minVal, maxVal) << TestLog::EndMessage;
681 const IVec2 range = getIntRange(output.precision);
682 IVec4 minVal (range.x());
683 IVec4 maxVal (range.y());
687 // Limit to range of output format as conversion mode is not specified.
698 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, minVal, maxVal) << TestLog::EndMessage;
722 const UVec2 range = getUintRange(output.precision);
723 UVec4 maxVal (range.y());
727 // Limit to range of output format as conversion mode is not specified.
734 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, UVec4(0), maxVal) << TestLog::EndMessage;
740 DE_ASSERT(range.x() == 0);