Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp468m_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 =()
DvktDrawCreateInfoUtil.hpp176 std::vector<vk::VkAttachmentReference> m_resolveAttachments; member in vkt::Draw::SubpassDescription
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp415 ,m_resolveAttachments (resolveAttachments) in Subpass()
444 return m_resolveAttachments; in getResolveAttachments()
DvktRenderPassTestsUtil.hpp310 std::vector<AttachmentReference> m_resolveAttachments; member in vkt::renderpass::Subpass
DvktRenderPassTests.cpp555 , 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