Lines Matching refs:tiled
35 /** width/height for tiled formats (rounded up to slot boundaries) */
100 /* To deal with userspace mmap'ings of 2d tiled buffers, which (a) are
328 /* for tiled buffers, the virtual size has stride rounded up
345 /* Normal handling for the case of faulting in non-tiled buffers */
371 /* Special handling for the case of faulting in 2d tiled buffers */
890 * (only valid for tiled 2d buffers)
911 /* Get tiler stride for the buffer (only valid for 2d tiled buffers) */
1328 * For tiled buffers align dimensions to slot boundaries and
1331 tiler_align(gem2fmt(flags), &gsize.tiled.width,
1332 &gsize.tiled.height);
1334 size = tiler_size(gem2fmt(flags), gsize.tiled.width,
1335 gsize.tiled.height);
1337 omap_obj->width = gsize.tiled.width;
1338 omap_obj->height = gsize.tiled.height;