Home | History | Annotate | Download | only in layers

Lines Matching refs:pSubpasses

1920     auto subpass = rpci->pSubpasses[subpass_index];
2361 uint32_t primaryColorCount = primaryRPCI->pSubpasses[spIndex].colorAttachmentCount;
2362 uint32_t secondaryColorCount = secondaryRPCI->pSubpasses[spIndex].colorAttachmentCount;
2365 if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pColorAttachments, primaryColorCount,
2366 primaryRPCI->pAttachments, secondaryRPCI->pSubpasses[spIndex].pColorAttachments,
2372 } else if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pResolveAttachments,
2374 secondaryRPCI->pSubpasses[spIndex].pResolveAttachments,
2383 if (!attachment_references_compatible(0, primaryRPCI->pSubpasses[spIndex].pDepthStencilAttachment,
2385 secondaryRPCI->pSubpasses[spIndex].pDepthStencilAttachment,
2393 uint32_t primaryInputCount = primaryRPCI->pSubpasses[spIndex].inputAttachmentCount;
2394 uint32_t secondaryInputCount = secondaryRPCI->pSubpasses[spIndex].inputAttachmentCount;
2397 if (!attachment_references_compatible(i, primaryRPCI->pSubpasses[spIndex].pInputAttachments, primaryColorCount,
2398 primaryRPCI->pAttachments, secondaryRPCI->pSubpasses[spIndex].pInputAttachments,
2823 auto input_attachments = rpci->pSubpasses[subpass].pInputAttachments;
2824 auto index = (input_attachments && use.first < rpci->pSubpasses[subpass].inputAttachmentCount) ?
3061 const VkSubpassDescription *subpass_desc = &render_pass_info->pSubpasses[pCB->activeSubpass];
3451 auto subpass_desc = renderPass ? &renderPass->createInfo.pSubpasses[pPipeline->graphicsPipelineCI.subpass] : nullptr;
8504 const VkSubpassDescription *pSD = &pRPCI->pSubpasses[pCB->activeSubpass];
9573 skip_call |= MatchUsage(dev_data, rpci->pSubpasses[subpass].inputAttachmentCount,
9574 rpci->pSubpasses[subpass].pInputAttachments, pCreateInfo, VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT);
9576 skip_call |= MatchUsage(dev_data, rpci->pSubpasses[subpass].colorAttachmentCount,
9577 rpci->pSubpasses[subpass].pColorAttachments, pCreateInfo, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT);
9579 if (rpci->pSubpasses[subpass].pDepthStencilAttachment != nullptr) {
9580 skip_call |= MatchUsage(dev_data, 1, rpci->pSubpasses[subpass].pDepthStencilAttachment, pCreateInfo,
9711 const VkSubpassDescription &subpass = pCreateInfo->pSubpasses[index];
9727 const VkSubpassDescription &subpass = pCreateInfo->pSubpasses[index];
9821 const VkSubpassDescription &subpass = pCreateInfo->pSubpasses[i];
9859 const VkSubpassDescription &subpass = pCreateInfo->pSubpasses[i];
9884 const VkSubpassDescription &subpass = pCreateInfo->pSubpasses[i];
9917 const VkSubpassDescription &subpass = pCreateInfo->pSubpasses[i];
10108 const VkSubpassDescription &subpass = pCreateInfo->pSubpasses[i];
10224 const VkSubpassDescription &subpass = pCreateInfo->pSubpasses[i];
10317 auto const &subpass = renderPass->createInfo.pSubpasses[subpass_index];
10622 const VkSubpassDescription &primary_desc = primaryPassCI->pSubpasses[subpass];
10623 const VkSubpassDescription &secondary_desc = secondaryPassCI->pSubpasses[subpass];