Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:iterators

647     const int xs = c->iterators.xl;
648 const int x1 = c->iterators.xr;
654 // reset iterators for that scanline...
656 iterators_t& ci = c->iterators;
673 // z iterators are 1.31
683 texture_iterators_t& ti = c->state.texture[i].iterators;
700 uint32_t y = c->iterators.y;
720 texture_iterators_t& ti = tx.iterators;
964 const int x = c->iterators.xl;
965 const int y = c->iterators.y;
981 const int x = c->iterators.xl;
982 const int y = c->iterators.y;
1001 const int xs = c->iterators.xl;
1003 texture_iterators_t& ti = tx.iterators;
1057 return (c->state.texture[0].iterators.dtdx == 0);
1091 const int xs = c->iterators.xl;
1093 const texture_iterators_t& ti = tx.iterators;
1125 const int x = c->iterators.xl;
1126 const int y = c->iterators.y;
1253 const int r = c->iterators.ydrdy >> (GGL_COLOR_BITS-8);
1254 const int g = c->iterators.ydgdy >> (GGL_COLOR_BITS-8);
1255 const int b = c->iterators.ydbdy >> (GGL_COLOR_BITS-8);
1256 const int a = c->iterators.ydady >> (GGL_COLOR_BITS-8);
1433 const int x = c->iterators.xl;
1434 const int width = c->iterators.xr - x;
1435 const int32_t y = c->iterators.y;
1641 // compute iterators...
1642 iterators_t& ci = c->iterators;
1690 texture_iterators_t& ti = t.iterators;
1778 c->iterators.y = y0;
1789 c->iterators.y = y0;
1816 iterators_t& ci = c->iterators;
1839 texture_iterators_t& ti = c->state.texture[i].iterators;
1849 c->iterators.y += 1;
1850 c->iterators.ydzdy += c->shade.dzdy;
1855 iterators_t& ci = c->iterators;
1866 iterators_t& ci = c->iterators;
1874 iterators_t& ci = c->iterators;
1879 texture_iterators_t& ti = c->state.texture[i].iterators;
1910 const uint32_t ys = c->iterators.y;
1911 const uint32_t xs = c->iterators.xl;
1912 const uint32_t x1 = c->iterators.xr;
1917 const iterators_t& ci = c->iterators;
1923 int32_t xl = c->iterators.xl;
1961 texture_iterators_t& ti = tmu.iterators;
1988 c->iterators.xl = xl;
1989 c->iterators.xr = xl = xl + (span ? span : (1<<SPAN_BITS));
2001 const uint32_t ys = c->iterators.y;
2002 const uint32_t xs = c->iterators.xl;
2003 const uint32_t x1 = c->iterators.xr;
2006 const iterators_t& ci = c->iterators;
2014 texture_iterators_t& ti = tmu.iterators;
2025 int32_t xl = c->iterators.xl;
2047 c->iterators.xl = xl;
2048 c->iterators.xr = xl = xl + premainder;
2061 c->iterators.xl = xl;
2062 c->iterators.xr = xl = xl + (1<<SPAN_BITS);
2090 int32_t x = c->iterators.xl;
2091 size_t ct = c->iterators.xr - x;
2092 int32_t y = c->iterators.y;
2133 int32_t x = c->iterators.xl;
2134 size_t ct = c->iterators.xr - x;
2135 int32_t y = c->iterators.y;
2184 int32_t x = c->iterators.xl;
2185 size_t ct = c->iterators.xr - x;
2186 int32_t y = c->iterators.y;
2231 const int a = c->iterators.ydady >> (GGL_COLOR_BITS-8);
2254 int32_t x = c->iterators.xl;
2255 size_t ct = c->iterators.xr - x;
2256 int32_t y = c->iterators.y;
2274 int32_t x = c->iterators.xl;
2275 size_t ct = c->iterators.xr - x;
2276 int32_t y = c->iterators.y;
2285 int32_t x = c->iterators.xl;
2286 size_t ct = c->iterators.xr - x;
2287 int32_t y = c->iterators.y;
2296 int32_t x = c->iterators.xl;
2297 size_t ct = c->iterators.xr - x;
2298 int32_t y = c->iterators.y;
2307 int32_t x = c->iterators.xl;
2308 size_t ct = c->iterators.xr - x;
2309 int32_t y = c->iterators.y;
2320 int32_t x = c->iterators.xl;
2321 size_t ct = c->iterators.xr - x;
2322 int32_t y = c->iterators.y;
2345 int32_t x = c->iterators.xl;
2346 size_t ct = c->iterators.xr - x;
2347 int32_t y = c->iterators.y;