Searched refs:attachmentReferenceLists (Results 1 – 2 of 2) sorted by relevance
653 std::vector<AttachmentRef>* attachmentReferenceLists, in createSubpassDescription() argument656 std::vector<AttachmentRef>& inputAttachmentReferences = attachmentReferenceLists[0]; in createSubpassDescription()657 std::vector<AttachmentRef>& colorAttachmentReferences = attachmentReferenceLists[1]; in createSubpassDescription()658 std::vector<AttachmentRef>& resolveAttachmentReferences = attachmentReferenceLists[2]; in createSubpassDescription()659 std::vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription()749 …std::vector<std::vector<AttachmentRef> > attachmentReferenceLists(renderPassInfo.getSubpasses(… in createRenderPass() local757 …ption<SubpassDesc>(renderPassInfo.getSubpasses()[subpassNdx], &(attachmentReferenceLists[subpassNd… in createRenderPass()
1122 vector<AttachmentRef>* attachmentReferenceLists, in createSubpassDescription() argument1125 vector<AttachmentRef>& inputAttachmentReferences = attachmentReferenceLists[0]; in createSubpassDescription()1126 vector<AttachmentRef>& colorAttachmentReferences = attachmentReferenceLists[1]; in createSubpassDescription()1127 vector<AttachmentRef>& resolveAttachmentReferences = attachmentReferenceLists[2]; in createSubpassDescription()1128 vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription()1218 …vector<vector<AttachmentRef> > attachmentReferenceLists(renderPassInfo.getSubpasses().size(… in createRenderPass() local1226 …ption<SubpassDesc>(renderPassInfo.getSubpasses()[subpassNdx], &(attachmentReferenceLists[subpassNd… in createRenderPass()