Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_layer_table.cpp25 static device_table_map tableMap; variable
33 device_table_map::const_iterator it = tableMap.find((void *)key); in device_dispatch_table()
34 assert(it != tableMap.end() && "Not able to find device dispatch entry"); in device_dispatch_table()
79 void destroy_device_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableMap, key); } in destroy_device_dispatch_table()
189 return initDeviceTable(device, gpa, tableMap); in initDeviceTable()