Lines Matching defs:srcA
715 VkBlendFactor srcA = att->srcAlphaBlendFactor;
730 if (is_dual_src(srcRGB) || is_dual_src(dstRGB) || is_dual_src(srcA) || is_dual_src(dstA))
739 srcA = VK_BLEND_FACTOR_ONE;
745 radv_blend_check_commutativity(&blend, eqA, srcA, dstA,
758 si_blend_remove_dst(&eqA, &srcA, &dstA,
762 si_blend_remove_dst(&eqA, &srcA, &dstA,
769 srcA_opt = si_translate_blend_opt_factor(srcA, true);
775 if (si_blend_factor_uses_dst(srcA))
797 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
800 blend_cntl |= S_028780_ALPHA_SRCBLEND(si_translate_blend_factor(srcA));