Home
last modified time | relevance | path

Searched defs:memoryBarrier (Results 1 – 15 of 15) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DRendererGL.cpp382 angle::Result RendererGL::memoryBarrier(GLbitfield barriers) in memoryBarrier() function in rx::RendererGL
DContextGL.cpp777 angle::Result ContextGL::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::ContextGL
DDispatchTableGL_autogen.h554 PFNGLMEMORYBARRIERPROC memoryBarrier = nullptr; variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/null/
DContextNULL.cpp430 angle::Result ContextNULL::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::ContextNULL
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
DContext9.cpp400 angle::Result Context9::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::Context9
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h355 VkMemoryBarrier memoryBarrier; member
1253 ANGLE_INLINE void SecondaryCommandBuffer::memoryBarrier(VkPipelineStageFlags srcStageMask, in memoryBarrier() function
1255 const VkMemoryBarrier *memoryBarrier) in memoryBarrier()
DContextVk.cpp3227 angle::Result ContextVk::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::ContextVk
3267 VkMemoryBarrier memoryBarrier = {}; in memoryBarrierImpl() local
3722 VkMemoryBarrier memoryBarrier = {}; in flushImpl() local
4246 VkMemoryBarrier memoryBarrier = {}; in syncExternalMemory() local
Dvk_helpers.h611 VkMemoryBarrier memoryBarrier = {}; in execute() local
DUtilsVk.cpp1634 VkMemoryBarrier memoryBarrier = {}; in stencilBlitResolveNoShaderExport() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp710 angle::Result Context11::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::Context11
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_util/
DBuiltIn_ESSL_autogen.h1390 static constexpr const TSymbolUniqueId memoryBarrier = TSymbolUniqueId(3358); variable
DBuiltIn_complete_autogen.h3410 static constexpr const TSymbolUniqueId memoryBarrier = TSymbolUniqueId(2210); variable
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp995 constexpr const TSymbolUniqueId BuiltInId::memoryBarrier; member in sh::BuiltInId
1271 constexpr const ImmutableString memoryBarrier("memoryBarrier"); variable
DSymbolTable_autogen.cpp2163 constexpr const TSymbolUniqueId BuiltInId::memoryBarrier; member in sh::BuiltInId
2483 constexpr const ImmutableString memoryBarrier("memoryBarrier"); variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext.cpp5611 void Context::memoryBarrier(GLbitfield barriers) in memoryBarrier() function in gl::Context