Searched refs:primaryRPCI (Results 1 – 1 of 1) sorted by relevance
2283 const VkRenderPassCreateInfo *primaryRPCI = my_data->renderPassMap[primaryRP]->pCreateInfo; in verify_renderpass_compatibility() local2285 if (primaryRPCI->subpassCount != secondaryRPCI->subpassCount) { in verify_renderpass_compatibility()2286 errorStr << "RenderPass for primary cmdBuffer has " << primaryRPCI->subpassCount in verify_renderpass_compatibility()2292 for (spIndex = 0; spIndex < primaryRPCI->subpassCount; ++spIndex) { in verify_renderpass_compatibility()2294 uint32_t primaryColorCount = primaryRPCI->pSubpasses[spIndex].colorAttachmentCount; in verify_renderpass_compatibility()2298 …if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pColorAttachments, pr… in verify_renderpass_compatibility()2299 … primaryRPCI->pAttachments, secondaryRPCI->pSubpasses[spIndex].pColorAttachments, in verify_renderpass_compatibility()2304 …} else if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pResolveAttach… in verify_renderpass_compatibility()2305 … primaryColorCount, primaryRPCI->pAttachments, in verify_renderpass_compatibility()2311 …} else if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pDepthStencilA… in verify_renderpass_compatibility()[all …]