Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp464m_inputAttachments = std::vector<vk::VkAttachmentReference>(_inputAttachments, _inputAttachments +… in SubpassDescription()
485 if (!m_inputAttachments.empty()) in SubpassDescription()
486 pInputAttachments = &m_inputAttachments[0]; in SubpassDescription()
502 m_inputAttachments = std::vector<vk::VkAttachmentReference>( in SubpassDescription()
518 if (!m_inputAttachments.empty()) in SubpassDescription()
519 pInputAttachments = &m_inputAttachments[0]; in SubpassDescription()
541 m_inputAttachments = rhs.m_inputAttachments; in operator =()
547 if (!m_inputAttachments.empty()) in operator =()
548 pInputAttachments = &m_inputAttachments[0]; in operator =()
DvktDrawCreateInfoUtil.hpp174 std::vector<vk::VkAttachmentReference> m_inputAttachments; member in vkt::Draw::SubpassDescription
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp314 std::vector<AttachmentReference> m_inputAttachments; member in vkt::renderpass::Subpass
DvktRenderPassTestsUtil.cpp412 ,m_inputAttachments (inputAttachments) in Subpass()
433 return m_inputAttachments; in getInputAttachments()
DvktRenderPassTests.cpp595 , m_inputAttachments (inputAttachments) in Subpass()
606 …const vector<AttachmentReference>& getInputAttachments (void) const { return m_inputAttachments;… in getInputAttachments()
617 vector<AttachmentReference> m_inputAttachments; member in vkt::__anond197478b0111::Subpass
1741 , m_inputAttachments (renderPass.getSubpasses()[subpassIndex].getInputAttachments()) in SubpassRenderInfo()
1765 …deUint32 getInputAttachmentCount (void) const { return (deUint32)m_inputAttachments.size();… in getInputAttachmentCount()
1766 …deUint32 getInputAttachmentIndex (deUint32 attachmentNdx) const { return m_inputAttachments in getInputAttachmentIndex()
1767 … getInputAttachmentLayout (deUint32 attachmentNdx) const { return m_inputAttachments[attachmentNd… in getInputAttachmentLayout()
1798 vector<AttachmentReference> m_inputAttachments; member in vkt::__anond197478b0111::SubpassRenderInfo