Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp437 const std::vector<AttachmentReference>& Subpass::getColorAttachments (void) const in getColorAttachments() function in vkt::renderpass::Subpass
661 …for (size_t attachmentNdx = 0; attachmentNdx < subpass.getColorAttachments().size(); attachmentNdx… in createSubpassDescription()
662 …erences.push_back(createAttachmentReference<AttachmentRef>(subpass.getColorAttachments()[attachmen… in createSubpassDescription()
DvktRenderPassTests.cpp565 …const vector<AttachmentReference>& getColorAttachments (void) const { return m_colorAttachments;… in getColorAttachments() function in vkt::__anon53d10fc40111::Subpass
843 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments(); in logRenderPassInfo()
1130 …for (size_t attachmentNdx = 0; attachmentNdx < subpass.getColorAttachments().size(); attachmentNdx… in createSubpassDescription()
1131 …erences.push_back(createAttachmentReference<AttachmentRef>(subpass.getColorAttachments()[attachmen… in createSubpassDescription()
1680 , m_colorAttachments (renderPass.getSubpasses()[subpassIndex].getColorAttachments()) in SubpassRenderInfo()
3047 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments(); in renderReferenceValues()
3109 const deUint32 attachmentIndex = subpass.getColorAttachments()[colorClearNdx].getAttachment(); in renderReferenceValues()
3159 …for (size_t attachmentRefNdx = drawStartNdx; attachmentRefNdx < subpass.getColorAttachments().size… in renderReferenceValues()
3161 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues()
3228 …for (size_t attachmentRefNdx = 0; attachmentRefNdx < subpass.getColorAttachments().size(); attachm… in renderReferenceValues()
[all …]
DvktRenderPassTestsUtil.hpp298 const std::vector<AttachmentReference>& getColorAttachments (void) const;