Searched refs:mGlobalMemoryBarrierDstAccess (Results 1 – 4 of 4) sorted by relevance
437 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 << " → Dst: 0x" << std::hex << mGlobalMemoryBarrierDstAccess; in dumpCommandsForDiagnostics()
204 mGlobalMemoryBarrierDstAccess |= dstAccess; in addGlobalMemoryBarrier()280 VkFlags mGlobalMemoryBarrierDstAccess; variable
4434 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 << " → Dst: 0x" << std::hex << mGlobalMemoryBarrierDstAccess << "\\l"; in flushToPrimary()4689 if (mGlobalMemoryBarrierSrcAccess != 0 || mGlobalMemoryBarrierDstAccess != 0) in addRenderPassCommandDiagnostics()4692 << " → Dst: 0x" << std::hex << mGlobalMemoryBarrierDstAccess << "\\l"; in addRenderPassCommandDiagnostics()
152 VkFlags mGlobalMemoryBarrierDstAccess; member