Searched refs:maxInputAttachmentCount (Results 1 – 1 of 1) sorted by relevance
850 …uint32_t maxInputAttachmentCount = std::max(primary_desc.inputAttachmentCount, secondary_desc.inpu… in ValidateSubpassCompatibility() local851 for (uint32_t i = 0; i < maxInputAttachmentCount; ++i) { in ValidateSubpassCompatibility()