Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp796 const tcu::IVec3 colorMin ((int)deFloatFloor(colorMinF.x()), in verifyTriangleGroupInterpolationWithInterpolator() local
807 if (pixelNativeColor.x() < colorMin.x() - thresholdRed || in verifyTriangleGroupInterpolationWithInterpolator()
808 pixelNativeColor.y() < colorMin.y() - thresholdGreen || in verifyTriangleGroupInterpolationWithInterpolator()
809 pixelNativeColor.z() < colorMin.z() - thresholdBlue || in verifyTriangleGroupInterpolationWithInterpolator()
824 …<< "\tReference native color min: " << tcu::clamp(colorMin - tcu::IVec3(thresholdRed, thresholdGre… in verifyTriangleGroupInterpolationWithInterpolator()
1469 tcu::IVec3 colorMin; member
1617 const tcu::IVec3 colorMin ((int)deFloatFloor(colorMinF.x()), in verifyLineGroupPixelIndependentInterpolation() local
1625 if (pixelNativeColor.x() < colorMin.x() || in verifyLineGroupPixelIndependentInterpolation()
1626 pixelNativeColor.y() < colorMin.y() || in verifyLineGroupPixelIndependentInterpolation()
1627 pixelNativeColor.z() < colorMin.z() || in verifyLineGroupPixelIndependentInterpolation()
[all …]