Lines Matching defs:width
35 /** width/height for tiled formats (rounded up to slot boundaries) */
36 u16 width, height;
124 int slot_shift; /* ilog2(width per slot) */
175 const int m = DIV_ROUND_UP(omap_obj->width << fmt, PAGE_SIZE);
335 omap_obj->width, omap_obj->height);
395 * If buffer width in bytes > PAGE_SIZE then the virtual stride is
400 const int m = DIV_ROUND_UP(omap_obj->width << fmt, PAGE_SIZE);
411 /* figure out buffer width in slots */
412 slots = omap_obj->width >> priv->usergart[fmt].slot_shift;
581 args->pitch = DIV_ROUND_UP(args->width * args->bpp, 8);
750 block = tiler_reserve_2d(fmt, omap_obj->width, omap_obj->height,
998 len = omap_obj->width << (int)fmt;
1145 seq_printf(m, " %dx%d", omap_obj->width, omap_obj->height);
1331 tiler_align(gem2fmt(flags), &gsize.tiled.width,
1334 size = tiler_size(gem2fmt(flags), gsize.tiled.width,
1337 omap_obj->width = gsize.tiled.width;