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

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
object_tracker.h 128 static instance_table_map ot_instance_table_map; member in namespace:object_tracker
object_tracker.cpp 407 VkLayerInstanceDispatchTable *pInstanceTable = get_dispatch_table(ot_instance_table_map, instance);
431 ot_instance_table_map.erase(key);
486 get_dispatch_table(ot_instance_table_map, physicalDevice)->GetPhysicalDeviceFeatures(physicalDevice, pFeatures);
500 get_dispatch_table(ot_instance_table_map, physicalDevice)
518 get_dispatch_table(ot_instance_table_map, physicalDevice)
533 get_dispatch_table(ot_instance_table_map, physicalDevice)->GetPhysicalDeviceProperties(physicalDevice, pProperties);
547 get_dispatch_table(ot_instance_table_map, physicalDevice)->GetPhysicalDeviceMemoryProperties(physicalDevice, pMemoryProperties);
    [all...]
  /external/vulkan-validation-layers/layers/
object_tracker_utils.cpp 29 instance_table_map ot_instance_table_map; member in namespace:object_tracker
374 VkLayerInstanceDispatchTable *pInstanceTable = get_dispatch_table(ot_instance_table_map, instance);
397 ot_instance_table_map.erase(key);
571 VkLayerInstanceDispatchTable *pInstanceTable = get_dispatch_table(ot_instance_table_map, instance);
583 VkLayerInstanceDispatchTable *pInstanceTable = get_dispatch_table(ot_instance_table_map, instance);
    [all...]
object_tracker.h 133 extern instance_table_map ot_instance_table_map;

Completed in 109 milliseconds