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.cpp432 const std::vector<AttachmentReference>& Subpass::getInputAttachments (void) const in getInputAttachments() function in vkt::renderpass::Subpass
664 …for (size_t attachmentNdx = 0; attachmentNdx < subpass.getInputAttachments().size(); attachmentNdx… in createSubpassDescription()
665 …erences.push_back(createAttachmentReference<AttachmentRef>(subpass.getInputAttachments()[attachmen… in createSubpassDescription()
DvktRenderPassTests.cpp564 …const vector<AttachmentReference>& getInputAttachments (void) const { return m_inputAttachments;… in getInputAttachments() function in vkt::__anon53d10fc40111::Subpass
842 const vector<AttachmentReference>& inputAttachments = subpass.getInputAttachments(); in logRenderPassInfo()
1133 …for (size_t attachmentNdx = 0; attachmentNdx < subpass.getInputAttachments().size(); attachmentNdx… in createSubpassDescription()
1134 …erences.push_back(createAttachmentReference<AttachmentRef>(subpass.getInputAttachments()[attachmen… in createSubpassDescription()
1681 , m_inputAttachments (renderPass.getSubpasses()[subpassIndex].getInputAttachments()) in SubpassRenderInfo()
3157 if (subpass.getInputAttachments().empty()) in renderReferenceValues()
3254 …for (size_t inputAttachmentNdx = 0; inputAttachmentNdx < subpass.getInputAttachments().size(); inp… in renderReferenceValues()
3256 …const deUint32 attachmentIndex = subpass.getInputAttachments()[inputAttachmentNdx].getAttachmen… in renderReferenceValues()
3257 …const VkImageLayout layout = subpass.getInputAttachments()[inputAttachmentNdx].getImageLayout(… in renderReferenceValues()
3810 …for (size_t attachmentNdx = config.drawStartNdx; attachmentNdx < subpass.getInputAttachments().siz… in createTestShaders()
[all …]
DvktRenderPassTestsUtil.hpp297 const std::vector<AttachmentReference>& getInputAttachments (void) const;