Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp414 ,m_resolveAttachments (resolveAttachments) in Subpass()
443 return m_resolveAttachments; in getResolveAttachments()
DvktRenderPassTestsUtil.hpp317 std::vector<AttachmentReference> m_resolveAttachments; member in vkt::renderpass::Subpass
DvktRenderPassTests.cpp567 , m_resolveAttachments (resolveAttachments) in Subpass()
578 … vector<AttachmentReference>& getResolveAttachments (void) const { return m_resolveAttachments; } in getResolveAttachments()
589 vector<AttachmentReference> m_resolveAttachments; member in vkt::__anonc44970a30111::Subpass