shader: Implement HSETP2
This commit is contained in:
parent
9e213fd861
commit
e10d9c1b8e
3 changed files with 117 additions and 12 deletions
|
@ -181,18 +181,6 @@ void TranslatorVisitor::GETLMEMBASE(u64) {
|
|||
ThrowNotImplemented(Opcode::GETLMEMBASE);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::HSETP2_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::HSETP2_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::HSETP2_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::HSETP2_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::HSETP2_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::HSETP2_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::IDE(u64) {
|
||||
ThrowNotImplemented(Opcode::IDE);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue