Lines Matching refs:secondaryRPCI
2350 … const VkRenderPassCreateInfo *secondaryRPCI, string &errorMsg) { in verify_renderpass_compatibility() argument
2351 if (primaryRPCI->subpassCount != secondaryRPCI->subpassCount) { in verify_renderpass_compatibility()
2354 …<< " subpasses but renderPass for secondary cmdBuffer has " << secondaryRPCI->subpassCount << " su… in verify_renderpass_compatibility()
2362 uint32_t secondaryColorCount = secondaryRPCI->pSubpasses[spIndex].colorAttachmentCount; in verify_renderpass_compatibility()
2366 … primaryRPCI->pAttachments, secondaryRPCI->pSubpasses[spIndex].pColorAttachments, in verify_renderpass_compatibility()
2367 … secondaryColorCount, secondaryRPCI->pAttachments)) { in verify_renderpass_compatibility()
2374 … secondaryRPCI->pSubpasses[spIndex].pResolveAttachments, in verify_renderpass_compatibility()
2375 … secondaryColorCount, secondaryRPCI->pAttachments)) { in verify_renderpass_compatibility()
2385 … secondaryRPCI->pSubpasses[spIndex].pDepthStencilAttachment, in verify_renderpass_compatibility()
2386 1, secondaryRPCI->pAttachments)) { in verify_renderpass_compatibility()
2394 uint32_t secondaryInputCount = secondaryRPCI->pSubpasses[spIndex].inputAttachmentCount; in verify_renderpass_compatibility()
2398 … primaryRPCI->pAttachments, secondaryRPCI->pSubpasses[spIndex].pInputAttachments, in verify_renderpass_compatibility()
2399 … secondaryColorCount, secondaryRPCI->pAttachments)) { in verify_renderpass_compatibility()