shader: Fix TXQ

This commit is contained in:
FernandoS27 2021-03-27 04:19:38 +01:00 committed by ameerj
parent ec005be99d
commit cdf0cc3869

View File

@ -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) {