Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dshader_validation.cpp650 auto component_it = member_components.find(member_index); in CollectInterfaceBlockMembers() local
651 … unsigned component = component_it == member_components.end() ? 0 : component_it->second; in CollectInterfaceBlockMembers()