Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1777 auto pool_it = descriptorPoolMap.find(pool); in GetDescriptorPoolState() local
1778 if (pool_it == descriptorPoolMap.end()) { in GetDescriptorPoolState()
1781 return pool_it->second; in GetDescriptorPoolState()