Home | History | Annotate | Download | only in r600

Lines Matching defs:srcRGB

750 		unsigned srcRGB = state->rt[j].rgb_src_factor;
762 bc |= S_028804_COLOR_SRCBLEND(r600_translate_blend_factor(srcRGB));
765 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {