Home | History | Annotate | Download | only in r600

Lines Matching refs:eqRGB

363 		unsigned eqRGB = state->rt[j].rgb_func;
379 bc |= S_028780_COLOR_COMB_FCN(r600_translate_blend_function(eqRGB));
383 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {