Searched refs:clampedBlendDstColor (Results 1 – 2 of 2) sorted by relevance
314 const Vec4& dst = m_sampleRegister[regSampleNdx].clampedBlendDstColor; \ in executeBlendFactorComputeRGB()365 const Vec4& dst = m_sampleRegister[regSampleNdx].clampedBlendDstColor; \ in executeBlendFactorComputeA()416 const Vec4& dstColor = sample.clampedBlendDstColor; \ in executeBlend()567 const Vec4& dstColor = sample.clampedBlendDstColor; \ in executeAdvancedBlend()585 const Vec3 dstColor = sample.clampedBlendDstColor.swizzle(0,1,2); \ in executeAdvancedBlend()601 const Vec4& dstColor = sample.clampedBlendDstColor; in executeAdvancedBlend()883 …m_sampleRegister[regSampleNdx].clampedBlendDstColor = clamp(sRGBTarget ? tcu::sRGBToLinear(dstCol… in render()908 …m_sampleRegister[regSampleNdx].clampedBlendDstColor = unpremultiply(clamp(sRGBTarget ? tcu::sRGBT… in render()
121 tcu::Vec4 clampedBlendDstColor; member