mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 03:18:08 +02:00
ir3: add disassembly for flat.b
Signed-off-by: Job Noorman <jnoorman@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27411>
This commit is contained in:
parent
54cb45cc6c
commit
a38f7ea125
1 changed files with 1 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ static const struct opc_info {
|
|||
OPC(2, OPC_CBITS_B, cbits.b),
|
||||
OPC(2, OPC_SHB, shb),
|
||||
OPC(2, OPC_MSAD, msad),
|
||||
OPC(2, OPC_FLAT_B, flat.b),
|
||||
|
||||
/* category 3: */
|
||||
OPC(3, OPC_MAD_U16, mad.u16),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue