shader: Implement BFE
This commit is contained in:
parent
a8c41c50d3
commit
34ac9b4d7e
3 changed files with 67 additions and 12 deletions
|
@ -49,18 +49,6 @@ void TranslatorVisitor::BAR(u64) {
|
|||
ThrowNotImplemented(Opcode::BAR);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::BFE_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::BFE_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::BFE_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::BFE_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::BFE_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::BFE_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::BFI_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::BFI_reg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue