Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp9252 unordered_set<uint32_t> attachmentIndices; in ValidateDependencies() local
9255 attachmentIndices.clear(); in ValidateDependencies()
9271 attachmentIndices.insert(attachment); in ValidateDependencies()
9280 if (attachmentIndices.count(attachment)) { in ValidateDependencies()