Lines Matching defs:source
122 // Add some source colors with alpha component that is different than the respective destination color
188 // Add some source colors with alpha component that is different than the respective source color
749 Vec4 source, Vec4 destination)
752 Vec3 srcColor = source.xyz();
756 Vec3 p = calculateWeightingFactors(param, source.w(), destination.w());
763 // blending. The base source color (Rs',Gs',Bs') is obtained by dividing
767 if (source.w() != 0.0f)
768 srcColor = srcColor / source.w();
800 srcColor = srcColor * source.w();
809 Vec4 src = Vec4(srcColor.x(), srcColor.y(), srcColor.z(), source.w());
1177 // Set source color as push constant
1616 throw tcu::NotSupportedError("Unsupported non-premultiplied source color");
1886 // Set source color as push constant