Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2245 static bool attachment_references_compatible(const uint32_t index, const VkAttachmentReference *pPr… in attachment_references_compatible() function
2298 …if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pColorAttachments, pr… in verify_renderpass_compatibility()
2304 …} else if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pResolveAttach… in verify_renderpass_compatibility()
2311 …} else if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pDepthStencilA… in verify_renderpass_compatibility()
2325 …if (!attachment_references_compatible(i, primaryRPCI->pSubpasses[spIndex].pInputAttachments, prima… in verify_renderpass_compatibility()