/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.cpp | 618 VkMemoryBarrier memoryBarrier = {}; in visitAndExecute() local 784 VkMemoryBarrier memoryBarrier = {}; in visitAndExecute() local 1145 void CommandGraph::memoryBarrier(VkFlags srcAccess, VkFlags dstAccess, VkPipelineStageFlags stages) in memoryBarrier() function in rx::vk::CommandGraph
|
D | SecondaryCommandBuffer.h | 357 VkMemoryBarrier memoryBarrier; member 1304 ANGLE_INLINE void SecondaryCommandBuffer::memoryBarrier(VkPipelineStageFlags srcStageMask, in memoryBarrier() function 1306 const VkMemoryBarrier *memoryBarrier) in memoryBarrier()
|
D | vk_helpers.h | 704 VkMemoryBarrier memoryBarrier = {}; in execute() local 728 VkMemoryBarrier memoryBarrier = {}; in executeIndividually() local
|
D | ContextVk.cpp | 1738 VkMemoryBarrier memoryBarrier = {}; in handleDirtyGraphicsFramebufferFetchBarrier() local 4500 angle::Result ContextVk::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::ContextVk 5261 VkMemoryBarrier memoryBarrier = {}; in flushImpl() local 5742 VkMemoryBarrier memoryBarrier = {}; in syncExternalMemory() local
|
D | UtilsVk.cpp | 2583 VkMemoryBarrier memoryBarrier = {}; in stencilBlitResolveNoShaderExport() local 2902 VkMemoryBarrier memoryBarrier = {}; in copyImageBits() local
|
/external/angle/src/libANGLE/renderer/gl/ |
D | RendererGL.cpp | 356 angle::Result RendererGL::memoryBarrier(GLbitfield barriers) in memoryBarrier() function in rx::RendererGL
|
D | ContextGL.cpp | 942 angle::Result ContextGL::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::ContextGL
|
D | DispatchTableGL_autogen.h | 554 PFNGLMEMORYBARRIERPROC memoryBarrier = nullptr; variable
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawImageObjectUtil.cpp | 376 const vk::VkBufferMemoryBarrier memoryBarrier = in readUsingBuffer() local 493 const vk::VkImageMemoryBarrier memoryBarrier = in copyToLinearImage() local
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageMemoryAliasing.cpp | 680 …const VkMemoryBarrier memoryBarrier = makeMemoryBarrier(VK_ACCESS_SHADER_WRITE_BIT, VK_ACCESS_TRAN… in iterate() local
|
/external/angle/src/libANGLE/renderer/null/ |
D | ContextNULL.cpp | 487 angle::Result ContextNULL::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::ContextNULL
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Context9.cpp | 462 angle::Result Context9::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::Context9
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Context11.cpp | 955 angle::Result Context11::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::Context11
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 193 vector<VkMemoryBarrier> memoryBarrier; member
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBarrierTests.cpp | 1470 const auto memoryBarrier = makeMemoryBarrier(writerAccessFlag, readerAccessFlag); in iterate() local
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 465 glMemoryBarrierFunc memoryBarrier; variable
|
/external/angle/src/compiler/translator/tree_util/ |
D | BuiltIn_ESSL_autogen.h | 2680 static constexpr const TSymbolUniqueId memoryBarrier = TSymbolUniqueId(4767); variable
|
D | BuiltIn_complete_autogen.h | 4634 static constexpr const TSymbolUniqueId memoryBarrier = TSymbolUniqueId(2833); variable
|
/external/angle/src/compiler/translator/ |
D | SymbolTable_ESSL_autogen.cpp | 1653 constexpr const TSymbolUniqueId BuiltInId::memoryBarrier; member in sh::BuiltInId 2108 constexpr const ImmutableString memoryBarrier("memoryBarrier"); variable
|
D | SymbolTable_autogen.cpp | 2794 constexpr const TSymbolUniqueId BuiltInId::memoryBarrier; member in sh::BuiltInId 3290 constexpr const ImmutableString memoryBarrier("memoryBarrier"); variable
|
/external/angle/src/libANGLE/ |
D | Context.cpp | 6347 void Context::memoryBarrier(GLbitfield barriers) in memoryBarrier() function in gl::Context
|