diff options
author | Hyunjun Ko <[email protected]> | 2018-09-07 17:11:45 +0900 |
---|---|---|
committer | Rob Clark <[email protected]> | 2018-09-27 16:05:49 -0400 |
commit | aef410f31ed9a36275d4a66c1578ca48b6f8d0eb (patch) | |
tree | fdcac4b3bef3706ef8398fde6748fa3b2bab074a /src/mesa/main/pbo.c | |
parent | 49d22c2dfcebb794a0bc7d481ac11f8817e214b6 (diff) |
freedreno/ir3: fix the param order of cmpxchg
According to the following definition,
int AtomicCompSwap(inout int mem, uint compare, uint data);
the preceding one in atomic_comp_swap of NIR is compare and data is
followed, while src0 for cmpxchg needs vec2(data, compare)
So for ssbo/image deref comp_swap, that should be reversed.
Fixes: dEQP-GLES31.functional.image_load_store.*.atomic.comp_swap*
Diffstat (limited to 'src/mesa/main/pbo.c')
0 files changed, 0 insertions, 0 deletions