Searched refs:premainder (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/
H A Dscanline.cpp2010 int32_t premainder = xc & ((1<<SPAN_BITS)-1); local
2015 premainder = xc;
2019 if (premainder) {
2020 w += c->shade.dwdx * premainder;
2023 s += tmu.shade.idsdx * premainder;
2024 t += tmu.shade.idtdx * premainder;
2027 dsdx = (sq - s0) / premainder;
2028 dtdx = (tq - t0) / premainder;
2030 c->iterators.xr = xl = xl + premainder;

Completed in 7 milliseconds