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 */
888 * (only valid for tiled 2d buffers)
909 /* Get tiler stride for the buffer (only valid for 2d tiled buffers) */
1224 * For tiled buffers align dimensions to slot boundaries and
1227 tiler_align(gem2fmt(flags), &gsize.tiled.width,
1228 &gsize.tiled.height);
1230 size = tiler_size(gem2fmt(flags), gsize.tiled.width,
1231 gsize.tiled.height);
1233 omap_obj->width = gsize.tiled.width;
1234 omap_obj->height = gsize.tiled.height;