aco: fix GFX6 buffer_load_dwordx4 opcode number

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27913>
This commit is contained in:
Rhys Perry 2024-02-28 14:49:17 +00:00 committed by Marge Bot
parent cb17a936e0
commit b723a15bd0

View file

@ -1495,7 +1495,7 @@ MUBUF = {
(0x0c, 0x0c, 0x14, 0x14, 0x0c, 0x14, "buffer_load_dword"),
(0x0d, 0x0d, 0x15, 0x15, 0x0d, 0x15, "buffer_load_dwordx2"),
( -1, 0x0f, 0x16, 0x16, 0x0f, 0x16, "buffer_load_dwordx3"),
(0x0f, 0x0e, 0x17, 0x17, 0x0e, 0x17, "buffer_load_dwordx4"),
(0x0e, 0x0e, 0x17, 0x17, 0x0e, 0x17, "buffer_load_dwordx4"),
(0x18, 0x18, 0x18, 0x18, 0x18, 0x18, "buffer_store_byte"),
( -1, -1, -1, 0x19, 0x19, 0x24, "buffer_store_byte_d16_hi"),
(0x1a, 0x1a, 0x1a, 0x1a, 0x1a, 0x19, "buffer_store_short"),