Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_layer_table.cpp26 static instance_table_map tableInstanceMap;
40 instance_table_map::const_iterator it = tableInstanceMap.find((void *)key); in instance_dispatch_table()
66 void destroy_dispatch_table(instance_table_map &map, dispatch_key key) { in destroy_dispatch_table()
68 instance_table_map::const_iterator it = map.find((void *)key); in destroy_dispatch_table()
98 VkLayerInstanceDispatchTable *get_dispatch_table(instance_table_map &map, void *object) { in get_dispatch_table()
100 instance_table_map::const_iterator it = map.find((void *)key); in get_dispatch_table()
138 …tInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa, instance_table_map &map) { in initInstanceTable()
141 instance_table_map::const_iterator it = map.find((void *)key); in initInstanceTable()
Dvk_layer_table.h27 typedef std::unordered_map<void *, VkLayerInstanceDispatchTable *> instance_table_map; typedef
30 …itInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa, instance_table_map &map);
43 VkLayerInstanceDispatchTable *get_dispatch_table(instance_table_map &map, void *object);
51 void destroy_dispatch_table(instance_table_map &map, dispatch_key key);
Dobject_tracker.h128 static instance_table_map ot_instance_table_map;
Dparameter_validation.cpp86 static instance_table_map pc_instance_table_map;