shader: Fix TXQ

pull/8/head
FernandoS27 4 years ago committed by ameerj
parent ec005be99d
commit cdf0cc3869

@ -66,7 +66,7 @@ void TranslatorVisitor::TXQ(u64 insn) {
BitField<36, 13, u64> cbuf_offset;
} const txq{insn};
Impl(*this, insn, static_cast<u32>(txq.cbuf_offset));
Impl(*this, insn, static_cast<u32>(txq.cbuf_offset * 4));
}
void TranslatorVisitor::TXQ_b(u64 insn) {

Loading…
Cancel
Save