Searched refs:m_attachmentLayouts (Results 1 – 2 of 2) sorted by relevance
812 m_attachmentLayouts.resize(swapchainImages.size()); in WsiTriangleRenderer()818 m_attachmentLayouts[imageNdx] = VK_IMAGE_LAYOUT_UNDEFINED; in WsiTriangleRenderer()858 , m_attachmentLayouts (other.m_attachmentLayouts) in WsiTriangleRenderer()875 if (m_explicitLayoutTransitions || m_attachmentLayouts[imageNdx] == VK_IMAGE_LAYOUT_UNDEFINED) in recordFrame()884 …const auto barrier = makeImageMemoryBarrier(srcMask, dstMask, m_attachmentLayouts[imageNdx], newLa… in recordFrame()887 m_attachmentLayouts[imageNdx] = newLayout; in recordFrame()907 m_attachmentLayouts[imageNdx], VK_IMAGE_LAYOUT_PRESENT_SRC_KHR, in recordFrame()910 m_attachmentLayouts[imageNdx] = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR; in recordFrame()927 if (m_explicitLayoutTransitions || m_attachmentLayouts[imageNdx] == VK_IMAGE_LAYOUT_UNDEFINED) in recordDeviceGroupFrame()936 …const auto barrier = makeImageMemoryBarrier(srcMask, dstMask, m_attachmentLayouts[imageNdx], newLa… in recordDeviceGroupFrame()[all …]
212 mutable std::vector<VkImageLayout> m_attachmentLayouts; member in vk::wsi::WsiTriangleRenderer