nak: Make OpAtom::cmpr a GPR source
We set it to Zero for atomics other than CmpExch. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26743>
This commit is contained in:
parent
3b6e6e985e
commit
d24eb539c5
1 changed files with 1 additions and 1 deletions
|
|
@ -3658,7 +3658,7 @@ pub struct OpAtom {
|
|||
#[src_type(GPR)]
|
||||
pub addr: Src,
|
||||
|
||||
#[src_type(SSA)]
|
||||
#[src_type(GPR)]
|
||||
pub cmpr: Src,
|
||||
|
||||
#[src_type(SSA)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue