Home | History | Annotate | Download | only in r600

Lines Matching refs:eqRGB

288 	unsigned eqRGB = state->rt[j].rgb_func;
300 bc |= S_028804_COLOR_COMB_FCN(r600_translate_blend_function(eqRGB));
304 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {