Searched refs:secondaryInputCount (Results 1 – 1 of 1) sorted by relevance
2322 uint32_t secondaryInputCount = secondaryRPCI->pSubpasses[spIndex].inputAttachmentCount; in verify_renderpass_compatibility() local2323 uint32_t inputMax = std::max(primaryInputCount, secondaryInputCount); in verify_renderpass_compatibility()