aco: Remove r128_a16 MIMG builder option.

Signed-off-by: Georg Lehmann <dadschoorse@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16969>
This commit is contained in:
Georg Lehmann 2022-06-10 14:52:49 +02:00 committed by Marge Bot
parent 0ca6653ada
commit dcdd31ae96

View file

@ -126,7 +126,8 @@ class Format(Enum):
('bool', 'slc', 'false'),
('bool', 'tfe', 'false'),
('bool', 'lwe', 'false'),
('bool', 'r128_a16', 'false', 'r128'),
('bool', 'r128', 'false'),
('bool', 'a16', 'false'),
('bool', 'd16', 'false')]
return [('unsigned', 'attribute', None),
('unsigned', 'component', None)]