/external/deqp-deps/glslang/Test/ |
D | hlsl.rw.atomics.frag | 54 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 …]
|
D | hlsl.intrinsics.comp | 28 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);
|
D | hlsl.structbuffer.atomics.frag | 12 sbuf.InterlockedCompareExchange(8, 1, 2, u);
|
D | hlsl.intrinsics.negative.comp | 32 …// 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…
|
D | hlsl.intrinsics.negative.vert | 48 …// 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/ |
D | vpx_once.h | 55 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/ |
D | atm_windows.h | 89 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/ |
D | atomic32_win.cc | 51 const LONG old_value = InterlockedCompareExchange( in CompareExchange()
|
/external/swiftshader/third_party/LLVM/cmake/modules/ |
D | CheckAtomic.cmake | 13 InterlockedCompareExchange(&val, 0, 1);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Atomic.cpp | 56 return InterlockedCompareExchange(ptr, new_value, old_value); in CompareAndSwap()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Atomic.cpp | 56 return InterlockedCompareExchange(ptr, new_value, old_value); in CompareAndSwap()
|
/external/llvm/lib/Support/ |
D | Atomic.cpp | 54 return InterlockedCompareExchange(ptr, new_value, old_value); in CompareAndSwap()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | thread.c | 126 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/ |
D | semaphore-private.h | 83 while (InterlockedCompareExchange(&semaphore_mutex,1L,0L) != 0) in LockMagickMutex()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | atomicops_internals_x86_msvc.cc | 55 LONG result = InterlockedCompareExchange( in NoBarrier_CompareAndSwap()
|
/external/webrtc/webrtc/base/ |
D | atomicops.h | 41 return ::InterlockedCompareExchange(reinterpret_cast<volatile LONG*>(i), in CompareAndSwap()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | fifo.hpp | 79 long initial = InterlockedCompareExchange(&mLock, 1, 0); in tryLock()
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingPort.h | 67 (InterlockedCompareExchange((LONG volatile *)Ptr, (LONG)NewV, (LONG)OldV) == \
|
D | CMakeLists.txt | 11 InterlockedCompareExchange(&val, 0, 1);
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Atomic.cpp | 50 return InterlockedCompareExchange(ptr, new_value, old_value); in CompareAndSwap()
|
/external/compiler-rt/lib/BlocksRuntime/ |
D | runtime.c | 53 long original = InterlockedCompareExchange(dst, newl, oldl); in OSAtomicCompareAndSwapLong() 59 int original = InterlockedCompareExchange(dst, newi, oldi); in OSAtomicCompareAndSwapInt()
|
/external/honggfuzz/third_party/android/libBlocksRuntime/ |
D | runtime.c | 53 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/ |
D | gtest-port.cc | 339 ::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/ |
D | gtest-port.cc | 287 ::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/ |
D | gtest-port.cc | 287 ::InterlockedCompareExchange(&critical_section_init_phase_, 1L, 0L)) { in ThreadSafeLazyInit() 296 GTEST_CHECK_(::InterlockedCompareExchange( in ThreadSafeLazyInit() 303 while (::InterlockedCompareExchange(&critical_section_init_phase_, in ThreadSafeLazyInit()
|