Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2144 auto bindingIt = layout_node->bindingToIndexMap.find(slot.second); in get_descriptor_binding() local
2145 …if ((bindingIt == layout_node->bindingToIndexMap.end()) || (layout_node->createInfo.pBindings == N… in get_descriptor_binding()
2148 assert(bindingIt->second < layout_node->createInfo.bindingCount); in get_descriptor_binding()
2149 return &layout_node->createInfo.pBindings[bindingIt->second]; in get_descriptor_binding()