Lines Matching full:premainder
1989 int32_t premainder = xc & ((1<<SPAN_BITS)-1);
1994 premainder = xc;
1998 if (premainder) {
1999 w += c->shade.dwdx * premainder;
2002 s += tmu.shade.idsdx * premainder;
2003 t += tmu.shade.idtdx * premainder;
2006 dsdx = (sq - s0) / premainder;
2007 dtdx = (tq - t0) / premainder;
2009 c->iterators.xr = xl = xl + premainder;