Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1408 static int value_or_default(std::unordered_map<unsigned, unsigned> const &map, unsigned id, int def… in value_or_default() function
1573 int location = value_or_default(var_locations, id, -1); in collect_interface_by_location()
1574 int builtin = value_or_default(var_builtins, id, -1); in collect_interface_by_location()
1575 … unsigned component = value_or_default(var_components, id, 0); /* unspecified is OK, is 0 */ in collect_interface_by_location()
1632 unsigned set = value_or_default(var_sets, insn.word(2), 0); in collect_interface_by_descriptor_slot()
1633 unsigned binding = value_or_default(var_bindings, insn.word(2), 0); in collect_interface_by_descriptor_slot()