Home | History | Annotate | Download | only in radeonsi

Lines Matching full:srca

165 		unsigned srcA = state->rt[j].alpha_src_factor;
183 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
186 blend_cntl |= S_028780_ALPHA_SRCBLEND(si_translate_blend_factor(srcA));