Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsRasterizationTestUtil.cpp804 const tcu::IVec3 colorMax ((int)deFloatCeil (colorMaxF.x()), in verifyTriangleGroupInterpolationWithInterpolator() local
815 pixelNativeColor.x() > colorMax.x() + thresholdRed || in verifyTriangleGroupInterpolationWithInterpolator()
816 pixelNativeColor.y() > colorMax.y() + thresholdGreen || in verifyTriangleGroupInterpolationWithInterpolator()
817 pixelNativeColor.z() > colorMax.z() + thresholdBlue) in verifyTriangleGroupInterpolationWithInterpolator()
830 …<< "\tReference native color max: " << tcu::clamp(colorMax + tcu::IVec3(thresholdRed, thresholdGre… in verifyTriangleGroupInterpolationWithInterpolator()
1424 tcu::IVec3 colorMax; member
1574 const tcu::IVec3 colorMax ((int)deFloatCeil (colorMaxF.x()), in verifyLineGroupPixelIndependentInterpolation() local
1582 pixelNativeColor.x() > colorMax.x() || in verifyLineGroupPixelIndependentInterpolation()
1583 pixelNativeColor.y() > colorMax.y() || in verifyLineGroupPixelIndependentInterpolation()
1584 pixelNativeColor.z() > colorMax.z()) in verifyLineGroupPixelIndependentInterpolation()
[all …]
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2296 uint32_t colorMax = std::max(primaryColorCount, secondaryColorCount); in verify_renderpass_compatibility() local
2297 for (uint32_t cIdx = 0; cIdx < colorMax; ++cIdx) { in verify_renderpass_compatibility()