Home | History | Annotate | Download | only in radeonsi

Lines Matching defs:srcA

445 		unsigned srcA = state->rt[j].alpha_src_factor;
493 si_blend_remove_dst(&eqA, &srcA, &dstA,
496 si_blend_remove_dst(&eqA, &srcA, &dstA,
503 srcA_opt = si_translate_blend_opt_factor(srcA, true);
509 if (si_blend_factor_uses_dst(srcA))
533 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
536 blend_cntl |= S_028780_ALPHA_SRCBLEND(si_translate_blend_factor(srcA));