/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 | ContextVk.cpp | 3359 angle::Result ContextVk::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::ContextVk 3399 VkMemoryBarrier memoryBarrier = {}; in memoryBarrierImpl() local 3826 VkMemoryBarrier memoryBarrier = {}; in flushImpl() local 4296 VkMemoryBarrier memoryBarrier = {}; in syncExternalMemory() local 4501 VkMemoryBarrier memoryBarrier = {}; in executeBarriers() local
|
D | SecondaryCommandBuffer.h | 342 VkMemoryBarrier memoryBarrier; member 1177 ANGLE_INLINE void SecondaryCommandBuffer::memoryBarrier(VkPipelineStageFlags srcStageMask, in memoryBarrier() function 1179 const VkMemoryBarrier *memoryBarrier) in memoryBarrier()
|
D | UtilsVk.cpp | 1630 VkMemoryBarrier memoryBarrier = {}; in stencilBlitResolveNoShaderExport() local
|
/external/angle/src/libANGLE/renderer/gl/ |
D | RendererGL.cpp | 365 angle::Result RendererGL::memoryBarrier(GLbitfield barriers) in memoryBarrier() function in rx::RendererGL
|
D | ContextGL.cpp | 777 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 | 354 const vk::VkBufferMemoryBarrier memoryBarrier = in readUsingBuffer() local 461 const vk::VkImageMemoryBarrier memoryBarrier = in copyToLinearImage() local
|
/external/angle/src/libANGLE/renderer/null/ |
D | ContextNULL.cpp | 429 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 | 400 angle::Result Context9::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::Context9
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageMemoryAliasing.cpp | 665 …const VkMemoryBarrier memoryBarrier = makeMemoryBarrier(VK_ACCESS_SHADER_WRITE_BIT, VK_ACCESS_TRAN… in iterate() local
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Context11.cpp | 709 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 | 160 vector<VkMemoryBarrier> memoryBarrier; member
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 465 glMemoryBarrierFunc memoryBarrier; variable
|
/external/angle/src/compiler/translator/tree_util/ |
D | BuiltIn_ESSL_autogen.h | 1324 static constexpr const TSymbolUniqueId memoryBarrier = TSymbolUniqueId(3310); variable
|
D | BuiltIn_complete_autogen.h | 3399 static constexpr const TSymbolUniqueId memoryBarrier = TSymbolUniqueId(2204); variable
|
/external/angle/src/compiler/translator/ |
D | SymbolTable_ESSL_autogen.cpp | 962 constexpr const TSymbolUniqueId BuiltInId::memoryBarrier; member in sh::BuiltInId 1234 constexpr const ImmutableString memoryBarrier("memoryBarrier"); variable
|
D | SymbolTable_autogen.cpp | 2157 constexpr const TSymbolUniqueId BuiltInId::memoryBarrier; member in sh::BuiltInId 2473 constexpr const ImmutableString memoryBarrier("memoryBarrier"); variable
|
/external/angle/src/libANGLE/ |
D | Context.cpp | 5545 void Context::memoryBarrier(GLbitfield barriers) in memoryBarrier() function in gl::Context
|