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

/system/core/libpixelflinger/
H A Dscanline.cpp1891 const uint32_t SPAN_BITS = 5; local
1896 uint32_t remainder = xc & ((1<<SPAN_BITS)-1);
1897 uint32_t numSpans = xc >> SPAN_BITS;
1904 const int32_t dwdx = c->shade.dwdx << SPAN_BITS;
1948 else v += (tmu.shade.st[j].dx)<<SPAN_BITS;
1953 else dvdx >>= SPAN_BITS; local
1971 c->iterators.xr = xl = xl + (span ? span : (1<<SPAN_BITS));
1982 const uint32_t SPAN_BITS = 5; local
2010 int32_t premainder = xc & ((1<<SPAN_BITS)-1);
2011 uint32_t numSpans = xc >> SPAN_BITS;
[all...]

Completed in 54 milliseconds