mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 16:20:13 +01:00
nak: Display memory type at the end for load/store ops
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26291>
This commit is contained in:
parent
6f76f4db9f
commit
3a20beab03
1 changed files with 2 additions and 2 deletions
|
|
@ -1909,10 +1909,10 @@ impl fmt::Display for MemAccess {
|
|||
write!(
|
||||
f,
|
||||
"{}{}{}{}",
|
||||
self.mem_type,
|
||||
self.space,
|
||||
self.order,
|
||||
self.eviction_priority
|
||||
self.eviction_priority,
|
||||
self.mem_type,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue