Searched refs:depthStencilAttachmentRef (Results 1 – 6 of 6) sorted by relevance
469 const VkAttachmentReference depthStencilAttachmentRef = in makeRenderPass() local484 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
286 const VkAttachmentReference &depthStencilAttachmentRef, in InitializeUnresolveSubpass() argument416 *unresolveDepthStencilAttachmentRef = depthStencilAttachmentRef; in InitializeUnresolveSubpass()429 unresolvePreserveAttachmentRefs->push_back(depthStencilAttachmentRef.attachment); in InitializeUnresolveSubpass()945 VkAttachmentReference depthStencilAttachmentRef = kUnusedAttachment; in InitializeRenderPassFromDesc() local1026 depthStencilAttachmentRef.attachment = attachmentCount.get(); in InitializeRenderPassFromDesc()1027 depthStencilAttachmentRef.layout = ConvertImageLayoutToVkImageLayout( in InitializeRenderPassFromDesc()1128 desc, colorAttachmentRefs, colorResolveAttachmentRefs, depthStencilAttachmentRef, in InitializeRenderPassFromDesc()1149 (depthStencilAttachmentRef.attachment != VK_ATTACHMENT_UNUSED ? &depthStencilAttachmentRef in InitializeRenderPassFromDesc()
848 VkAttachmentReference depthStencilAttachmentRef = {}; in CreateSwapchain() local849 depthStencilAttachmentRef.attachment = 1; in CreateSwapchain()850 depthStencilAttachmentRef.layout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in CreateSwapchain()856 subpassDesc.pDepthStencilAttachment = &depthStencilAttachmentRef; in CreateSwapchain()
420 const VkAttachmentReference depthStencilAttachmentRef = in makeRenderPass() local435 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthS… in makeRenderPass()
485 const VkAttachmentReference depthStencilAttachmentRef = in makeRenderPass() local492 depthStencilAttachmentReferences[i] = depthStencilAttachmentRef; in makeRenderPass()
315 const VkAttachmentReference depthStencilAttachmentRef = in makeRenderPass() local331 … depthStencilAttachmentRef2 = convertAttachmentReference(depthStencilAttachmentRef, depthSt… in makeRenderPass()394 …hasDepthStencil ? &depthStencilAttachmentRef : DE_NULL, // const VkAttachmentReference* pDepthSte… in makeRenderPass()