Searched refs:m_preserveAttachments (Results 1 – 5 of 5) sorted by relevance
470 …m_preserveAttachments = std::vector<deUint32>(_preserveAttachments, _preserveAttachments + _preser… in SubpassDescription()494 if (!m_preserveAttachments.empty()) in SubpassDescription()495 pPreserveAttachments = &m_preserveAttachments[0]; in SubpassDescription()512 m_preserveAttachments = std::vector<deUint32>( in SubpassDescription()529 if (!m_preserveAttachments.empty()) in SubpassDescription()530 pPreserveAttachments = &m_preserveAttachments[0]; in SubpassDescription()544 m_preserveAttachments = rhs.m_preserveAttachments; in operator =()558 if (!m_preserveAttachments.empty()) in operator =()559 pPreserveAttachments = &m_preserveAttachments[0]; in operator =()
177 std::vector<deUint32> m_preserveAttachments; member in vkt::Draw::SubpassDescription
417 ,m_preserveAttachments (preserveAttachments) in Subpass()454 return m_preserveAttachments; in getPreserveAttachments()
313 std::vector<deUint32> m_preserveAttachments; member in vkt::renderpass::Subpass
557 , m_preserveAttachments (preserveAttachments) in Subpass()568 const vector<deUint32>& getPreserveAttachments (void) const { return m_preserveAttachments; } in getPreserveAttachments()580 vector<deUint32> m_preserveAttachments; member in vkt::__anonc29f8a2d0111::Subpass