Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp543 …const vector<AttachmentReference>& getColorAttachments (void) const { return m_colorAttachments;… in getColorAttachments() function in vkt::__anon96ae15a30111::Subpass
809 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments(); in logRenderPassInfo()
1088 …for (size_t attachmentNdx = 0; attachmentNdx < subpass.getColorAttachments().size(); attachmentNdx… in createSubpassDescription()
1089 …colorAttachmentReferences.push_back(createAttachmentReference(subpass.getColorAttachments()[attach… in createSubpassDescription()
1610 , m_colorAttachments (renderPass.getSubpasses()[subpassIndex].getColorAttachments()) in SubpassRenderInfo()
2958 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments(); in renderReferenceValues()
3020 const deUint32 attachmentIndex = subpass.getColorAttachments()[colorClearNdx].getAttachment(); in renderReferenceValues()
3070 …for (size_t attachmentRefNdx = 0; attachmentRefNdx < subpass.getColorAttachments().size(); attachm… in renderReferenceValues()
3072 …const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment(… in renderReferenceValues()
3135 …for (size_t attachmentRefNdx = 0; attachmentRefNdx < subpass.getColorAttachments().size(); attachm… in renderReferenceValues()
[all …]