Searched refs:maxClampValue (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrFragmentOperations.cpp | 912 Vec4 maxClampValue; in render() local 917 maxClampValue = Vec4(1.0f); in render() 922 maxClampValue = Vec4(1.0f); in render() 928 maxClampValue = Vec4(std::numeric_limits<float>::infinity()); in render() 943 …regSampleNdx].clampedBlendSrcColor = clamp(frag.value.get<float>(), minClampValue, maxClampValue); in render() 944 …egSampleNdx].clampedBlendSrc1Color = clamp(frag.value1.get<float>(), minClampValue, maxClampValue); in render() 945 …tColor = clamp(sRGBTarget ? tcu::sRGBToLinear(dstColor) : dstColor, minClampValue, maxClampValue); in render() 969 …regSampleNdx].clampedBlendSrcColor = unpremultiply(clamp(srcColor, minClampValue, maxClampValue)); in render() 970 …multiply(clamp(sRGBTarget ? tcu::sRGBToLinear(dstColor) : dstColor, minClampValue, maxClampValue)); in render() 1000 …pleRegister[regSampleNdx].blendedRGB, minClampValue.swizzle(0, 1, 2), maxClampValue.swizzle(0, 1, … in render() [all …]
|