• Home
  • Raw
  • Download

Lines Matching refs:pDepthStencilAttachment

2383 … if (!attachment_references_compatible(0, primaryRPCI->pSubpasses[spIndex].pDepthStencilAttachment,  in verify_renderpass_compatibility()
2385 … secondaryRPCI->pSubpasses[spIndex].pDepthStencilAttachment, in verify_renderpass_compatibility()
3085 if (subpass_desc->pDepthStencilAttachment && in validatePipelineDrawtimeState()
3086 subpass_desc->pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) { in validatePipelineDrawtimeState()
3087 auto attachment = subpass_desc->pDepthStencilAttachment->attachment; in validatePipelineDrawtimeState()
3452 if (subpass_desc && subpass_desc->pDepthStencilAttachment && in verifyPipelineCreateState()
3453 subpass_desc->pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) { in verifyPipelineCreateState()
8524 if (!pSD->pDepthStencilAttachment || // Says no DS will be used in active subpass in CmdClearAttachments()
8525 (pSD->pDepthStencilAttachment->attachment == in CmdClearAttachments()
9579 if (rpci->pSubpasses[subpass].pDepthStencilAttachment != nullptr) { in ValidateFramebufferCreateInfo()
9580 …skip_call |= MatchUsage(dev_data, 1, rpci->pSubpasses[subpass].pDepthStencilAttachment, pCreateInf… in ValidateFramebufferCreateInfo()
9716 …if (subpass.pDepthStencilAttachment && subpass.pDepthStencilAttachment->attachment != VK_ATTACHMEN… in CheckPreserved()
9717 if (attachment == subpass.pDepthStencilAttachment->attachment) in CheckPreserved()
9842 …if (subpass.pDepthStencilAttachment && subpass.pDepthStencilAttachment->attachment != VK_ATTACHMEN… in ValidateDependencies()
9843 uint32_t attachment = subpass.pDepthStencilAttachment->attachment; in ValidateDependencies()
9875 …if (subpass.pDepthStencilAttachment && subpass.pDepthStencilAttachment->attachment != VK_ATTACHMEN… in ValidateDependencies()
9876 const uint32_t &attachment = subpass.pDepthStencilAttachment->attachment; in ValidateDependencies()
9950 …if (subpass.pDepthStencilAttachment && subpass.pDepthStencilAttachment->attachment != VK_ATTACHMEN… in ValidateLayouts()
9951 switch (subpass.pDepthStencilAttachment->layout) { in ValidateLayouts()
9973 string_VkImageLayout(subpass.pDepthStencilAttachment->layout)); in ValidateLayouts()
9976 auto attach_index = subpass.pDepthStencilAttachment->attachment; in ValidateLayouts()
9978 …lidateLayoutVsAttachmentDescription(dev_data->report_data, subpass.pDepthStencilAttachment->layout, in ValidateLayouts()
10164 …if (subpass.pDepthStencilAttachment && subpass.pDepthStencilAttachment->attachment != VK_ATTACHMEN… in ValidateRenderpassAttachmentUsage()
10165 uint32_t attachment = subpass.pDepthStencilAttachment->attachment; in ValidateRenderpassAttachmentUsage()
10232 …if (subpass.pDepthStencilAttachment && subpass.pDepthStencilAttachment->attachment != VK_ATTACHMEN… in CreateRenderPass()
10233 uint32_t attachment = subpass.pDepthStencilAttachment->attachment; in CreateRenderPass()
10236 …ttachment_first_layout.insert(std::make_pair(attachment, subpass.pDepthStencilAttachment->layout)); in CreateRenderPass()
10324 if (subpass.pDepthStencilAttachment) { in TransitionSubpassLayouts()
10325 TransitionAttachmentRefLayout(dev_data, pCB, framebuffer, *subpass.pDepthStencilAttachment); in TransitionSubpassLayouts()
10658 if (primary_desc.pDepthStencilAttachment) { in validateSubpassCompatibility()
10659 primary_depthstencil_attach = primary_desc.pDepthStencilAttachment[0].attachment; in validateSubpassCompatibility()
10661 if (secondary_desc.pDepthStencilAttachment) { in validateSubpassCompatibility()
10662 secondary_depthstencil_attach = secondary_desc.pDepthStencilAttachment[0].attachment; in validateSubpassCompatibility()