Lines Matching refs:maxx
115 s->damage_rect.maxx = s->damage_rect.maxy = 0;
586 bound.maxx = MIN2(dbound->maxx, (dr->maxx + 0xf) >> 4);
591 bound.maxx = (dr->maxx + 0xf) >> 4;
598 bound.maxx = MIN2(bound.maxx, fb->tiled_w);
605 .maxx = bound.maxx,
639 s->key.maxx = bound.maxx;
647 int tiled_w = bound.maxx - bound.minx;
674 dr->maxx == job->fb.width &&