r600: Add FMT_1_REVERSED to r600_formats.h

Signed-off-by: Vitaliy Triang3l Kuzmin <triang3l@yandex.ru>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23010>
This commit is contained in:
Vitaliy Triang3l Kuzmin 2023-05-14 21:04:47 +03:00 committed by Marge Bot
parent 9b3399b3f7
commit 659d88e7fc

View file

@ -41,6 +41,7 @@
#define FMT_32_32_32_32 0x00000022
#define FMT_32_32_32_32_FLOAT 0x00000023
#define FMT_1 0x00000025
#define FMT_1_REVERSED 0x00000026
#define FMT_GB_GR 0x00000027
#define FMT_BG_RG 0x00000028
#define FMT_32_AS_8 0x00000029