Searched refs:depthStencilAttachmentReferences (Results 1 – 4 of 4) sorted by relevance
658 std::vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription() local669 …depthStencilAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getDep… in createSubpassDescription()689 …&depthStencilAttachmentReferences[0], // const VkAttachmentReference* pDepthStencilAt… in createSubpassDescription()
1190 vector<AttachmentRef>& depthStencilAttachmentReferences = attachmentReferenceLists[3]; in createSubpassDescription() local1201 …depthStencilAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getDep… in createSubpassDescription()1221 …&depthStencilAttachmentReferences[0], // const VkAttachmentReference* pDepthStencilAt… in createSubpassDescription()
474 vector<VkAttachmentReference> depthStencilAttachmentReferences(numLayers); in makeRenderPass() local492 depthStencilAttachmentReferences[i] = depthStencilAttachmentRef; in makeRenderPass()494 …lAttachment = (depthStencilFormat != VK_FORMAT_UNDEFINED ? &depthStencilAttachmentReferences[i] : … in makeRenderPass()
738 m_subpasses.back().depthStencilAttachmentReferences.push_back( in addSubpassDepthStencilAttachment()790 …dataOrNullPtr(sd.depthStencilAttachmentReferences), // const VkAttachmentReference* pDepthSten… in bake()895 std::vector<VkAttachmentReference> depthStencilAttachmentReferences; member