Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:iterators

495     const int xs = c->iterators.xl;
496 const int x1 = c->iterators.xr;
502 // reset iterators for that scanline...
504 iterators_t& ci = c->iterators;
521 // z iterators are 1.31
531 texture_iterators_t& ti = c->state.texture[i].iterators;
548 uint32_t y = c->iterators.y;
568 texture_iterators_t& ti = tx.iterators;
817 // compute iterators...
818 iterators_t& ci = c->iterators;
866 texture_iterators_t& ti = t.iterators;
954 c->iterators.y = y0;
965 c->iterators.y = y0;
992 iterators_t& ci = c->iterators;
1015 texture_iterators_t& ti = c->state.texture[i].iterators;
1025 c->iterators.y += 1;
1026 c->iterators.ydzdy += c->shade.dzdy;
1031 iterators_t& ci = c->iterators;
1042 iterators_t& ci = c->iterators;
1050 iterators_t& ci = c->iterators;
1055 texture_iterators_t& ti = c->state.texture[i].iterators;
1086 const uint32_t ys = c->iterators.y;
1087 const uint32_t xs = c->iterators.xl;
1088 const uint32_t x1 = c->iterators.xr;
1093 const iterators_t& ci = c->iterators;
1099 int32_t xl = c->iterators.xl;
1137 texture_iterators_t& ti = tmu.iterators;
1164 c->iterators.xl = xl;
1165 c->iterators.xr = xl = xl + (span ? span : (1<<SPAN_BITS));
1177 const uint32_t ys = c->iterators.y;
1178 const uint32_t xs = c->iterators.xl;
1179 const uint32_t x1 = c->iterators.xr;
1182 const iterators_t& ci = c->iterators;
1190 texture_iterators_t& ti = tmu.iterators;
1201 int32_t xl = c->iterators.xl;
1223 c->iterators.xl = xl;
1224 c->iterators.xr = xl = xl + premainder;
1237 c->iterators.xl = xl;
1238 c->iterators.xr = xl = xl + (1<<SPAN_BITS);
1266 int32_t x = c->iterators.xl;
1267 size_t ct = c->iterators.xr - x;
1268 int32_t y = c->iterators.y;
1305 int32_t x = c->iterators.xl;
1306 size_t ct = c->iterators.xr - x;
1307 int32_t y = c->iterators.y;
1360 int32_t x = c->iterators.xl;
1361 size_t ct = c->iterators.xr - x;
1362 int32_t y = c->iterators.y;
1400 int32_t x = c->iterators.xl;
1401 size_t ct = c->iterators.xr - x;
1402 int32_t y = c->iterators.y;
1420 int32_t x = c->iterators.xl;
1421 size_t ct = c->iterators.xr - x;
1422 int32_t y = c->iterators.y;
1431 int32_t x = c->iterators.xl;
1432 iterators.xr - x;
1433 int32_t y = c->iterators.y;
1442 int32_t x = c->iterators.xl;
1443 size_t ct = c->iterators.xr - x;
1444 int32_t y = c->iterators.y;
1453 int32_t x = c->iterators.xl;
1454 size_t ct = c->iterators.xr - x;
1455 int32_t y = c->iterators.y;
1466 int32_t x = c->iterators.xl;
1467 size_t ct = c->iterators.xr - x;
1468 int32_t y = c->iterators.y;
1491 int32_t x = c->iterators.xl;
1492 size_t ct = c->iterators.xr - x;
1493 int32_t y = c->iterators.y;