Home
last modified time | relevance | path

Searched refs:m_inputAttachments (Results 1 – 3 of 3) 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/
DvktRenderPassTests.cpp532 , m_inputAttachments (inputAttachments) in Subpass()
542 …const vector<AttachmentReference>& getInputAttachments (void) const { return m_inputAttachments;… in getInputAttachments()
552 vector<AttachmentReference> m_inputAttachments; member in vkt::__anon96ae15a30111::Subpass
1611 , m_inputAttachments (renderPass.getSubpasses()[subpassIndex].getInputAttachments()) in SubpassRenderInfo()
1633 …deUint32 getInputAttachmentCount (void) const { return (deUint32)m_inputAttachments.size();… in getInputAttachmentCount()
1634 …deUint32 getInputAttachmentIndex (deUint32 attachmentNdx) const { return m_inputAttachments in getInputAttachmentIndex()
1635 … getInputAttachmentLayout (deUint32 attachmentNdx) const { return m_inputAttachments[attachmentNd… in getInputAttachmentLayout()
1664 vector<AttachmentReference> m_inputAttachments; member in vkt::__anon96ae15a30111::SubpassRenderInfo