HomeSort by relevance Sort by last modified time
    Searched full:instance_table_map (Results 1 - 8 of 8) sorted by null

  /external/vulkan-validation-layers/layers/
vk_layer_table.h 27 typedef std::unordered_map<void *, VkLayerInstanceDispatchTable *> instance_table_map; typedef
30 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa, instance_table_map &map);
43 VkLayerInstanceDispatchTable *get_dispatch_table(instance_table_map &map, void *object);
51 void destroy_dispatch_table(instance_table_map &map, dispatch_key key);
vk_layer_table.cpp 26 static instance_table_map tableInstanceMap;
38 instance_table_map::const_iterator it = tableInstanceMap.find((void *)key);
51 void destroy_dispatch_table(instance_table_map &map, dispatch_key key) {
52 instance_table_map::const_iterator it = map.find((void *)key);
70 VkLayerInstanceDispatchTable *get_dispatch_table(instance_table_map &map, void *object) {
72 instance_table_map::const_iterator it = map.find((void *)key);
102 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa, instance_table_map &map) {
105 instance_table_map::const_iterator it = map.find((void *)key);
object_tracker.h 133 extern instance_table_map ot_instance_table_map;
object_tracker_utils.cpp 29 instance_table_map ot_instance_table_map;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
vk_layer_table.h 27 typedef std::unordered_map<void *, VkLayerInstanceDispatchTable *> instance_table_map; typedef
30 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa, instance_table_map &map);
43 VkLayerInstanceDispatchTable *get_dispatch_table(instance_table_map &map, void *object);
51 void destroy_dispatch_table(instance_table_map &map, dispatch_key key);
vk_layer_table.cpp 26 static instance_table_map tableInstanceMap;
40 instance_table_map::const_iterator it = tableInstanceMap.find((void *)key);
66 void destroy_dispatch_table(instance_table_map &map, dispatch_key key) {
68 instance_table_map::const_iterator it = map.find((void *)key);
98 VkLayerInstanceDispatchTable *get_dispatch_table(instance_table_map &map, void *object) {
100 instance_table_map::const_iterator it = map.find((void *)key);
138 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa, instance_table_map &map) {
141 instance_table_map::const_iterator it = map.find((void *)key);
object_tracker.h 128 static instance_table_map ot_instance_table_map;
parameter_validation.cpp 86 static instance_table_map pc_instance_table_map;
    [all...]

Completed in 949 milliseconds