Home | History | Annotate | Download | only in r600

Lines Matching defs:srcA

736 		unsigned srcA = state->rt[j].alpha_src_factor;
748 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {
751 blend_cntl[i] |= S_028780_ALPHA_SRCBLEND(r600_translate_blend_factor(srcA));