Home
last modified time | relevance | path

Searched refs:m_attachmentLayouts (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkWsiUtil.cpp974 m_attachmentLayouts.resize(swapchainImages.size()); in WsiTriangleRenderer()
980 m_attachmentLayouts[imageNdx] = VK_IMAGE_LAYOUT_UNDEFINED; in WsiTriangleRenderer()
1020 , m_attachmentLayouts (other.m_attachmentLayouts) in WsiTriangleRenderer()
1037 if (m_explicitLayoutTransitions || m_attachmentLayouts[imageNdx] == VK_IMAGE_LAYOUT_UNDEFINED) in recordFrame()
1046 const auto barrier = makeImageMemoryBarrier(srcMask, dstMask, m_attachmentLayouts[imageNdx], newLayout, m_aliasImages[imageNdx], range); in recordFrame()
1049 m_attachmentLayouts[imageNdx] = newLayout; in recordFrame()
1069 m_attachmentLayouts[imageNdx], VK_IMAGE_LAYOUT_PRESENT_SRC_KHR, in recordFrame()
1072 m_attachmentLayouts[imageNdx] = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR; in recordFrame()
1089 if (m_explicitLayoutTransitions || m_attachmentLayouts[imageNd in recordDeviceGroupFrame()
[all...]
H A DvkWsiUtil.hpp218 mutable std::vector<VkImageLayout> m_attachmentLayouts; member in vk::wsi::WsiTriangleRenderer

Completed in 2 milliseconds