• Home
  • Raw
  • Download

Lines Matching refs:VK_ATTACHMENT_UNUSED

521             if (attachment_ref.attachment != VK_ATTACHMENT_UNUSED) {  in VerifyFramebufferAndRenderPassLayouts()
536 if (attachment_ref.attachment != VK_ATTACHMENT_UNUSED) { in VerifyFramebufferAndRenderPassLayouts()
556 if (attachment_ref.attachment != VK_ATTACHMENT_UNUSED) { in VerifyFramebufferAndRenderPassLayouts()
574 if (ref.attachment != VK_ATTACHMENT_UNUSED) { in TransitionAttachmentRefLayout()
2757 …if (framebuffer && (fb_attachment != VK_ATTACHMENT_UNUSED) && (fb_attachment < framebuffer->create… in ValidateClearAttachmentExtent()
2827 uint32_t fb_attachment = VK_ATTACHMENT_UNUSED; in PreCallValidateCmdClearAttachments()
2836 uint32_t color_attachment = VK_ATTACHMENT_UNUSED; in PreCallValidateCmdClearAttachments()
2839 …if ((color_attachment != VK_ATTACHMENT_UNUSED) && (color_attachment >= renderpass_attachment_count… in PreCallValidateCmdClearAttachments()
2849 …color_attachment = VK_ATTACHMENT_UNUSED; // Defensive, prevent lookup past end of renderpass atta… in PreCallValidateCmdClearAttachments()
2879 (subpass_desc->pDepthStencilAttachment->attachment == VK_ATTACHMENT_UNUSED)) { in PreCallValidateCmdClearAttachments()
3500 if (attach_index == VK_ATTACHMENT_UNUSED) continue; in ValidateLayouts()
3563 if (attach_index == VK_ATTACHMENT_UNUSED) continue; in ValidateLayouts()
3598 …bpass.pResolveAttachments && (subpass.pResolveAttachments[j].attachment != VK_ATTACHMENT_UNUSED) && in ValidateLayouts()
3615 …s.pDepthStencilAttachment && subpass.pDepthStencilAttachment->attachment != VK_ATTACHMENT_UNUSED) { in ValidateLayouts()