Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_layer_table.cpp25 static device_table_map tableMap;
31 device_table_map::const_iterator it = tableMap.find((void *)key); in device_dispatch_table()
43 void destroy_dispatch_table(device_table_map &map, dispatch_key key) { in destroy_dispatch_table()
44 device_table_map::const_iterator it = map.find((void *)key); in destroy_dispatch_table()
63 VkLayerDispatchTable *get_dispatch_table(device_table_map &map, void *object) { in get_dispatch_table()
65 device_table_map::const_iterator it = map.find((void *)key); in get_dispatch_table()
127 …Table *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa, device_table_map &map) { in initDeviceTable()
130 device_table_map::const_iterator it = map.find((void *)key); in initDeviceTable()
Dvk_layer_table.h26 typedef std::unordered_map<void *, VkLayerDispatchTable *> device_table_map; typedef
28 …hTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa, device_table_map &map);
41 VkLayerDispatchTable *get_dispatch_table(device_table_map &map, void *object);
50 void destroy_dispatch_table(device_table_map &map, dispatch_key key);
Dobject_tracker.h132 extern device_table_map ot_device_table_map;
Dobject_tracker_utils.cpp28 device_table_map ot_device_table_map;