Searched refs:attachmentReferenceLists (Results 1 – 2 of 2) sorted by relevance
652 std::vector<AttachmentRef>* attachmentReferenceLists, in createSubpassDescription() argument655 std::vector<AttachmentRef>& inputAttachmentReferences = attachmentReferenceLists[0]; in createSubpassDescription()656 std::vector<AttachmentRef>& colorAttachmentReferences = attachmentReferenceLists[1]; in createSubpassDescription()657 std::vector<AttachmentRef>& resolveAttachmentReferences = attachmentReferenceLists[2]; in createSubpassDescription()658 std::vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription()776 …std::vector<std::vector<AttachmentRef> > attachmentReferenceLists(renderPassInfo.getSubpasses(… in createRenderPass() local784 …ption<SubpassDesc>(renderPassInfo.getSubpasses()[subpassNdx], &(attachmentReferenceLists[subpassNd… in createRenderPass()
1184 vector<AttachmentRef>* attachmentReferenceLists, in createSubpassDescription() argument1187 vector<AttachmentRef>& inputAttachmentReferences = attachmentReferenceLists[0]; in createSubpassDescription()1188 vector<AttachmentRef>& colorAttachmentReferences = attachmentReferenceLists[1]; in createSubpassDescription()1189 vector<AttachmentRef>& resolveAttachmentReferences = attachmentReferenceLists[2]; in createSubpassDescription()1190 vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription()1280 …vector<vector<AttachmentRef> > attachmentReferenceLists(renderPassInfo.getSubpasses().size(… in createRenderPass() local1288 …ption<SubpassDesc>(renderPassInfo.getSubpasses()[subpassNdx], &(attachmentReferenceLists[subpassNd… in createRenderPass()