shader: Implement HSETP2

This commit is contained in:
FernandoS27 2021-03-21 04:24:30 +01:00 committed by ameerj
parent 9e213fd861
commit e10d9c1b8e
3 changed files with 117 additions and 12 deletions

View file

@ -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);
}