Searched refs:clampedBlendDstColor (Results 1 – 2 of 2) sorted by relevance
368 const Vec4& dst = m_sampleRegister[regSampleNdx].clampedBlendDstColor; \ in executeBlendFactorComputeRGB()419 const Vec4& dst = m_sampleRegister[regSampleNdx].clampedBlendDstColor; \ in executeBlendFactorComputeA()470 const Vec4& dstColor = sample.clampedBlendDstColor; \ in executeBlend()619 const Vec4& dstColor = sample.clampedBlendDstColor; \ in executeAdvancedBlend()637 const Vec3 dstColor = sample.clampedBlendDstColor.swizzle(0,1,2); \ in executeAdvancedBlend()653 const Vec4& dstColor = sample.clampedBlendDstColor; in executeAdvancedBlend()941 …m_sampleRegister[regSampleNdx].clampedBlendDstColor = clamp(sRGBTarget ? tcu::sRGBToLinear(dstCol… in render()966 …m_sampleRegister[regSampleNdx].clampedBlendDstColor = unpremultiply(clamp(sRGBTarget ? tcu::sRGBT… in render()
121 tcu::Vec4 clampedBlendDstColor; member