nak: Print .dc for OpTld4::z_cmpr

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33427>
This commit is contained in:
Faith Ekstrand 2025-02-06 07:43:11 -06:00 committed by Marge Bot
parent 3c843b6933
commit ac50208783

View file

@ -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])
}
}