Home | History | Annotate | Download | only in softpipe

Lines Matching full:xmax

1352          const int xmax = xmin + (int) size;
1354 /* XXX could apply scissor to xmin,ymin,xmax,ymax now */
1356 const int ixmax = block(xmax - 1);
1362 debug_printf("(%f, %f) -> X:%d..%d Y:%d..%d\n", x, y, xmin, xmax,ymin,ymax);
1382 if (ix + 1 >= xmax) {