Home | History | Annotate | Download | only in softpipe

Lines Matching refs:ymax

1403          const int ymax = ymin + (int) size;
1404 /* XXX could apply scissor to xmin,ymin,xmax,ymax now */
1408 const int iymax = block(ymax - 1);
1412 debug_printf("(%f, %f) -> X:%d..%d Y:%d..%d\n", x, y, xmin, xmax,ymin,ymax);
1420 if (iy + 1 >= ymax) {