Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_layer_table.cpp33 static instance_table_map tableInstanceMap;
47 instance_table_map::const_iterator it = tableInstanceMap.find((void *)key); in instance_dispatch_table()
73 void destroy_dispatch_table(instance_table_map &map, dispatch_key key) { in destroy_dispatch_table()
75 instance_table_map::const_iterator it = map.find((void *)key); in destroy_dispatch_table()
105 VkLayerInstanceDispatchTable *get_dispatch_table(instance_table_map &map, void *object) { in get_dispatch_table()
108 instance_table_map::const_iterator it = map.find((void *)key); in get_dispatch_table()
146 …tInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa, instance_table_map &map) { in initInstanceTable()
149 instance_table_map::const_iterator it = map.find((void *)key); in initInstanceTable()
Dvk_layer_table.h33 typedef std::unordered_map<void *, VkLayerInstanceDispatchTable *> instance_table_map; typedef
36 …itInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa, instance_table_map &map);
49 VkLayerInstanceDispatchTable *get_dispatch_table(instance_table_map &map, void *object);
57 void destroy_dispatch_table(instance_table_map &map, dispatch_key key);
Dunique_objects.h67 static instance_table_map unique_objects_instance_table_map;
Dobject_tracker.h95 static instance_table_map object_tracker_instance_table_map;
Dparameter_validation.cpp70 static instance_table_map pc_instance_table_map;