Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dshader_validation.cpp561 std::unordered_map<unsigned, unsigned> member_components; in CollectInterfaceBlockMembers() local
572 member_components[member_index] = component; in CollectInterfaceBlockMembers()
596 auto component_it = member_components.find(member_index); in CollectInterfaceBlockMembers()
597 … unsigned component = component_it == member_components.end() ? 0 : component_it->second; in CollectInterfaceBlockMembers()