Home
last modified time | relevance | path

Searched refs:m_preserveAttachments (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp470m_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 =()
DvktDrawCreateInfoUtil.hpp177 std::vector<deUint32> m_preserveAttachments; member in vkt::Draw::SubpassDescription
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp417 ,m_preserveAttachments (preserveAttachments) in Subpass()
454 return m_preserveAttachments; in getPreserveAttachments()
DvktRenderPassTestsUtil.hpp313 std::vector<deUint32> m_preserveAttachments; member in vkt::renderpass::Subpass
DvktRenderPassTests.cpp557 , 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