Lines Matching defs:maxy
750 unsigned maxy = MIN2(batch->key.height, MAX2((int) vp_maxy, 0));
756 maxy = MIN2(ss->maxy, maxy);
760 if (maxx == 0 || maxy == 0)
761 maxx = maxy = minx = miny = 1;
763 panfrost_batch_union_scissor(batch, minx, miny, maxx, maxy);
764 batch->scissor_culls_everything = (minx >= maxx || miny >= maxy);
766 /* [minx, maxx) and [miny, maxy) are exclusive ranges in the hardware */
768 maxy--;
780 cfg.scissor_maximum_y = maxy;
792 cfg.scissor_maximum_y = maxy;
2746 batch->maxy = MIN2(batch->maxy, fb->height);
2752 assert(batch->maxy > batch->miny);