Searched refs:overlapping_attachments (Results 1 – 1 of 1) sorted by relevance
9215 std::vector<std::vector<uint32_t>> overlapping_attachments(pCreateInfo->attachmentCount); in ValidateDependencies() local9222 overlapping_attachments[i].push_back(j); in ValidateDependencies()9223 overlapping_attachments[j].push_back(i); in ValidateDependencies()9234 overlapping_attachments[i].push_back(j); in ValidateDependencies()9235 overlapping_attachments[j].push_back(i); in ValidateDependencies()9246 overlapping_attachments[i].push_back(j); in ValidateDependencies()9247 overlapping_attachments[j].push_back(i); in ValidateDependencies()9260 for (auto overlapping_attachment : overlapping_attachments[attachment]) { in ValidateDependencies()9268 for (auto overlapping_attachment : overlapping_attachments[attachment]) { in ValidateDependencies()9276 for (auto overlapping_attachment : overlapping_attachments[attachment]) { in ValidateDependencies()