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

/system/core/libpixelflinger/
H A Dtrap.cpp241 c->iterators.xr = r;
313 c->iterators.xr = r;
437 c->iterators.xr = r;
452 size_t ct = c->iterators.xr - x;
569 register int32_t xl, xr; local
577 xr = xl;
578 for ( ; xr<maxx ; xr++) {
586 if (xl < xr) {
588 c->iterators.xr
746 const int32_t xr = min(right_x >> TRI_ITERATORS_BITS, xmax); local
[all...]
H A Dscanline.cpp646 const int x1 = c->iterators.xr;
1432 const int width = c->iterators.xr - x;
1910 const uint32_t x1 = c->iterators.xr;
1987 c->iterators.xr = xl = xl + (span ? span : (1<<SPAN_BITS));
2001 const uint32_t x1 = c->iterators.xr;
2046 c->iterators.xr = xl = xl + premainder;
2060 c->iterators.xr = xl = xl + (1<<SPAN_BITS);
2089 size_t ct = c->iterators.xr - x;
2130 size_t ct = c->iterators.xr - x;
2180 size_t ct = c->iterators.xr
[all...]
/system/core/include/private/pixelflinger/
H A Dggl_context.h443 int32_t xr; member in struct:android::iterators_t
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp363 CONTEXT_LOAD(parts.count.reg, iterators.xr);
366 // parts.count = iterators.xr - Rx

Completed in 105 milliseconds