Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp9099 std::vector<std::vector<uint32_t>> overlapping_attachments(pCreateInfo->attachmentCount); in ValidateDependencies() local
9106 overlapping_attachments[i].push_back(j); in ValidateDependencies()
9107 overlapping_attachments[j].push_back(i); in ValidateDependencies()
9117 overlapping_attachments[i].push_back(j); in ValidateDependencies()
9118 overlapping_attachments[j].push_back(i); in ValidateDependencies()
9129 overlapping_attachments[i].push_back(j); in ValidateDependencies()
9130 overlapping_attachments[j].push_back(i); in ValidateDependencies()
9134 for (uint32_t i = 0; i < overlapping_attachments.size(); ++i) { in ValidateDependencies()
9136 for (auto other_attachment : overlapping_attachments[i]) { in ValidateDependencies()
9159 for (auto overlapping_attachment : overlapping_attachments[attachment]) { in ValidateDependencies()
[all …]