mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-16 01:08:05 +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> |
||
|---|---|---|
| .. | ||
| format_utils.h | ||
| meson.build | ||
| texcompress_bptc_tmp.h | ||
| texcompress_etc_tmp.h | ||
| texcompress_s3tc_tmp.h | ||
| u_format.c | ||
| u_format.h | ||
| u_format.yaml | ||
| u_format_bptc.c | ||
| u_format_bptc.h | ||
| u_format_etc.c | ||
| u_format_etc.h | ||
| u_format_fxt1.c | ||
| u_format_fxt1.h | ||
| u_format_latc.c | ||
| u_format_latc.h | ||
| u_format_other.c | ||
| u_format_other.h | ||
| u_format_pack.py | ||
| u_format_parse.py | ||
| u_format_rgtc.c | ||
| u_format_rgtc.h | ||
| u_format_s3tc.c | ||
| u_format_s3tc.h | ||
| u_format_table.py | ||
| u_format_tests.c | ||
| u_format_tests.h | ||
| u_format_unpack_neon.c | ||
| u_format_yuv.c | ||
| u_format_yuv.h | ||
| u_format_zs.c | ||
| u_format_zs.h | ||
| u_formats.h | ||