/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/ |
D | barrier.hpp | 40 static inline void memoryBarrier() in memoryBarrier() function in spirv_cross::Barrier
|
D | internal_interface.hpp | 556 inline void memoryBarrier() in memoryBarrier() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktAttachmentRateTests.cpp | 984 VkMemoryBarrier memoryBarrier { VK_STRUCTURE_TYPE_MEMORY_BARRIER, DE_NULL, 0u, 0u }; in runComputeShaderMode() local 1133 VkMemoryBarrier memoryBarrier { VK_STRUCTURE_TYPE_MEMORY_BARRIER, DE_NULL, 0u, 0u }; in runFragmentShaderMode() local 1276 VkMemoryBarrier memoryBarrier { VK_STRUCTURE_TYPE_MEMORY_BARRIER, DE_NULL, 0u, 0u }; in runCopyMode() local 1431 VkMemoryBarrier memoryBarrier { VK_STRUCTURE_TYPE_MEMORY_BARRIER, DE_NULL, 0u, 0u }; in runCopyModeOnTransferQueue() local 1729 VkMemoryBarrier memoryBarrier { VK_STRUCTURE_TYPE_MEMORY_BARRIER, DE_NULL, 0u, 0u }; in runFillLinearTiledImage() local 1852 VkMemoryBarrier memoryBarrier { VK_STRUCTURE_TYPE_MEMORY_BARRIER, DE_NULL, 0u, 0u }; in runTwoSubpassMode() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.cpp | 540 VkMemoryBarrier memoryBarrier = {}; in visitAndExecute() local 688 VkMemoryBarrier memoryBarrier = {}; in visitAndExecute() local 998 void CommandGraph::memoryBarrier(VkFlags srcAccess, VkFlags dstAccess, VkPipelineStageFlags stages) in memoryBarrier() function in rx::vk::CommandGraph
|
D | SecondaryCommandBuffer.h | 240 VkMemoryBarrier memoryBarrier; member 921 ANGLE_INLINE void SecondaryCommandBuffer::memoryBarrier(VkPipelineStageFlags srcStageMask, in memoryBarrier() function 923 const VkMemoryBarrier *memoryBarrier) in memoryBarrier()
|
D | UtilsVk.cpp | 1283 VkMemoryBarrier memoryBarrier = {}; in stencilBlitResolveNoShaderExport() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | VulkanSecondaryCommandBuffer.h | 501 ANGLE_INLINE void VulkanSecondaryCommandBuffer::memoryBarrier(VkPipelineStageFlags srcStageMask, in memoryBarrier() function 503 const VkMemoryBarrier *memoryBarrier) in memoryBarrier()
|
D | SecondaryCommandBuffer.h | 360 VkMemoryBarrier memoryBarrier; member 1345 ANGLE_INLINE void SecondaryCommandBuffer::memoryBarrier(VkPipelineStageFlags srcStageMask, in memoryBarrier() function 1347 const VkMemoryBarrier *memoryBarrier) in memoryBarrier()
|
D | ContextVk.cpp | 1853 VkMemoryBarrier memoryBarrier = {}; in handleDirtyGraphicsFramebufferFetchBarrier() local 4752 angle::Result ContextVk::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::ContextVk 5558 VkMemoryBarrier memoryBarrier = {}; in flushAndGetSerial() local 6058 VkMemoryBarrier memoryBarrier = {}; in syncExternalMemory() local
|
D | vk_helpers.h | 746 VkMemoryBarrier memoryBarrier = {}; in execute() local 770 VkMemoryBarrier memoryBarrier = {}; in executeIndividually() local
|
D | UtilsVk.cpp | 2680 VkMemoryBarrier memoryBarrier = {}; in stencilBlitResolveNoShaderExport() local 2998 VkMemoryBarrier memoryBarrier = {}; in copyImageBits() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | RendererGL.cpp | 356 angle::Result RendererGL::memoryBarrier(GLbitfield barriers) in memoryBarrier() function in rx::RendererGL
|
D | ContextGL.cpp | 968 angle::Result ContextGL::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::ContextGL
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderSyncTests.cpp | 974 const auto memoryBarrier = makeMemoryBarrier(writeAccessFlags, readAccessFlags); in iterate() local 1008 const auto memoryBarrier = makeMemoryBarrier(writeAccessFlags, readAccessFlags); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawImageObjectUtil.cpp | 376 const vk::VkBufferMemoryBarrier memoryBarrier = in readUsingBuffer() local 493 const vk::VkImageMemoryBarrier memoryBarrier = in copyToLinearImage() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Context9.cpp | 354 angle::Result Context9::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::Context9
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | RendererGL.cpp | 604 angle::Result RendererGL::memoryBarrier(GLbitfield barriers) in memoryBarrier() function in rx::RendererGL
|
D | ContextGL.cpp | 617 angle::Result ContextGL::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::ContextGL
|
/third_party/vk-gl-cts/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
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Context11.cpp | 660 angle::Result Context11::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::Context11
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | ContextNULL.cpp | 443 angle::Result ContextNULL::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::ContextNULL
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | ContextNULL.cpp | 508 angle::Result ContextNULL::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::ContextNULL
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Context9.cpp | 484 angle::Result Context9::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::Context9
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Context11.cpp | 985 angle::Result Context11::memoryBarrier(const gl::Context *context, GLbitfield barriers) in memoryBarrier() function in rx::Context11
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBarrierTests.cpp | 1470 const auto memoryBarrier = makeMemoryBarrier(writerAccessFlag, readerAccessFlag); in iterate() local
|