Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp125 global_start_to_index_map_[global_index] = i; in DescriptorSetLayoutDef()
187 auto start_it = global_start_to_index_map_.upper_bound(global_index); in GetIndexFromGlobalIndex()
189 assert(start_it != global_start_to_index_map_.cbegin()); in GetIndexFromGlobalIndex()
190 if (start_it != global_start_to_index_map_.cbegin()) { in GetIndexFromGlobalIndex()
Ddescriptor_sets.h177 …std::map<uint32_t, uint32_t> global_start_to_index_map_; // The index corresponding for a startin… variable