mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
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:
parent
cb17a936e0
commit
b723a15bd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue