Home
last modified time | relevance | path

Searched refs:pan_block_size (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_layout.c62 static const struct pan_block_size
76 struct pan_block_size
121 static inline struct pan_block_size
125 return (struct pan_block_size) { 4, 4 }; in panfrost_u_interleaved_tile_size()
127 return (struct pan_block_size) { 16, 16 }; in panfrost_u_interleaved_tile_size()
135 struct pan_block_size
143 return (struct pan_block_size) { 1, 1 }; in panfrost_block_size()
235 struct pan_block_size block_size = in panfrost_get_legacy_stride()
253 struct pan_block_size block_size = in panfrost_from_legacy_stride()
343 struct pan_block_size block_size = in pan_image_layout_init()
Dpan_texture.h181 struct pan_block_size { struct
189 struct pan_block_size panfrost_afbc_superblock_size(uint64_t modifier); argument
201 struct pan_block_size
/third_party/mesa3d/src/panfrost/lib/tests/
Dtest-layout.cpp38 struct pan_block_size blk = panfrost_block_size(DRM_FORMAT_MOD_LINEAR, format[i]); in TEST()
53 …struct pan_block_size blk = panfrost_block_size(DRM_FORMAT_MOD_ARM_16X16_BLOCK_U_INTERLEAVED, form… in TEST()
68 …struct pan_block_size blk = panfrost_block_size(DRM_FORMAT_MOD_ARM_16X16_BLOCK_U_INTERLEAVED, form… in TEST()
90 struct pan_block_size blk = panfrost_block_size(modifier, format[i]); in TEST()
112 struct pan_block_size blk = panfrost_block_size(modifier, format[i]); in TEST()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c658 struct pan_block_size blocksize = panfrost_block_size(modifier, template->format); in panfrost_resource_create_with_modifier()
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst398 - panfrost: Use pan_block_size in layout calculation