HomeSort by relevance Sort by last modified time
    Searched defs:dispatch_key (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/layers/
vk_layer_table.h 33 typedef void *dispatch_key; typedef
35 static inline dispatch_key get_dispatch_key(const void *object) { return (dispatch_key) * (VkLayerDispatchTable **)object; }
48 void destroy_device_dispatch_table(dispatch_key key);
49 void destroy_instance_dispatch_table(dispatch_key key);
50 void destroy_dispatch_table(device_table_map &map, dispatch_key key);
51 void destroy_dispatch_table(instance_table_map &map, dispatch_key key);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
vk_layer_table.h 33 typedef void *dispatch_key; typedef
35 static inline dispatch_key get_dispatch_key(const void *object) { return (dispatch_key) * (VkLayerDispatchTable **)object; }
48 void destroy_device_dispatch_table(dispatch_key key);
49 void destroy_instance_dispatch_table(dispatch_key key);
50 void destroy_dispatch_table(device_table_map &map, dispatch_key key);
51 void destroy_dispatch_table(instance_table_map &map, dispatch_key key);

Completed in 629 milliseconds