Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp907 Vec4 minClampValue; in render() local
912 minClampValue = Vec4(0.0f); in render()
917 minClampValue = Vec4(-1.0f); in render()
923 minClampValue = Vec4(-std::numeric_limits<float>::infinity()); in render()
939 …[regSampleNdx].clampedBlendSrcColor = clamp(frag.value.get<float>(), minClampValue, maxClampValue… in render()
940 …regSampleNdx].clampedBlendSrc1Color = clamp(frag.value1.get<float>(), minClampValue, maxClampValue… in render()
941 …stColor = clamp(sRGBTarget ? tcu::sRGBToLinear(dstColor) : dstColor, minClampValue, maxClampValue… in render()
965 …r[regSampleNdx].clampedBlendSrcColor = unpremultiply(clamp(srcColor, minClampValue, maxClampValue… in render()
966 …remultiply(clamp(sRGBTarget ? tcu::sRGBToLinear(dstColor) : dstColor, minClampValue, maxClampValue… in render()
996 …pleNdx].blendedRGB = clamp(m_sampleRegister[regSampleNdx].blendedRGB, minClampValue.swizzle(0, 1, … in render()
[all …]