HomeSort by relevance Sort by last modified time
    Searched refs:destroy_dispatch_table (Results 1 - 4 of 4) sorted by null

  /external/vulkan-validation-layers/layers/
vk_layer_table.h 50 void destroy_dispatch_table(device_table_map &map, dispatch_key key);
51 void destroy_dispatch_table(instance_table_map &map, dispatch_key key);
vk_layer_table.cpp 43 void destroy_dispatch_table(device_table_map &map, dispatch_key key) { function
51 void destroy_dispatch_table(instance_table_map &map, dispatch_key key) { function
59 void destroy_device_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableMap, key); }
61 void destroy_instance_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableInstanceMap, key); }
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
vk_layer_table.h 50 void destroy_dispatch_table(device_table_map &map, dispatch_key key);
51 void destroy_dispatch_table(instance_table_map &map, dispatch_key key);
vk_layer_table.cpp 53 void destroy_dispatch_table(device_table_map &map, dispatch_key key) { function
66 void destroy_dispatch_table(instance_table_map &map, dispatch_key key) { function
79 void destroy_device_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableMap, key); }
81 void destroy_instance_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableInstanceMap, key); }

Completed in 238 milliseconds