Home
last modified time | relevance | path

Searched refs:atomic_compare_exchange_weak_explicit (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/
Datomic.comp32 …} while (!atomic_compare_exchange_weak_explicit((device atomic_uint*)&ssbo.u32, &_32, 2u, memory_o…
44 …} while (!atomic_compare_exchange_weak_explicit((device atomic_int*)&ssbo.i32, &_52, 2, memory_ord…
58 …} while (!atomic_compare_exchange_weak_explicit((threadgroup atomic_uint*)&shared_u32, &_64, 2u, m…
70 …} while (!atomic_compare_exchange_weak_explicit((threadgroup atomic_int*)&shared_i32, &_72, 2, mem…
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/
Datomic.comp32 …} while (!atomic_compare_exchange_weak_explicit((device atomic_uint*)&ssbo.u32, &_32, 2u, memory_o…
44 …} while (!atomic_compare_exchange_weak_explicit((device atomic_int*)&ssbo.i32, &_52, 2, memory_ord…
58 …} while (!atomic_compare_exchange_weak_explicit((threadgroup atomic_uint*)&shared_u32, &_64, 2u, m…
70 …} while (!atomic_compare_exchange_weak_explicit((threadgroup atomic_int*)&shared_i32, &_72, 2, mem…
/third_party/elfutils/lib/
Dstdatomic-fbsd.h269 #define atomic_compare_exchange_weak_explicit(object, expected, \ macro
294 #define atomic_compare_exchange_weak_explicit(object, expected, \ macro
325 #define atomic_compare_exchange_weak_explicit(object, expected, \ macro
378 atomic_compare_exchange_weak_explicit(object, expected, \
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/atomicCompareExchangeWeak/
D12871c.wgsl.expected.msl8 …bool matched = atomic_compare_exchange_weak_explicit(atomic, &prev_value, value, memory_order_rela…
D6673da.wgsl.expected.msl8 …bool matched = atomic_compare_exchange_weak_explicit(atomic, &prev_value, value, memory_order_rela…
D89ea3b.wgsl.expected.msl8 …bool matched = atomic_compare_exchange_weak_explicit(atomic, &prev_value, value, memory_order_rela…
Db2ab2c.wgsl.expected.msl8 …bool matched = atomic_compare_exchange_weak_explicit(atomic, &prev_value, value, memory_order_rela…
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h128 #define atomic_compare_exchange_weak_explicit(object, expected, desired, success, failure) \ macro
/third_party/ffmpeg/compat/atomics/dummy/
Dstdatomic.h129 #define atomic_compare_exchange_weak_explicit(object, expected, desired, success, failure) \ macro
/third_party/ffmpeg/compat/atomics/pthread/
Dstdatomic.h148 #define atomic_compare_exchange_weak_explicit(object, expected, desired, success, failure) \ macro
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h121 #define atomic_compare_exchange_weak_explicit(object, expected, desired, success, failure) \ macro
/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h119 #define atomic_compare_exchange_weak_explicit(object, expected, desired, success, failure) \ macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp49718 atomic_compare_exchange_weak_explicit(atomic<_ITp>* __a, in atomic_compare_exchange_weak_explicit() function
49726 atomic_compare_exchange_weak_explicit(volatile atomic<_ITp>* __a, in atomic_compare_exchange_weak_explicit() function
49784 return atomic_compare_exchange_weak_explicit(__a, __i1, __i2, in atomic_compare_exchange_weak()
49794 return atomic_compare_exchange_weak_explicit(__a, __i1, __i2, in atomic_compare_exchange_weak()