Home
last modified time | relevance | path

Searched refs:get_dispatch_table (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp407 …VkLayerInstanceDispatchTable *pInstanceTable = get_dispatch_table(ot_instance_table_map, instance); in DestroyInstance()
471 VkLayerDispatchTable *pDisp = get_dispatch_table(ot_device_table_map, device); in DestroyDevice()
486get_dispatch_table(ot_instance_table_map, physicalDevice)->GetPhysicalDeviceFeatures(physicalDevic… in GetPhysicalDeviceFeatures()
500 get_dispatch_table(ot_instance_table_map, physicalDevice) in GetPhysicalDeviceFormatProperties()
518 get_dispatch_table(ot_instance_table_map, physicalDevice) in GetPhysicalDeviceImageFormatProperties()
533get_dispatch_table(ot_instance_table_map, physicalDevice)->GetPhysicalDeviceProperties(physicalDev… in GetPhysicalDeviceProperties()
547get_dispatch_table(ot_instance_table_map, physicalDevice)->GetPhysicalDeviceMemoryProperties(physi… in GetPhysicalDeviceMemoryProperties()
596 …VkResult result = get_dispatch_table(ot_device_table_map, queue)->QueueSubmit(queue, submitCount, … in QueueSubmit()
609 VkResult result = get_dispatch_table(ot_device_table_map, queue)->QueueWaitIdle(queue); in QueueWaitIdle()
622 VkResult result = get_dispatch_table(ot_device_table_map, device)->DeviceWaitIdle(device); in DeviceWaitIdle()
[all …]
Dparameter_validation.cpp120 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance); in CreateDebugReportCallbackEXT()
133 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance); in DestroyDebugReportCallbackEXT()
143 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance); in DebugReportMessageEXT()
1408 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance); in DestroyInstance()
1436 result = get_dispatch_table(pc_instance_table_map, instance) in EnumeratePhysicalDevices()
1444 …VkLayerInstanceDispatchTable *disp_table = get_dispatch_table(pc_instance_table_map, pPhysicalDevi… in EnumeratePhysicalDevices()
1460get_dispatch_table(pc_instance_table_map, physicalDevice)->GetPhysicalDeviceFeatures(physicalDevic… in GetPhysicalDeviceFeatures()
1473 get_dispatch_table(pc_instance_table_map, physicalDevice) in GetPhysicalDeviceFormatProperties()
1491 result = get_dispatch_table(pc_instance_table_map, physicalDevice) in GetPhysicalDeviceImageFormatProperties()
1509get_dispatch_table(pc_instance_table_map, physicalDevice)->GetPhysicalDeviceProperties(physicalDev… in GetPhysicalDeviceProperties()
[all …]
Dvk_layer_table.h41 VkLayerDispatchTable *get_dispatch_table(device_table_map &map, void *object);
43 VkLayerInstanceDispatchTable *get_dispatch_table(instance_table_map &map, void *object);
Dvk_layer_table.cpp83 VkLayerDispatchTable *get_dispatch_table(device_table_map &map, void *object) { in get_dispatch_table() function
98 VkLayerInstanceDispatchTable *get_dispatch_table(instance_table_map &map, void *object) { in get_dispatch_table() function