Home
last modified time | relevance | path

Searched refs:m_resolveAttachments (Results 1 – 3 of 3) 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/
DvktRenderPassTests.cpp508 , m_resolveAttachments (resolveAttachments) in Subpass()
518 … vector<AttachmentReference>& getResolveAttachments (void) const { return m_resolveAttachments; } in getResolveAttachments()
528 vector<AttachmentReference> m_resolveAttachments; member in vkt::__anondc024f7e0111::Subpass