Home
last modified time | relevance | path

Searched refs:InterlockedCompareExchange (Results 1 – 25 of 55) sorted by relevance

123

/external/deqp-deps/glslang/Test/
Dhlsl.rw.atomics.frag54 InterlockedCompareExchange(g_tTex1di1[i1], i1b, i1c, out_i1);
70 InterlockedCompareExchange(g_tTex1du1[u1], u1b, u1c, out_u1);
86 InterlockedCompareExchange(g_tTex2di1[i2], i1b, i1c, out_i1);
102 InterlockedCompareExchange(g_tTex2du1[u2], u1b, u1c, out_u1);
118 InterlockedCompareExchange(g_tTex3di1[i3], i1b, i1c, out_i1);
134 InterlockedCompareExchange(g_tTex3du1[u3], u1b, u1c, out_u1);
150 InterlockedCompareExchange(g_tTex1di1a[i2], i1b, i1c, out_i1);
166 InterlockedCompareExchange(g_tTex1du1a[u2], u1b, u1c, out_u1);
182 InterlockedCompareExchange(g_tTex1di1a[i2], i1b, i1c, out_i1);
198 InterlockedCompareExchange(g_tTex1du1a[u2], u1b, u1c, out_u1);
[all …]
Dhlsl.structbuffer.atomics.frag12 sbuf.InterlockedCompareExchange(8, 1, 2, u);
Dhlsl.intrinsics.negative.comp32 …// InterlockedCompareExchange(gs_ua, gs_ub, gs_uc, out_u1); // expected error: only valid in pixel…
93 …// InterlockedCompareExchange(gs_ua2, gs_ub2, gs_uc2, out_u2); // expected error: only valid in pi…
138 …// InterlockedCompareExchange(gs_ua3, gs_ub3, gs_uc3, out_u3); // expected error: only valid in pi…
183 …// InterlockedCompareExchange(gs_ua4, gs_ub4, gs_uc4, out_u4); // expected error: only valid in pi…
Dhlsl.intrinsics.negative.vert48 …// InterlockedCompareExchange(gs_ua, gs_ub, gs_uc, out_u1); // expected error: only valid in pixel…
111 …// InterlockedCompareExchange(gs_ua2, gs_ub2, gs_uc2, out_u2); // expected error: only valid in pi…
156 …// InterlockedCompareExchange(gs_ua3, gs_ub3, gs_uc3, out_u3); // expected error: only valid in pi…
201 …// InterlockedCompareExchange(gs_ua4, gs_ub4, gs_uc4, out_u4); // expected error: only valid in pi…
/external/libvpx/libvpx/vpx_ports/
Dvpx_once.h55 if (InterlockedCompareExchange(&once_state, 1, 0) == 0) { in once()
71 while (InterlockedCompareExchange(&once_state, 2, 2) != 2) { in once()
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Datm_windows.h93 return o == (gpr_atm)InterlockedCompareExchange((volatile LONG*)p, (LONG)n, in gpr_atm_full_cas()
120 } while (old != (gpr_atm)InterlockedCompareExchange( in gpr_atm_full_fetch_add()
/external/grpc-grpc/include/grpc/impl/codegen/
Datm_windows.h89 return o == (gpr_atm)InterlockedCompareExchange((volatile LONG*)p, (LONG)n, in gpr_atm_full_cas()
116 } while (old != (gpr_atm)InterlockedCompareExchange( in gpr_atm_full_fetch_add()
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Datm_windows.h93 return o == (gpr_atm)InterlockedCompareExchange((volatile LONG*)p, (LONG)n, in gpr_atm_full_cas()
120 } while (old != (gpr_atm)InterlockedCompareExchange( in gpr_atm_full_fetch_add()
/external/llvm-project/llvm/lib/Support/
DAtomic.cpp55 return InterlockedCompareExchange(ptr, new_value, old_value); in CompareAndSwap()
/external/llvm/lib/Support/
DAtomic.cpp54 return InterlockedCompareExchange(ptr, new_value, old_value); in CompareAndSwap()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAtomic.cpp56 return InterlockedCompareExchange(ptr, new_value, old_value); in CompareAndSwap()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAtomic.cpp55 return InterlockedCompareExchange(ptr, new_value, old_value); in CompareAndSwap()
/external/ImageMagick/MagickCore/
Dmutex.h82 while (InterlockedCompareExchange(&translation_unit_mutex,1L,0L) != 0) in LockMagickMutex()
/external/webrtc/rtc_base/
Datomic_ops.h40 return ::InterlockedCompareExchange(reinterpret_cast<volatile LONG*>(i), in CompareAndSwap()
/external/fastrpc/src/
Dcae.c35 return (uint32)InterlockedCompareExchange((LONG*)puDest, (LONG)uExchange, (LONG)uCompare); in atomic_CompareAndExchange()
/external/pdfium/third_party/libopenjpeg20/
Dthread.c126 if (InterlockedCompareExchange(&inTLSLockedSection, 1, 0) == 0) in opj_cond_create()
134 InterlockedCompareExchange(&inTLSLockedSection, 0, 1); in opj_cond_create()
235 if (InterlockedCompareExchange(&inTLSLockedSection, 1, 0) == 0) in opj_thread_callback_adapter()
242 InterlockedCompareExchange(&inTLSLockedSection, 0, 1); in opj_thread_callback_adapter()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfifo.hpp75 long initial = InterlockedCompareExchange(&mLock, 1, 0); in tryLock()
/external/compiler-rt/lib/profile/
DInstrProfilingPort.h67 (InterlockedCompareExchange((LONG volatile *)Ptr, (LONG)NewV, (LONG)OldV) == \
DCMakeLists.txt11 InterlockedCompareExchange(&val, 0, 1);
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingPort.h76 (InterlockedCompareExchange((LONG volatile *)Ptr, (LONG)NewV, (LONG)OldV) == \
DCMakeLists.txt11 InterlockedCompareExchange(&val, 0, 1);
/external/OpenCL-CTS/test_conformance/SVM/
Dcommon.h50 (T)InterlockedCompareExchange((volatile LONG*)a, (LONG)desired, *(LONG*)expected); in AtomicCompareExchangeStrongExplicit()
/external/usrsctp/usrsctplib/
Duser_atomic.h50 #define atomic_cmpset_int(dst, exp, src) InterlockedCompareExchange((LPLONG)dst, src, exp)
/external/llvm-project/compiler-rt/lib/BlocksRuntime/
Druntime.c53 long original = InterlockedCompareExchange(dst, newl, oldl); in OSAtomicCompareAndSwapLong()
59 int original = InterlockedCompareExchange(dst, newi, oldi); in OSAtomicCompareAndSwapInt()
/external/compiler-rt/lib/BlocksRuntime/
Druntime.c53 long original = InterlockedCompareExchange(dst, newl, oldl); in OSAtomicCompareAndSwapLong()
59 int original = InterlockedCompareExchange(dst, newi, oldi); in OSAtomicCompareAndSwapInt()

123