Home | History | Annotate | Download | only in functional

Lines Matching full:maxvalue

480 string valueRangeToString (int numValidChannels, const tcu::Vector<Type, 4>& minValue, const tcu::Vector<Type, 4>& maxValue)
492 stream << minValue[i] << " -> " << maxValue[i];