mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 18:28:12 +02:00
nak: handle nop ops from NAK IR on SM50
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27178>
This commit is contained in:
parent
fc232a67a4
commit
94d075d049
1 changed files with 1 additions and 0 deletions
|
|
@ -2103,6 +2103,7 @@ impl SM50Instr {
|
|||
Op::SuAtom(op) => si.encode_suatom(&op),
|
||||
Op::Kill(op) => si.encode_kill(&op),
|
||||
Op::CS2R(op) => si.encode_cs2r(&op),
|
||||
Op::Nop(_) => si.encode_nop(),
|
||||
_ => panic!("Unhandled instruction {}", instr.op),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue