Home | History | Annotate | Download | only in softpipe

Lines Matching defs:ixmax

1288          const int ixmax = block((int) (x + halfSize));
1299 for (ix = ixmin; ix <= ixmax; ix += 2) {
1356 const int ixmax = block(xmax - 1);
1375 for (ix = ixmin; ix <= ixmax; ix += 2) {