Searched refs:depthStencilAttachmentReferences (Results 1 – 4 of 4) sorted by relevance
659 std::vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription() local670 …depthStencilAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getDep… in createSubpassDescription()690 …&depthStencilAttachmentReferences[0], // const VkAttachmentReference* pDepthStencilAt… in createSubpassDescription()
1128 vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription() local1139 …depthStencilAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getDep… in createSubpassDescription()1159 …&depthStencilAttachmentReferences[0], // const VkAttachmentReference* pDepthStencilAt… in createSubpassDescription()
471 vector<VkAttachmentReference> depthStencilAttachmentReferences(numLayers); in makeRenderPass() local489 depthStencilAttachmentReferences[i] = depthStencilAttachmentRef; in makeRenderPass()491 …lAttachment = (depthStencilFormat != VK_FORMAT_UNDEFINED ? &depthStencilAttachmentReferences[i] : … in makeRenderPass()
841 m_subpasses.back().depthStencilAttachmentReferences.push_back( in addSubpassDepthStencilAttachment()893 …dataOrNullPtr(sd.depthStencilAttachmentReferences), // const VkAttachmentReference* pDepthSten… in bake()987 std::vector<VkAttachmentReference> depthStencilAttachmentReferences; member