Home
last modified time | relevance | path

Searched refs:mGlobalMemoryBarrierDstAccess (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp437 mGlobalMemoryBarrierDstAccess(0),
615 ASSERT((mGlobalMemoryBarrierDstAccess == 0) == (mGlobalMemoryBarrierSrcAccess == 0)); in visitAndExecute()
621 memoryBarrier.dstAccessMask = mGlobalMemoryBarrierDstAccess; in visitAndExecute()
824 if (mGlobalMemoryBarrierSrcAccess != 0 || mGlobalMemoryBarrierDstAccess != 0) in dumpCommandsForDiagnostics()
830 << " &rarr; Dst: 0x" << std::hex << mGlobalMemoryBarrierDstAccess; in dumpCommandsForDiagnostics()
DCommandGraph.h204 mGlobalMemoryBarrierDstAccess |= dstAccess; in addGlobalMemoryBarrier()
280 VkFlags mGlobalMemoryBarrierDstAccess; variable
DContextVk.cpp4434 mGlobalMemoryBarrierDstAccess(0), in CommandBufferHelper()
4446 &mGlobalMemoryBarrierDstAccess); in bufferRead()
4456 &mGlobalMemoryBarrierDstAccess); in bufferWrite()
4508 memoryBarrier.dstAccessMask = mGlobalMemoryBarrierDstAccess; in executeBarriers()
4515 mGlobalMemoryBarrierDstAccess = 0; in executeBarriers()
4542 if (mGlobalMemoryBarrierSrcAccess != 0 || mGlobalMemoryBarrierDstAccess != 0) in flushToPrimary()
4545 << " &rarr; Dst: 0x" << std::hex << mGlobalMemoryBarrierDstAccess << "\\l"; in flushToPrimary()
4689 if (mGlobalMemoryBarrierSrcAccess != 0 || mGlobalMemoryBarrierDstAccess != 0) in addRenderPassCommandDiagnostics()
4692 << " &rarr; Dst: 0x" << std::hex << mGlobalMemoryBarrierDstAccess << "\\l"; in addRenderPassCommandDiagnostics()
DContextVk.h152 VkFlags mGlobalMemoryBarrierDstAccess; member