Home
last modified time | relevance | path

Searched refs:getInputAttachments (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
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 …erences.push_back(createAttachmentReference<AttachmentRef>(subpass.getInputAttachments()[attachmen… in createSubpassDescription()
DvktRenderPassTests.cpp606 …const vector<AttachmentReference>& getInputAttachments (void) const { return m_inputAttachments;… in getInputAttachments() function in vkt::__anon53d10fc40111::Subpass
904 const vector<AttachmentReference>& inputAttachments = subpass.getInputAttachments(); in logRenderPassInfo()
1195 …for (size_t attachmentNdx = 0; attachmentNdx < subpass.getInputAttachments().size(); attachmentNdx… in createSubpassDescription()
1196 …erences.push_back(createAttachmentReference<AttachmentRef>(subpass.getInputAttachments()[attachmen… in createSubpassDescription()
1741 , m_inputAttachments (renderPass.getSubpasses()[subpassIndex].getInputAttachments()) in SubpassRenderInfo()
3222 if (subpass.getInputAttachments().empty()) in renderReferenceValues()
3319 …for (size_t inputAttachmentNdx = 0; inputAttachmentNdx < subpass.getInputAttachments().size(); inp… in renderReferenceValues()
3321 …const deUint32 attachmentIndex = subpass.getInputAttachments()[inputAttachmentNdx].getAttachmen… in renderReferenceValues()
3322 …const VkImageLayout layout = subpass.getInputAttachments()[inputAttachmentNdx].getImageLayout(… in renderReferenceValues()
3981 …for (size_t attachmentNdx = config.drawStartNdx; attachmentNdx < subpass.getInputAttachments().siz… in createTestShaders()
[all …]
DvktRenderPassTestsUtil.hpp303 const std::vector<AttachmentReference>& getInputAttachments (void) const;