• Home
  • Raw
  • Download

Lines Matching refs:pInputAttachments

2397 …ttachment_references_compatible(i, primaryRPCI->pSubpasses[spIndex].pInputAttachments, primaryColo…  in verify_renderpass_compatibility()
2398 … primaryRPCI->pAttachments, secondaryRPCI->pSubpasses[spIndex].pInputAttachments, in verify_renderpass_compatibility()
2823 auto input_attachments = rpci->pSubpasses[subpass].pInputAttachments; in validate_pipeline_shader_stage()
9574 … rpci->pSubpasses[subpass].pInputAttachments, pCreateInfo, VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT); in ValidateFramebufferCreateInfo()
9824 uint32_t attachment = subpass.pInputAttachments[j].attachment; in ValidateDependencies()
9862 uint32_t attachment = subpass.pInputAttachments[j].attachment; in ValidateDependencies()
9886 …CheckPreserved(dev_data, pCreateInfo, i, subpass.pInputAttachments[j].attachment, subpass_to_node,… in ValidateDependencies()
9984 auto attach_index = subpass.pInputAttachments[j].attachment; in ValidateLayouts()
9988 switch (subpass.pInputAttachments[j].layout) { in ValidateLayouts()
10008 string_VkImageLayout(subpass.pInputAttachments[j].layout)); in ValidateLayouts()
10012 …= ValidateLayoutVsAttachmentDescription(dev_data->report_data, subpass.pInputAttachments[j].layout, in ValidateLayouts()
10174 uint32_t attachment = subpass.pInputAttachments[j].attachment; in ValidateRenderpassAttachmentUsage()
10240 uint32_t attachment = subpass.pInputAttachments[j].attachment; in CreateRenderPass()
10243 … attachment_first_layout.insert(std::make_pair(attachment, subpass.pInputAttachments[j].layout)); in CreateRenderPass()
10319 TransitionAttachmentRefLayout(dev_data, pCB, framebuffer, subpass.pInputAttachments[j]); in TransitionSubpassLayouts()
10628 primary_input_attach = primary_desc.pInputAttachments[i].attachment; in validateSubpassCompatibility()
10631 secondary_input_attach = secondary_desc.pInputAttachments[i].attachment; in validateSubpassCompatibility()