Lines Matching full:cidx
2364 for (uint32_t cIdx = 0; cIdx < colorMax; ++cIdx) {
2365 if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pColorAttachments, primaryColorCount,
2369 errorStr << "color attachments at index " << cIdx << " of subpass index " << spIndex << " are not compatible.";
2372 } else if (!attachment_references_compatible(cIdx, primaryRPCI->pSubpasses[spIndex].pResolveAttachments,
2377 errorStr << "resolve attachments at index " << cIdx << " of subpass index " << spIndex << " are not compatible.";