Home | History | Annotate | Download | only in core

Lines Matching refs:max_h

516                                   uint16_t *max_w, uint16_t *max_h)
525 *max_h = 1;
530 *max_h = max_size;
534 *max_h = 2048;
539 *max_h = 1;
549 uint16_t w, h, max_w, max_h;
556 surface_get_gen6_image_max_extent(dev, info, &max_w, &max_h);
557 assert(w && h && w <= max_w && h <= max_h);