mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 11:08:03 +02:00
r600/sfn: print tex prepare instructions
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18619>
This commit is contained in:
parent
c23604324b
commit
5241568641
1 changed files with 4 additions and 0 deletions
|
|
@ -138,6 +138,10 @@ bool TexInstr::do_ready() const
|
|||
void TexInstr::do_print(std::ostream& os) const
|
||||
{
|
||||
|
||||
for (auto& p : prepare_instr()) {
|
||||
os << *p << "\n";
|
||||
}
|
||||
|
||||
os << "TEX " << opname(m_opcode) << " ";
|
||||
print_dest(os);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue