panfrost: Drop unused mali_channel_swizzle

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6195>
This commit is contained in:
Alyssa Rosenzweig 2020-08-06 18:29:51 -04:00 committed by Tomeu Vizoso
parent ad0b32cdbd
commit 8c1ac96eb6
1 changed files with 0 additions and 7 deletions

View File

@ -159,13 +159,6 @@ enum mali_channel {
MALI_CHANNEL_RESERVED_1 = 7,
};
struct mali_channel_swizzle {
enum mali_channel r : 3;
enum mali_channel g : 3;
enum mali_channel b : 3;
enum mali_channel a : 3;
} __attribute__((packed));
/* Compressed per-pixel formats. Each of these formats expands to one to four
* floating-point or integer numbers, as defined by the OpenGL specification.
* There are various places in OpenGL where the user can specify a compressed