shader: Implement LOP32I
This commit is contained in:
parent
260743f371
commit
eeb1efa2d2
2 changed files with 45 additions and 18 deletions
|
@ -357,10 +357,6 @@ void TranslatorVisitor::LONGJMP(u64) {
|
|||
ThrowNotImplemented(Opcode::LONGJMP);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::LOP32I(u64) {
|
||||
ThrowNotImplemented(Opcode::LOP32I);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::MEMBAR(u64) {
|
||||
ThrowNotImplemented(Opcode::MEMBAR);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue