Lines Matching defs:height
35 /** width/height for tiled formats (rounded up to slot boundaries) */
36 u16 width, height;
122 int height; /* height in rows */
123 int height_shift; /* ilog2(height in rows) */
171 int n = priv->usergart[fmt].height;
335 omap_obj->width, omap_obj->height);
387 * Note the height of the slot is also equal to the number of pages
389 * height is 64, then 64 pages fill a 4kb wide by 64 row region.
391 const int n = priv->usergart[fmt].height;
583 args->size = PAGE_ALIGN(args->pitch * args->height);
750 block = tiler_reserve_2d(fmt, omap_obj->width, omap_obj->height,
999 count = omap_obj->height;
1145 seq_printf(m, " %dx%d", omap_obj->width, omap_obj->height);
1332 &gsize.tiled.height);
1335 gsize.tiled.height);
1338 omap_obj->height = gsize.tiled.height;
1485 * number of rows, the height ends up being the same as the
1488 usergart[i].height = h;