Lines Matching refs:pDepthStencilAttachment
554 if (pRenderPassInfo->pSubpasses[j].pDepthStencilAttachment) { in VerifyFramebufferAndRenderPassLayouts()
555 auto &attachment_ref = *subpass.pDepthStencilAttachment; in VerifyFramebufferAndRenderPassLayouts()
594 if (subpass.pDepthStencilAttachment) { in TransitionSubpassLayouts()
595 …ansitionAttachmentRefLayout(device_data, pCB, framebuffer_state, *subpass.pDepthStencilAttachment); in TransitionSubpassLayouts()
2878 if (!subpass_desc->pDepthStencilAttachment || in PreCallValidateCmdClearAttachments()
2879 (subpass_desc->pDepthStencilAttachment->attachment == VK_ATTACHMENT_UNUSED)) { in PreCallValidateCmdClearAttachments()
2885 fb_attachment = subpass_desc->pDepthStencilAttachment->attachment; in PreCallValidateCmdClearAttachments()
3520 … j, i, string_VkImageLayout(subpass.pDepthStencilAttachment->layout)); in ValidateLayouts()
3545 …(subpass.pDepthStencilAttachment != NULL && subpass.pDepthStencilAttachment->attachment == attach_… in ValidateLayouts()
3615 …if (subpass.pDepthStencilAttachment && subpass.pDepthStencilAttachment->attachment != VK_ATTACHMEN… in ValidateLayouts()
3616 switch (subpass.pDepthStencilAttachment->layout) { in ValidateLayouts()
3636 … i, string_VkImageLayout(subpass.pDepthStencilAttachment->layout)); in ValidateLayouts()
3654 string_VkImageLayout(subpass.pDepthStencilAttachment->layout)); in ValidateLayouts()
3657 auto attach_index = subpass.pDepthStencilAttachment->attachment; in ValidateLayouts()
3659 …dateLayoutVsAttachmentDescription(report_data, rp_version, subpass.pDepthStencilAttachment->layout, in ValidateLayouts()