mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 04:48:07 +02:00
The format has 4 x 16-bit words with 10-bit unorm values in bits [15:6] and 6 padding bits in [5:0]. Since this requires 8 channel slots but the format system only supports 4, use layout "other" with hand-written pack/unpack conversion functions. Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com> Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40653> |
||
|---|---|---|
| .. | ||
| gen_enum_to_str.py | ||
| meson.build | ||
| vk_alloc.c | ||
| vk_alloc.h | ||
| vk_cmd_queue_gen.py | ||
| vk_dispatch_table_gen.py | ||
| vk_dispatch_trampolines_gen.py | ||
| vk_entrypoints.py | ||
| vk_entrypoints_gen.py | ||
| vk_extensions.py | ||
| vk_extensions_gen.py | ||
| vk_format.c | ||
| vk_format.h | ||
| vk_icd_gen.py | ||
| vk_internal_exts.h | ||
| vk_physical_device_features_gen.py | ||
| vk_physical_device_properties_gen.py | ||
| vk_physical_device_spirv_caps_gen.py | ||
| vk_struct_type_cast_gen.py | ||
| vk_synchronization_helpers_gen.py | ||
| vk_util.c | ||
| vk_util.h | ||