Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1503 auto component_it = member_components.find(member_index); in collect_interface_block_members() local
1504 … unsigned component = component_it == member_components.end() ? 0 : component_it->second; in collect_interface_block_members()