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

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
object_tracker.cpp 407 VkLayerInstanceDispatchTable *pInstanceTable = get_dispatch_table(ot_instance_table_map, instance);
471 VkLayerDispatchTable *pDisp = get_dispatch_table(ot_device_table_map, device);
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...]
parameter_validation.cpp 120 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance);
133 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance);
143 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance);
    [all...]
vk_layer_table.h 41 VkLayerDispatchTable *get_dispatch_table(device_table_map &map, void *object);
43 VkLayerInstanceDispatchTable *get_dispatch_table(instance_table_map &map, void *object);
vk_layer_table.cpp 83 VkLayerDispatchTable *get_dispatch_table(device_table_map &map, void *object) { function
98 VkLayerInstanceDispatchTable *get_dispatch_table(instance_table_map &map, void *object) { function
  /external/vulkan-validation-layers/layers/
vk_layer_table.h 41 VkLayerDispatchTable *get_dispatch_table(device_table_map &map, void *object);
43 VkLayerInstanceDispatchTable *get_dispatch_table(instance_table_map &map, void *object);
object_tracker_utils.cpp 271 get_dispatch_table(ot_device_table_map, commandBuffer)
374 VkLayerInstanceDispatchTable *pInstanceTable = get_dispatch_table(ot_instance_table_map, instance);
417 VkLayerDispatchTable *pDisp = get_dispatch_table(ot_device_table_map, device);
430 get_dispatch_table(ot_device_table_map, device)->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
466 get_dispatch_table(ot_device_table_map, device)
503 VkResult result = get_dispatch_table(ot_device_table_map, device)
538 VkResult result = get_dispatch_table(ot_device_table_map, device)->ResetDescriptorPool(device, descriptorPool, flags);
563 VkResult result = get_dispatch_table(ot_device_table_map, command_buffer)->BeginCommandBuffer(command_buffer, begin_info);
571 VkLayerInstanceDispatchTable *pInstanceTable = get_dispatch_table(ot_instance_table_map, instance);
583 VkLayerInstanceDispatchTable *pInstanceTable = get_dispatch_table(ot_instance_table_map, instance)
    [all...]
vk_layer_table.cpp 63 VkLayerDispatchTable *get_dispatch_table(device_table_map &map, void *object) { function
70 VkLayerInstanceDispatchTable *get_dispatch_table(instance_table_map &map, void *object) { function
  /external/python/cpython3/Lib/test/
test_pickle.py 126 def get_dispatch_table(self): member in class:PyDispatchTableTests
134 def get_dispatch_table(self): member in class:PyChainDispatchTableTests
179 def get_dispatch_table(self): member in class:.CDispatchTableTests
184 def get_dispatch_table(self): member in class:.CChainDispatchTableTests
pickletester.py     [all...]
  /external/vulkan-validation-layers/scripts/
object_tracker_generator.py     [all...]

Completed in 421 milliseconds