Lines Matching refs:attachment_ref

520             auto &attachment_ref = subpass.pInputAttachments[k];  in VerifyFramebufferAndRenderPassLayouts()  local
521 if (attachment_ref.attachment != VK_ATTACHMENT_UNUSED) { in VerifyFramebufferAndRenderPassLayouts()
522 auto image_view = framebufferInfo.pAttachments[attachment_ref.attachment]; in VerifyFramebufferAndRenderPassLayouts()
527 …RenderPassLayoutAgainstFramebufferImageUsage(device_data, rp_version, attachment_ref.layout, image, in VerifyFramebufferAndRenderPassLayouts()
529attachment_ref.attachment, "input attachment layout"); in VerifyFramebufferAndRenderPassLayouts()
535 auto &attachment_ref = subpass.pColorAttachments[k]; in VerifyFramebufferAndRenderPassLayouts() local
536 if (attachment_ref.attachment != VK_ATTACHMENT_UNUSED) { in VerifyFramebufferAndRenderPassLayouts()
537 auto image_view = framebufferInfo.pAttachments[attachment_ref.attachment]; in VerifyFramebufferAndRenderPassLayouts()
542 …RenderPassLayoutAgainstFramebufferImageUsage(device_data, rp_version, attachment_ref.layout, image, in VerifyFramebufferAndRenderPassLayouts()
544attachment_ref.attachment, "color attachment layout"); in VerifyFramebufferAndRenderPassLayouts()
547 … device_data, rp_version, attachment_ref.layout, image, image_view, framebuffer, render_pass, in VerifyFramebufferAndRenderPassLayouts()
548 attachment_ref.attachment, "resolve attachment layout"); in VerifyFramebufferAndRenderPassLayouts()
555 auto &attachment_ref = *subpass.pDepthStencilAttachment; in VerifyFramebufferAndRenderPassLayouts() local
556 if (attachment_ref.attachment != VK_ATTACHMENT_UNUSED) { in VerifyFramebufferAndRenderPassLayouts()
557 auto image_view = framebufferInfo.pAttachments[attachment_ref.attachment]; in VerifyFramebufferAndRenderPassLayouts()
562 …RenderPassLayoutAgainstFramebufferImageUsage(device_data, rp_version, attachment_ref.layout, image, in VerifyFramebufferAndRenderPassLayouts()
564attachment_ref.attachment, "input attachment layout"); in VerifyFramebufferAndRenderPassLayouts()