Home
last modified time | relevance | path

Searched refs:MemoryBarrier (Results 1 - 25 of 46) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dproc_table_wgl.h24 // So that windows file winnt.h doesn't substitute for MemoryBarrier function
25 #ifdef MemoryBarrier
26 # undef MemoryBarrier macro
/third_party/ffmpeg/compat/atomics/win32/
H A Dstdatomic.h39 MemoryBarrier();
86 MemoryBarrier(); \
93 (MemoryBarrier(), *(object))
/third_party/mesa3d/src/mesa/main/
H A Ddd.h39 /* Windows winnt.h defines MemoryBarrier as a macro on some platforms,
43 #ifdef MemoryBarrier
44 #undef MemoryBarrier macro
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dtransfer_buffer.cc98 MemoryBarrier(command_buffer); in CopyToDevice()
102 MemoryBarrier(command_buffer); in CopyToHost()
H A Dresource.h72 void MemoryBarrier(CommandBuffer* command_buffer);
H A Dtransfer_image.cc277 MemoryBarrier(command_buffer); in CopyToHost()
305 MemoryBarrier(command_buffer); in CopyToDevice()
H A Dresource.cc175 void Resource::MemoryBarrier(CommandBuffer* command_buffer) { in MemoryBarrier() function in amber::vulkan::Resource
/third_party/vk-gl-cts/framework/delibs/dethread/
H A DdeAtomic.c36 MemoryBarrier(); in deMemoryReadWriteFence()
/third_party/skia/third_party/externals/dawn/src/common/
H A Dwindows_with_undefs.h33 #undef MemoryBarrier macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAtomic.cpp38 MemoryBarrier(); in MemoryFence()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAtomic.cpp37 MemoryBarrier(); in MemoryFence()
/third_party/astc-encoder/Source/
H A Dastcenccli_entry.cpp93 MemoryBarrier(); in detect_cpu_isa()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dplatform.h109 // The MemoryBarrier function name collides with a macro under Windows
111 #undef MemoryBarrier macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.cpp101 case CommandID::MemoryBarrier: in GetCommandString()
102 return "MemoryBarrier"; in GetCommandString()
468 case CommandID::MemoryBarrier: in executeCommands()
H A DSecondaryCommandBuffer.h74 MemoryBarrier, member in rx::vk::priv::CommandID
1349 MemoryBarrierParams *paramStruct = initCommand<MemoryBarrierParams>(CommandID::MemoryBarrier); in memoryBarrier()
/third_party/libuv/src/win/
H A Dthread.c27 /* MemoryBarrier expands to __mm_mfence in some cases (x86+sse2), which may
283 MemoryBarrier(); /* For feature parity with pthread_join(). */ in uv_thread_join()
/third_party/node/deps/uv/src/win/
H A Dthread.c27 /* MemoryBarrier expands to __mm_mfence in some cases (x86+sse2), which may
208 MemoryBarrier(); /* For feature parity with pthread_join(). */ in uv_thread_join()
/third_party/vixl/src/aarch32/
H A Dinstructions-aarch32.h1259 class MemoryBarrier {
1263 MemoryBarrier(MemoryBarrierType type) // NOLINT(runtime/explicit)
1265 MemoryBarrier(uint32_t type) // NOLINT(runtime/explicit)
1273 inline std::ostream& operator<<(std::ostream& os, MemoryBarrier option) {
H A Dinstructions-aarch32.cc505 const char* MemoryBarrier::GetName() const { in GetName()
H A Ddisasm-aarch32.h417 virtual DisassemblerStream& operator<<(MemoryBarrier option) { in operator <<()
743 void dmb(Condition cond, MemoryBarrier option);
745 void dsb(Condition cond, MemoryBarrier option);
783 void isb(Condition cond, MemoryBarrier option);
H A Dassembler-aarch32.h300 MemoryBarrier option);
841 MemoryBarrier /*option*/) { in Delegate()
2198 void dmb(Condition cond, MemoryBarrier option);
2199 void dmb(MemoryBarrier option) { dmb(al, option); } in dmb()
2201 void dsb(Condition cond, MemoryBarrier option);
2202 void dsb(MemoryBarrier option) { dsb(al, option); } in dsb()
2278 void isb(Condition cond, MemoryBarrier option);
2279 void isb(MemoryBarrier option) { isb(al, option); } in isb()
/third_party/skia/src/gpu/gl/
H A DGrGLAssembleGLESInterfaceAutogen.cpp152 GET_PROC(MemoryBarrier); in GrGLMakeAssembledGLESInterface()
H A DGrGLAssembleGLInterfaceAutogen.cpp158 GET_PROC(MemoryBarrier); in GrGLMakeAssembledGLInterface()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp911 gl.MemoryBarrier(GL_ALL_BARRIER_BITS); in ExecuteComputePass()
924 gl.MemoryBarrier(GL_ALL_BARRIER_BITS); in ExecuteComputePass()
/third_party/node/deps/v8/src/compiler/
H A Dopcodes.h762 V(MemoryBarrier) \

Completed in 35 milliseconds

12