Home
last modified time | relevance | path

Searched refs:primaryRPCI (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2283 const VkRenderPassCreateInfo *primaryRPCI = my_data->renderPassMap[primaryRP]->pCreateInfo; in verify_renderpass_compatibility() local
2285 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()
2299primaryRPCI->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 …]