Searched refs:m_attachmentLayouts (Results 1 – 2 of 2) sorted by relevance
973 m_attachmentLayouts.resize(swapchainImages.size()); in WsiTriangleRenderer()979 m_attachmentLayouts[imageNdx] = VK_IMAGE_LAYOUT_UNDEFINED; in WsiTriangleRenderer()1019 , m_attachmentLayouts (other.m_attachmentLayouts) in WsiTriangleRenderer()1036 if (m_explicitLayoutTransitions || m_attachmentLayouts[imageNdx] == VK_IMAGE_LAYOUT_UNDEFINED) in recordFrame()1045 …const auto barrier = makeImageMemoryBarrier(srcMask, dstMask, m_attachmentLayouts[imageNdx], newLa… in recordFrame()1048 m_attachmentLayouts[imageNdx] = newLayout; in recordFrame()1068 m_attachmentLayouts[imageNdx], VK_IMAGE_LAYOUT_PRESENT_SRC_KHR, in recordFrame()1071 m_attachmentLayouts[imageNdx] = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR; in recordFrame()1088 if (m_explicitLayoutTransitions || m_attachmentLayouts[imageNdx] == VK_IMAGE_LAYOUT_UNDEFINED) in recordDeviceGroupFrame()1097 …const auto barrier = makeImageMemoryBarrier(srcMask, dstMask, m_attachmentLayouts[imageNdx], newLa… in recordDeviceGroupFrame()[all …]
218 mutable std::vector<VkImageLayout> m_attachmentLayouts; member in vk::wsi::WsiTriangleRenderer