Home | History | Annotate | Download | only in layers

Lines Matching refs:pDepthStencilAttachment

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