Home | History | Annotate | Download | only in r600

Lines Matching defs:dstRGB

734 		unsigned dstRGB = state->rt[j].rgb_dst_factor;
746 blend_cntl[i] |= S_028780_COLOR_DESTBLEND(r600_translate_blend_factor(dstRGB));
748 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {