Searched refs:colorMax (Results 1 – 1 of 1) sorted by relevance
799 const tcu::IVec3 colorMax ((int)deFloatCeil (colorMaxF.x()), in verifyTriangleGroupInterpolationWithInterpolator() local810 pixelNativeColor.x() > colorMax.x() + thresholdRed || in verifyTriangleGroupInterpolationWithInterpolator()811 pixelNativeColor.y() > colorMax.y() + thresholdGreen || in verifyTriangleGroupInterpolationWithInterpolator()812 pixelNativeColor.z() > colorMax.z() + thresholdBlue) in verifyTriangleGroupInterpolationWithInterpolator()825 …<< "\tReference native color max: " << tcu::clamp(colorMax + tcu::IVec3(thresholdRed, thresholdGre… in verifyTriangleGroupInterpolationWithInterpolator()1478 tcu::IVec3 colorMax; member1628 const tcu::IVec3 colorMax ((int)deFloatCeil (colorMaxF.x()), in verifyLineGroupPixelIndependentInterpolation() local1636 pixelNativeColor.x() > colorMax.x() || in verifyLineGroupPixelIndependentInterpolation()1637 pixelNativeColor.y() > colorMax.y() || in verifyLineGroupPixelIndependentInterpolation()1638 pixelNativeColor.z() > colorMax.z()) in verifyLineGroupPixelIndependentInterpolation()[all …]