Searched refs:colorMax (Results 1 – 2 of 2) 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()1470 tcu::IVec3 colorMax; member1620 const tcu::IVec3 colorMax ((int)deFloatCeil (colorMaxF.x()), in verifyLineGroupPixelIndependentInterpolation() local1628 pixelNativeColor.x() > colorMax.x() || in verifyLineGroupPixelIndependentInterpolation()1629 pixelNativeColor.y() > colorMax.y() || in verifyLineGroupPixelIndependentInterpolation()1630 pixelNativeColor.z() > colorMax.z()) in verifyLineGroupPixelIndependentInterpolation()[all …]
2363 uint32_t colorMax = std::max(primaryColorCount, secondaryColorCount); in verify_renderpass_compatibility() local2364 for (uint32_t cIdx = 0; cIdx < colorMax; ++cIdx) { in verify_renderpass_compatibility()