Searched refs:device_table_map (Results 1 – 4 of 4) sorted by relevance
25 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()
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);
127 static device_table_map ot_device_table_map;
85 static device_table_map pc_device_table_map;