Home | History | Annotate | Download | only in radeonsi

Lines Matching defs:dstRGB

163 		unsigned dstRGB = state->rt[j].rgb_dst_factor;
181 blend_cntl |= S_028780_COLOR_DESTBLEND(si_translate_blend_factor(dstRGB));
183 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) {