Searched refs:tiles (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_QCOM_tile_properties.adoc | 14 …ll regions or "tiles". Tile size is shared by and affects all attachments in use. Splitting a rend… 16 …tiles can span outside the attachment's extent as well. This is because _Number of tiles = ceil(at… 20 The "tiles" exposed in this extension also each define a "framebuffer-local region" as described in… 26 … Currently, applications are unable to determine the size and location of tiles, preventing them f… 107 All tiles will be tightly packed around the first tile, with edges being multiples of tile width an… 153 … (768, 480) then it implies that there are three tiles in a (1 x 3) tile-grid. All tiles are full … 155 …480) then it implies that there are three tiles in a (1 x 3) tile-grid. All tiles are _partially f… 157 …it implies that there are six tiles in a (3 x 2) tile-grid. Last tiles in each row and column are …
|
D | VK_EXT_shader_tile_image.adoc | 46 …* This is mainly targeted at GPUs which defer fragment shading into framebuffer tiles where each t… 90 …bled, the framebuffer is logically divided into a grid of non-overlapping tiles called tile images. 410 On typical implementations supporting this extension, the framebuffer is divided into tiles and fra…
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 251 EXRTile *tiles; // Tiled pixel data. The application must reconstruct image member 10889 exr_image->tiles = static_cast<EXRTile *>( in DecodeChunk() 10913 exr_image->tiles[tile_idx].images = tinyexr::AllocateImage( in DecodeChunk() 10974 exr_image->tiles[tile_idx].images, in DecodeChunk() 10975 &(exr_image->tiles[tile_idx].width), in DecodeChunk() 10976 &(exr_image->tiles[tile_idx].height), in DecodeChunk() 10995 exr_image->tiles[tile_idx].offset_x = tile_coordinates[0]; in DecodeChunk() 10996 exr_image->tiles[tile_idx].offset_y = tile_coordinates[1]; in DecodeChunk() 10997 exr_image->tiles[tile_idx].level_x = tile_coordinates[2]; in DecodeChunk() 10998 exr_image->tiles[tile_idx].level_y = tile_coordinates[3]; in DecodeChunk() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | video_encode_h265_extensions.adoc | 76 Further restrictions may: apply to the number of H.265 tiles that can: 137 tiles per slice may begin or finish at any offset in a CTB row. 167 indicates if encoding multiple tiles per slice segment is supported.
|
D | fragops.adoc | 838 implementations divide the framebuffer into a grid of tiles.
|
D | renderpass.adoc | 1226 All tiles will be tightly packed around the first tile, with edges being
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | glossary.adoc | 1788 framebuffer is considered to be divided into tiles.
|