Searched defs:attachmentIndices (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp8501 unordered_set<uint32_t> attachmentIndices; local
8504 attachmentIndices.clear();
8520 attachmentIndices.insert(attachment);
8529 if (attachmentIndices.count(attachment)) {

Completed in 134 milliseconds