Home | History | Annotate | Download | only in softpipe

Lines Matching refs:ymax

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