Lines Matching refs:secondaryRPCI

2284     const VkRenderPassCreateInfo *secondaryRPCI = my_data->renderPassMap[secondaryRP]->pCreateInfo;  in verify_renderpass_compatibility()  local
2285 if (primaryRPCI->subpassCount != secondaryRPCI->subpassCount) { in verify_renderpass_compatibility()
2287 …<< " subpasses but renderPass for secondary cmdBuffer has " << secondaryRPCI->subpassCount << " su… in verify_renderpass_compatibility()
2295 uint32_t secondaryColorCount = secondaryRPCI->pSubpasses[spIndex].colorAttachmentCount; in verify_renderpass_compatibility()
2299 … primaryRPCI->pAttachments, secondaryRPCI->pSubpasses[spIndex].pColorAttachments, in verify_renderpass_compatibility()
2300 … secondaryColorCount, secondaryRPCI->pAttachments)) { in verify_renderpass_compatibility()
2306secondaryRPCI->pSubpasses[spIndex].pResolveAttachments, in verify_renderpass_compatibility()
2307 … secondaryColorCount, secondaryRPCI->pAttachments)) { in verify_renderpass_compatibility()
2313secondaryRPCI->pSubpasses[spIndex].pDepthStencilAttachment, in verify_renderpass_compatibility()
2314 … secondaryColorCount, secondaryRPCI->pAttachments)) { in verify_renderpass_compatibility()
2322 uint32_t secondaryInputCount = secondaryRPCI->pSubpasses[spIndex].inputAttachmentCount; in verify_renderpass_compatibility()
2326 … primaryRPCI->pAttachments, secondaryRPCI->pSubpasses[spIndex].pInputAttachments, in verify_renderpass_compatibility()
2327 … secondaryColorCount, secondaryRPCI->pAttachments)) { in verify_renderpass_compatibility()