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;
33 device_table_map::const_iterator it = tableMap.find((void *)key); in device_dispatch_table()
53 void destroy_dispatch_table(device_table_map &map, dispatch_key key) { in destroy_dispatch_table()
55 device_table_map::const_iterator it = map.find((void *)key); in destroy_dispatch_table()
83 VkLayerDispatchTable *get_dispatch_table(device_table_map &map, void *object) { in get_dispatch_table()
85 device_table_map::const_iterator it = map.find((void *)key); in get_dispatch_table()
165 …Table *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa, device_table_map &map) { in initDeviceTable()
168 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.h127 static device_table_map ot_device_table_map;
Dparameter_validation.cpp85 static device_table_map pc_device_table_map;