Lines Matching full:tiles

505  * This is a tiled layout using 4Kb tiles (except on gen2 where the tiles 2Kb)
522 * This is a tiled layout using 4Kb tiles (except on gen2 where the tiles 2Kb)
540 * This is a tiled layout using 4Kb tiles in row-major layout.
541 * Within the tile pixels are laid out in 16 256 byte units / sub-tiles which
561 * considered to be made up of normal 128Bx32 Y tiles, Thus
576 * at index 1. A 64B CCS cache line corresponds to an area of 4x1 tiles in
587 * at index 1. A 64B CCS cache line corresponds to an area of 4x1 tiles in
610 * corresponds to an area of 4x1 tiles in the main surface. The main surface
618 * This is a tiled layout using 4KB tiles in a row-major layout. It has the same
666 * at index 1. A 64B CCS cache line corresponds to an area of 4x1 tiles in
677 * at index 1. A 64B CCS cache line corresponds to an area of 4x1 tiles in
700 * corresponds to an area of 4x1 tiles in the main surface. The main surface
748 * This is a simple tiled layout using tiles of 16x16 pixels in a row-major
760 * Each macrotile consists of m x n (mostly 4 x 4) tiles.
773 * Each macrotile consists of m x n (mostly 4 x 4) tiles.
794 * This is a simple tiled layout using tiles of 4x4 pixels in a row-major
802 * This is a tiled layout using 64x64 pixel super-tiles, where each super-tile
803 * contains 8x4 groups of 2x4 tiles of 4x4 pixels (like above) each, all in row-
863 * Pixels are arranged in simple tiles of 16 x 16 bytes.
1039 * - 4k tiles made of a 2x2 grid of 1k subtiles (so usually 32x32 pixels). On
1043 * - an image made of 4k tiles in rows either left-to-right (even rows of 4k
1044 * tiles) or right-to-left (odd rows of 4k tiles).
1205 * The tiled layout groups superblocks in 8x8 or 4x4 tiles, where all
1206 * superblocks inside a tile are stored together in memory. 8x8 tiles are used
1207 * for pixel formats up to and including 32 bpp while 4x4 tiles are used for
1208 * larger bpp formats. The order between the tiles is scan line.
1275 * Coding units are grouped into paging tiles. AFRC buffer dimensions must be aligned
1369 * With this tiling, the luminance samples are disposed in tiles representing
1370 * 32x32 pixels and the chrominance samples in tiles representing 32x64 pixels.
1371 * The pixel order in each tile is linear and the tiles are disposed linearly,