shader: Implement TLD
This commit is contained in:
parent
7a1c14269e
commit
dc1a9a3bed
8 changed files with 174 additions and 16 deletions
|
@ -313,14 +313,6 @@ void TranslatorVisitor::SYNC(u64) {
|
|||
ThrowNotImplemented(Opcode::SYNC);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::TLD(u64) {
|
||||
ThrowNotImplemented(Opcode::TLD);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::TLD_b(u64) {
|
||||
ThrowNotImplemented(Opcode::TLD_b);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::TLDS(u64) {
|
||||
ThrowNotImplemented(Opcode::TLDS);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue