Lines Matching refs:minClampValue
849 Vec4 minClampValue; in render() local
854 minClampValue = Vec4(0.0f); in render()
859 minClampValue = Vec4(-1.0f); in render()
865 minClampValue = Vec4(-std::numeric_limits<float>::infinity()); in render()
881 …[regSampleNdx].clampedBlendSrcColor = clamp(frag.value.get<float>(), minClampValue, maxClampValue… in render()
882 …regSampleNdx].clampedBlendSrc1Color = clamp(frag.value1.get<float>(), minClampValue, maxClampValue… in render()
883 …stColor = clamp(sRGBTarget ? tcu::sRGBToLinear(dstColor) : dstColor, minClampValue, maxClampValue… in render()
907 …r[regSampleNdx].clampedBlendSrcColor = unpremultiply(clamp(srcColor, minClampValue, maxClampValue… in render()
908 …remultiply(clamp(sRGBTarget ? tcu::sRGBToLinear(dstColor) : dstColor, minClampValue, maxClampValue… in render()
938 …pleNdx].blendedRGB = clamp(m_sampleRegister[regSampleNdx].blendedRGB, minClampValue.swizzle(0, 1, … in render()
939 …SampleNdx].blendedA = clamp(m_sampleRegister[regSampleNdx].blendedA, minClampValue.w(), maxClampV… in render()