Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:srcA

511 		unsigned srcA = state->rt[j].alpha_src_factor;
555 eqA, srcA, dstA, 0x8 << (4 * i));
566 si_blend_remove_dst(&eqA, &srcA, &dstA,
569 si_blend_remove_dst(&eqA, &srcA, &dstA,
576 srcA_opt = si_translate_blend_opt_factor(srcA, true);
582 if (si_blend_factor_uses_dst(srcA))
606 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
609 blend_cntl |= S_028780_ALPHA_SRCBLEND(si_translate_blend_factor(srcA));