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:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user