Home | History | Annotate | Download | only in r600

Lines Matching refs:eqRGB

732 		unsigned eqRGB = state->rt[j].rgb_func;
744 blend_cntl[i] |= S_028780_COLOR_COMB_FCN(r600_translate_blend_function(eqRGB));
748 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {