Home
last modified time | relevance | path

Searched refs:getInputAttachments (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp431 const std::vector<AttachmentReference>& Subpass::getInputAttachments (void) const in getInputAttachments() function in vkt::renderpass::Subpass
663 for (size_t attachmentNdx = 0; attachmentNdx < subpass.getInputAttachments().size(); attachmentNdx++) in createSubpassDescription()
664 inputAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getInputAttachments()[attachmentNdx])); in createSubpassDescription()
H A DvktRenderPassTests.cpp597 const vector<AttachmentReference>& getInputAttachments (void) const { return m_inputAttachments; } in getInputAttachments() function in vkt::__anon28599::Subpass
895 const vector<AttachmentReference>& inputAttachments = subpass.getInputAttachments(); in logRenderPassInfo()
1188 for (size_t attachmentNdx = 0; attachmentNdx < subpass.getInputAttachments().size(); attachmentNdx++) in createSubpassDescription()
1189 inputAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getInputAttachments()[attachmentNdx])); in createSubpassDescription()
1734 , m_inputAttachments (renderPass.getSubpasses()[subpassIndex].getInputAttachments()) in SubpassRenderInfo()
3699 if (subpass.getInputAttachments().empty())
3796 for (size_t inputAttachmentNdx = 0; inputAttachmentNdx < subpass.getInputAttachments().size(); inputAttachmentNdx++)
3798 const deUint32 attachmentIndex = subpass.getInputAttachments()[inputAttachmentNdx].getAttachment();
3799 const VkImageLayout layout = subpass.getInputAttachments()[inputAttachmentNdx].getImageLayout();
4458 for (size_t attachmentNdx = config.drawStartNdx; attachmentNdx < subpass.getInputAttachments()
[all...]
H A DvktRenderPassTestsUtil.hpp293 const std::vector<AttachmentReference>& getInputAttachments (void) const;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp431 const std::vector<AttachmentReference>& Subpass::getInputAttachments (void) const in getInputAttachments() function in vkt::renderpass::Subpass
663 for (size_t attachmentNdx = 0; attachmentNdx < subpass.getInputAttachments().size(); attachmentNdx++) in createSubpassDescription()
664 inputAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getInputAttachments()[attachmentNdx])); in createSubpassDescription()
H A DvktRenderPassTests.cpp587 const vector<AttachmentReference>& getInputAttachments (void) const { return m_inputAttachments; } in getInputAttachments() function in vkt::__anon29778::Subpass
885 const vector<AttachmentReference>& inputAttachments = subpass.getInputAttachments(); in logRenderPassInfo()
1176 for (size_t attachmentNdx = 0; attachmentNdx < subpass.getInputAttachments().size(); attachmentNdx++) in createSubpassDescription()
1177 inputAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getInputAttachments()[attachmentNdx])); in createSubpassDescription()
1722 , m_inputAttachments (renderPass.getSubpasses()[subpassIndex].getInputAttachments()) in SubpassRenderInfo()
3685 if (subpass.getInputAttachments().empty())
3782 for (size_t inputAttachmentNdx = 0; inputAttachmentNdx < subpass.getInputAttachments().size(); inputAttachmentNdx++)
3784 const deUint32 attachmentIndex = subpass.getInputAttachments()[inputAttachmentNdx].getAttachment();
3785 const VkImageLayout layout = subpass.getInputAttachments()[inputAttachmentNdx].getImageLayout();
4444 for (size_t attachmentNdx = config.drawStartNdx; attachmentNdx < subpass.getInputAttachments()
[all...]
H A DvktRenderPassTestsUtil.hpp293 const std::vector<AttachmentReference>& getInputAttachments (void) const;

Completed in 22 milliseconds