Home | History | Annotate | Download | only in r600

Lines Matching defs:dstRGB

751 		unsigned dstRGB = state->rt[j].rgb_dst_factor;
763 bc |= S_028804_COLOR_DESTBLEND(r600_translate_blend_factor(dstRGB));
765 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {