From dcdd31ae9646c51bdf9cdd4dbfd34d4d983b8eef Mon Sep 17 00:00:00 2001 From: Georg Lehmann Date: Fri, 10 Jun 2022 14:52:49 +0200 Subject: [PATCH] aco: Remove r128_a16 MIMG builder option. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Georg Lehmann Reviewed-by: Daniel Schürmann Part-of: --- src/amd/compiler/aco_opcodes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/amd/compiler/aco_opcodes.py b/src/amd/compiler/aco_opcodes.py index 3a4caee884e..509de093d26 100644 --- a/src/amd/compiler/aco_opcodes.py +++ b/src/amd/compiler/aco_opcodes.py @@ -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)]