Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_layer_table.cpp26 static instance_table_map tableInstanceMap; variable
40 instance_table_map::const_iterator it = tableInstanceMap.find((void *)key); in instance_dispatch_table()
42 if (it != tableInstanceMap.end()) { in instance_dispatch_table()
43 …atch_table: map: 0x%p, object: 0x%p, key: 0x%p, table: 0x%p\n", &tableInstanceMap, object, key, in instance_dispatch_table()
46 …h_table: map: 0x%p, object: 0x%p, key: 0x%p, table: UNKNOWN\n", &tableInstanceMap, object, key); in instance_dispatch_table()
49 assert(it != tableInstanceMap.end() && "Not able to find instance dispatch entry"); in instance_dispatch_table()
81 void destroy_instance_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableInstanceMap, k… in destroy_instance_dispatch_table()
88 …atch_table: map: 0x%p, object: 0x%p, key: 0x%p, table: 0x%p\n", &tableInstanceMap, object, key, in get_dispatch_table()
91 …h_table: map: 0x%p, object: 0x%p, key: 0x%p, table: UNKNOWN\n", &tableInstanceMap, object, key); in get_dispatch_table()
103 …atch_table: map: 0x%p, object: 0x%p, key: 0x%p, table: 0x%p\n", &tableInstanceMap, object, key, in get_dispatch_table()
[all …]