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

  /external/vulkan-validation-layers/layers/
vk_layer_table.h 26 typedef std::unordered_map<void *, VkLayerDispatchTable *> device_table_map; typedef
28 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa, device_table_map &map);
41 VkLayerDispatchTable *get_dispatch_table(device_table_map &map, void *object);
50 void destroy_dispatch_table(device_table_map &map, dispatch_key key);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
vk_layer_table.h 26 typedef std::unordered_map<void *, VkLayerDispatchTable *> device_table_map; typedef
28 VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa, device_table_map &map);
41 VkLayerDispatchTable *get_dispatch_table(device_table_map &map, void *object);
50 void destroy_dispatch_table(device_table_map &map, dispatch_key key);

Completed in 57 milliseconds