Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_layer_table.cpp53 void destroy_dispatch_table(device_table_map &map, dispatch_key key) { in destroy_dispatch_table() function
66 void destroy_dispatch_table(instance_table_map &map, dispatch_key key) { in destroy_dispatch_table() function
79 void destroy_device_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableMap, key); } in destroy_device_dispatch_table()
81 void destroy_instance_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableInstanceMap, k… in destroy_instance_dispatch_table()
Dvk_layer_table.h50 void destroy_dispatch_table(device_table_map &map, dispatch_key key);
51 void destroy_dispatch_table(instance_table_map &map, dispatch_key key);