Searched refs:m_resolveAttachments (Results 1 – 5 of 5) sorted by relevance
468 …m_resolveAttachments = std::vector<vk::VkAttachmentReference>(_resolveAttachments, _resolveAttachm… in SubpassDescription()491 if (!m_resolveAttachments.empty()) in SubpassDescription()492 pResolveAttachments = &m_resolveAttachments[0]; in SubpassDescription()509 m_resolveAttachments = std::vector<vk::VkAttachmentReference>( in SubpassDescription()524 if (!m_resolveAttachments.empty()) in SubpassDescription()525 pResolveAttachments = &m_resolveAttachments[0]; in SubpassDescription()543 m_resolveAttachments = rhs.m_resolveAttachments; in operator =()553 if (!m_resolveAttachments.empty()) in operator =()554 pResolveAttachments = &m_resolveAttachments[0]; in operator =()
176 std::vector<vk::VkAttachmentReference> m_resolveAttachments; member in vkt::Draw::SubpassDescription
415 ,m_resolveAttachments (resolveAttachments) in Subpass()444 return m_resolveAttachments; in getResolveAttachments()
310 std::vector<AttachmentReference> m_resolveAttachments; member in vkt::renderpass::Subpass
555 , m_resolveAttachments (resolveAttachments) in Subpass()566 … vector<AttachmentReference>& getResolveAttachments (void) const { return m_resolveAttachments; } in getResolveAttachments()577 vector<AttachmentReference> m_resolveAttachments; member in vkt::__anonc29f8a2d0111::Subpass