Searched refs:device_table_map (Results 1 – 4 of 4) sorted by relevance
25 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()
26 typedef std::unordered_map<void *, VkLayerDispatchTable *> device_table_map; typedef28 …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);
132 extern device_table_map ot_device_table_map;
28 device_table_map ot_device_table_map;