Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp810 const tcu::IVec3 colorMax ((int)deFloatCeil (colorMaxF.x()), in verifyTriangleGroupInterpolationWithInterpolator() local
821 pixelNativeColor.x() > colorMax.x() + thresholdRed || in verifyTriangleGroupInterpolationWithInterpolator()
822 pixelNativeColor.y() > colorMax.y() + thresholdGreen || in verifyTriangleGroupInterpolationWithInterpolator()
823 pixelNativeColor.z() > colorMax.z() + thresholdBlue) in verifyTriangleGroupInterpolationWithInterpolator()
837 …<< "\tReference native color max: " << tcu::clamp(colorMax + tcu::IVec3(thresholdRed, thresholdGre… in verifyTriangleGroupInterpolationWithInterpolator()
1722 tcu::IVec3 colorMax; member
1873 const tcu::IVec3 colorMax ((int)deFloatCeil (colorMaxF.x()), in verifyLineGroupPixelIndependentInterpolation() local
1881 pixelNativeColor.x() > colorMax.x() || in verifyLineGroupPixelIndependentInterpolation()
1882 pixelNativeColor.y() > colorMax.y() || in verifyLineGroupPixelIndependentInterpolation()
1883 pixelNativeColor.z() > colorMax.z()) in verifyLineGroupPixelIndependentInterpolation()
[all …]