Home
last modified time | relevance | path

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

12

/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.intrinsics.comp28 InterlockedCompareExchange(gs_ua, gs_ub, gs_uc, out_u1);
62 InterlockedCompareExchange(gs_ua2, gs_ub2, gs_uc2, out_u2);
89 InterlockedCompareExchange(gs_ua3, gs_ub3, gs_uc3, out_u3);
116 InterlockedCompareExchange(gs_ua4, gs_ub4, gs_uc4, out_u4);
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/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/webrtc/webrtc/system_wrappers/source/
Datomic32_win.cc51 const LONG old_value = InterlockedCompareExchange( in CompareExchange()
/external/swiftshader/third_party/LLVM/cmake/modules/
DCheckAtomic.cmake13 InterlockedCompareExchange(&val, 0, 1);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAtomic.cpp56 return InterlockedCompareExchange(ptr, new_value, old_value); in CompareAndSwap()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAtomic.cpp56 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/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/ImageMagick/MagickCore/
Dsemaphore-private.h83 while (InterlockedCompareExchange(&semaphore_mutex,1L,0L) != 0) in LockMagickMutex()
/external/protobuf/src/google/protobuf/stubs/
Datomicops_internals_x86_msvc.cc55 LONG result = InterlockedCompareExchange( in NoBarrier_CompareAndSwap()
/external/webrtc/webrtc/base/
Datomicops.h41 return ::InterlockedCompareExchange(reinterpret_cast<volatile LONG*>(i), in CompareAndSwap()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfifo.hpp79 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/swiftshader/third_party/LLVM/lib/Support/
DAtomic.cpp50 return InterlockedCompareExchange(ptr, new_value, old_value); in CompareAndSwap()
/external/compiler-rt/lib/BlocksRuntime/
Druntime.c53 long original = InterlockedCompareExchange(dst, newl, oldl); in OSAtomicCompareAndSwapLong()
59 int original = InterlockedCompareExchange(dst, newi, oldi); in OSAtomicCompareAndSwapInt()
/external/honggfuzz/third_party/android/libBlocksRuntime/
Druntime.c53 long original = InterlockedCompareExchange(dst, newl, oldl); in OSAtomicCompareAndSwapLong()
59 int original = InterlockedCompareExchange(dst, newi, oldi); in OSAtomicCompareAndSwapInt()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-port.cc339 ::InterlockedCompareExchange(&critical_section_init_phase_, 1L, 0L)) { in ThreadSafeLazyInit()
352 GTEST_CHECK_(::InterlockedCompareExchange( in ThreadSafeLazyInit()
359 while (::InterlockedCompareExchange(&critical_section_init_phase_, in ThreadSafeLazyInit()
/external/mesa3d/src/gtest/src/
Dgtest-port.cc287 ::InterlockedCompareExchange(&critical_section_init_phase_, 1L, 0L)) { in ThreadSafeLazyInit()
296 GTEST_CHECK_(::InterlockedCompareExchange( in ThreadSafeLazyInit()
303 while (::InterlockedCompareExchange(&critical_section_init_phase_, in ThreadSafeLazyInit()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-port.cc287 ::InterlockedCompareExchange(&critical_section_init_phase_, 1L, 0L)) { in ThreadSafeLazyInit()
296 GTEST_CHECK_(::InterlockedCompareExchange( in ThreadSafeLazyInit()
303 while (::InterlockedCompareExchange(&critical_section_init_phase_, in ThreadSafeLazyInit()

12