Lines Matching refs:srcA
734 unsigned srcA = info->cb.att[i].src_alpha_blend_factor;
757 is_dual_src(gfx_level, srcA) || is_dual_src(gfx_level, dstA))
767 srcA = V_028780_BLEND_ONE;
772 radv_blend_check_commutativity(gfx_level, &blend, eqA, srcA, dstA, 0x8u << (4 * i));
783 si_blend_remove_dst(&eqA, &srcA, &dstA, V_028780_BLEND_DST_COLOR,
786 si_blend_remove_dst(&eqA, &srcA, &dstA, V_028780_BLEND_DST_ALPHA,
792 srcA_opt = si_translate_blend_opt_factor(srcA, true);
798 if (si_blend_factor_uses_dst(srcA))
817 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
820 blend_cntl |= S_028780_ALPHA_SRCBLEND(srcA);