Home
last modified time | relevance | path

Searched refs:m_inputAttachments (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp464 m_inputAttachments = std::vector<vk::VkAttachmentReference>(_inputAttachments, _inputAttachments + _inputAttachmentCount); 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[ in operator =()
[all...]
H A DvktDrawCreateInfoUtil.hpp174 std::vector<vk::VkAttachmentReference> m_inputAttachments; member in vkt::Draw::SubpassDescription
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp464 m_inputAttachments = std::vector<vk::VkAttachmentReference>(_inputAttachments, _inputAttachments + _inputAttachmentCount); 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[ in operator =()
[all...]
H A DvktDrawCreateInfoUtil.hpp174 std::vector<vk::VkAttachmentReference> m_inputAttachments; member in vkt::Draw::SubpassDescription
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp412 ,m_inputAttachments (inputAttachments) in Subpass()
433 return m_inputAttachments; in getInputAttachments()
H A DvktRenderPassTestsUtil.hpp304 std::vector<AttachmentReference> m_inputAttachments; member in vkt::renderpass::Subpass
H A DvktRenderPassTests.cpp586 , m_inputAttachments (inputAttachments) in Subpass()
597 const vector<AttachmentReference>& getInputAttachments (void) const { return m_inputAttachments; } in getInputAttachments()
608 vector<AttachmentReference> m_inputAttachments; member in vkt::__anon28599::Subpass
1734 , m_inputAttachments (renderPass.getSubpasses()[subpassIndex].getInputAttachments()) in SubpassRenderInfo()
1758 deUint32 getInputAttachmentCount (void) const { return (deUint32)m_inputAttachments.size(); } in getInputAttachmentCount()
1759 deUint32 getInputAttachmentIndex (deUint32 attachmentNdx) const { return m_inputAttachments[attachmentNdx].getAttachment(); } in getInputAttachmentIndex()
1760 VkImageLayout getInputAttachmentLayout (deUint32 attachmentNdx) const { return m_inputAttachments[attachmentNdx].getImageLayout(); } in getInputAttachmentLayout()
1791 vector<AttachmentReference> m_inputAttachments; member in vkt::__anon28599::SubpassRenderInfo
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp412 ,m_inputAttachments (inputAttachments) in Subpass()
433 return m_inputAttachments; in getInputAttachments()
H A DvktRenderPassTestsUtil.hpp304 std::vector<AttachmentReference> m_inputAttachments; member in vkt::renderpass::Subpass
H A DvktRenderPassTests.cpp576 , m_inputAttachments (inputAttachments) in Subpass()
587 const vector<AttachmentReference>& getInputAttachments (void) const { return m_inputAttachments; } in getInputAttachments()
598 vector<AttachmentReference> m_inputAttachments; member in vkt::__anon29778::Subpass
1722 , m_inputAttachments (renderPass.getSubpasses()[subpassIndex].getInputAttachments()) in SubpassRenderInfo()
1746 deUint32 getInputAttachmentCount (void) const { return (deUint32)m_inputAttachments.size(); } in getInputAttachmentCount()
1747 deUint32 getInputAttachmentIndex (deUint32 attachmentNdx) const { return m_inputAttachments[attachmentNdx].getAttachment(); } in getInputAttachmentIndex()
1748 VkImageLayout getInputAttachmentLayout (deUint32 attachmentNdx) const { return m_inputAttachments[attachmentNdx].getImageLayout(); } in getInputAttachmentLayout()
1779 vector<AttachmentReference> m_inputAttachments; member in vkt::__anon29778::SubpassRenderInfo

Completed in 29 milliseconds