Searched refs:maxClampValue (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/referencerenderer/ |
D | rrFragmentOperations.cpp | 850 Vec4 maxClampValue; in render() local 855 maxClampValue = Vec4(1.0f); in render() 860 maxClampValue = Vec4(1.0f); in render() 866 maxClampValue = Vec4(std::numeric_limits<float>::infinity()); in render() 881 …regSampleNdx].clampedBlendSrcColor = clamp(frag.value.get<float>(), minClampValue, maxClampValue); in render() 882 …egSampleNdx].clampedBlendSrc1Color = clamp(frag.value1.get<float>(), minClampValue, maxClampValue); in render() 883 …tColor = clamp(sRGBTarget ? tcu::sRGBToLinear(dstColor) : dstColor, minClampValue, maxClampValue); in render() 907 …regSampleNdx].clampedBlendSrcColor = unpremultiply(clamp(srcColor, minClampValue, maxClampValue)); in render() 908 …multiply(clamp(sRGBTarget ? tcu::sRGBToLinear(dstColor) : dstColor, minClampValue, maxClampValue)); in render() 938 …pleRegister[regSampleNdx].blendedRGB, minClampValue.swizzle(0, 1, 2), maxClampValue.swizzle(0, 1, … in render() [all …]
|