Searched refs:colorMaxF (Results 1 – 1 of 1) sorted by relevance
793 …const tcu::Vec3 colorMaxF (de::clamp(valueRangeMax.x() * (float)formatLimit.x(), 0.0f, (float)fo… in verifyTriangleGroupInterpolationWithInterpolator() local799 const tcu::IVec3 colorMax ((int)deFloatCeil (colorMaxF.x()), in verifyTriangleGroupInterpolationWithInterpolator()800 (int)deFloatCeil (colorMaxF.y()), in verifyTriangleGroupInterpolationWithInterpolator()801 (int)deFloatCeil (colorMaxF.z())); in verifyTriangleGroupInterpolationWithInterpolator()827 …<< "\tReference native float max: " << tcu::clamp(colorMaxF + tcu::IVec3(thresholdRed, thresholdGr… in verifyTriangleGroupInterpolationWithInterpolator()1480 tcu::Vec3 colorMaxF; member1622 …const tcu::Vec3 colorMaxF (de::clamp(valueMax.x() * (float)formatLimit.x(), 0.0f, (float)form… in verifyLineGroupPixelIndependentInterpolation() local1628 const tcu::IVec3 colorMax ((int)deFloatCeil (colorMaxF.x()), in verifyLineGroupPixelIndependentInterpolation()1629 (int)deFloatCeil (colorMaxF.y()), in verifyLineGroupPixelIndependentInterpolation()1630 (int)deFloatCeil (colorMaxF.z())); in verifyLineGroupPixelIndependentInterpolation()[all …]