mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
nak: Print .dc for OpTld4::z_cmpr
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33427>
This commit is contained in:
parent
3c843b6933
commit
ac50208783
1 changed files with 3 additions and 0 deletions
|
|
@ -4754,6 +4754,9 @@ impl DisplayOp for OpTld4 {
|
|||
if self.offset_mode != Tld4OffsetMode::None {
|
||||
write!(f, ".{}", self.offset_mode)?;
|
||||
}
|
||||
if self.z_cmpr {
|
||||
write!(f, ".dc")?;
|
||||
}
|
||||
write!(f, " {} {} {}", self.tex, self.srcs[0], self.srcs[1])
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue