Home
last modified time | relevance | path

Searched refs:xl (Results 1 – 4 of 4) sorted by relevance

/system/core/libpixelflinger/
Dtrap.cpp240 c->iterators.xl = l; in aa_nice_pointx()
312 c->iterators.xl = l; in aa_pointx()
436 c->iterators.xl = l; in recti()
451 int32_t x = c->iterators.xl; in scanline_set()
569 register int32_t xl, xr; in trianglex_small() local
570 for (xl=minx ; xl<maxx ; xl++) { in trianglex_small()
577 xr = xl; in trianglex_small()
586 if (xl < xr) { in trianglex_small()
587 c->iterators.xl = xl; in trianglex_small()
745 const int32_t xl = max(left_x >> TRI_ITERATORS_BITS, xmin); in triangle_sweep_edges() local
[all …]
Dscanline.cpp608 const int xs = c->iterators.xl; in scanline()
925 const int x = c->iterators.xl; in horz_iterator32()
942 const int x = c->iterators.xl; in horz_iterator16()
962 const int xs = c->iterators.xl; in clamp_iterator()
1052 const int xs = c->iterators.xl; in init()
1086 const int x = c->iterators.xl; in ditherer()
1394 const int x = c->iterators.xl; in dst_iterator16()
1872 const uint32_t xs = c->iterators.xl; in scanline_perspective()
1884 int32_t xl = c->iterators.xl; in scanline_perspective() local
1949 c->iterators.xl = xl; in scanline_perspective()
[all …]
/system/core/include/private/pixelflinger/
Dggl_context.h420 int32_t xl;
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp359 CONTEXT_LOAD(Rx, iterators.xl); in build_scanline_prolog()