Searched refs:instance_dispatch_table (Results 1 - 25 of 26) sorted by relevance

12

/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/layers/
H A Dtest.cpp33 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:test::layer_data
35 layer_data() : instance(VK_NULL_HANDLE), instance_dispatch_table(nullptr) {};
65 instance_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
66 layer_init_instance_dispatch_table(*pInstance, instance_data->instance_dispatch_table, fpGetInstanceProcAddr);
78 instance_data->instance_dispatch_table->DestroyInstance(instance, pAllocator);
80 delete instance_data->instance_dispatch_table;
111 VkLayerInstanceDispatchTable *pTable = instance_data->instance_dispatch_table;
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/layers/
H A Dtest.cpp33 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:test::layer_data
35 layer_data() : instance(VK_NULL_HANDLE), instance_dispatch_table(nullptr) {};
65 instance_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
66 layer_init_instance_dispatch_table(*pInstance, instance_data->instance_dispatch_table, fpGetInstanceProcAddr);
78 instance_data->instance_dispatch_table->DestroyInstance(instance, pAllocator);
80 delete instance_data->instance_dispatch_table;
111 VkLayerInstanceDispatchTable *pTable = instance_data->instance_dispatch_table;
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dswapchain.h273 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:layer_data
291 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), num_tmp_callbacks(0),
H A Dunique_objects.h92 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:unique_objects::layer_data
H A Dvk_layer_table.h39 VkLayerInstanceDispatchTable *instance_dispatch_table(void *object);
H A Dthreading.cpp69 my_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
70 layer_init_instance_dispatch_table(*pInstance, my_data->instance_dispatch_table, fpGetInstanceProcAddr);
72 my_data->report_data = debug_report_create_instance(my_data->instance_dispatch_table, *pInstance,
86 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
125 delete my_data->instance_dispatch_table;
222 return my_data->instance_dispatch_table->EnumerateDeviceExtensionProperties(physicalDevice, NULL, pCount, pProperties);
287 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
303 my_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallback);
323 my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, callback, pAllocator);
H A Dunique_objects.cpp56 VkLayerInstanceDispatchTable *disp_table = instance_data->instance_dispatch_table;
158 instance_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
159 layer_init_instance_dispatch_table(*pInstance, instance_data->instance_dispatch_table, fpGetInstanceProcAddr);
163 debug_report_create_instance(instance_data->instance_dispatch_table, *pInstance, pCreateInfo->enabledExtensionCount,
194 VkLayerInstanceDispatchTable *disp_table = instance_data->instance_dispatch_table;
293 return instance_data->instance_dispatch_table->EnumerateDeviceExtensionProperties(physicalDevice, NULL, pCount, pProperties);
327 VkLayerInstanceDispatchTable *disp_table = instance_data->instance_dispatch_table;
502 instance_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallback);
513 instance_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, callback, pAllocator);
521 instance_data->instance_dispatch_table
[all...]
H A Dswapchain.cpp227 my_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
228 layer_init_instance_dispatch_table(*pInstance, my_data->instance_dispatch_table, fpGetInstanceProcAddr);
230 my_data->report_data = debug_report_create_instance(my_data->instance_dispatch_table, *pInstance,
250 my_data->instance_dispatch_table->DestroyInstance(instance, pAllocator);
317 delete my_data->instance_dispatch_table;
327 my_data->instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount,
373 result = my_data->instance_dispatch_table->CreateAndroidSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
423 result = my_data->instance_dispatch_table->CreateMirSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
476 result = my_data->instance_dispatch_table->GetPhysicalDeviceMirPresentationSupportKHR(physicalDevice, queueFamilyIndex,
508 result = my_data->instance_dispatch_table
[all...]
H A Dimage.cpp62 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:image::layer_data
69 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), physicalDevice(0),
92 VkResult res = my_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallback);
103 my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
111 my_data->instance_dispatch_table->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix,
135 my_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
136 layer_init_instance_dispatch_table(*pInstance, my_data->instance_dispatch_table, fpGetInstanceProcAddr);
138 my_data->report_data = debug_report_create_instance(my_data->instance_dispatch_table, *pInstance,
150 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
161 delete my_data->instance_dispatch_table;
[all...]
H A Dvk_layer_table.cpp38 VkLayerInstanceDispatchTable *instance_dispatch_table(void *object) { function
43 fprintf(stderr, "instance_dispatch_table: map: 0x%p, object: 0x%p, key: 0x%p, table: 0x%p\n", &tableInstanceMap, object, key,
46 fprintf(stderr, "instance_dispatch_table: map: 0x%p, object: 0x%p, key: 0x%p, table: UNKNOWN\n", &tableInstanceMap, object, key);
103 fprintf(stderr, "instance_dispatch_table: map: 0x%p, object: 0x%p, key: 0x%p, table: 0x%p\n", &tableInstanceMap, object, key,
106 fprintf(stderr, "instance_dispatch_table: map: 0x%p, object: 0x%p, key: 0x%p, table: UNKNOWN\n", &tableInstanceMap, object, key);
H A Dthreading.h216 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:layer_data
H A Dparameter_validation.cpp1719 VkLayerInstanceDispatchTable *instance_dispatch_table = get_dispatch_table(pc_instance_table_map, physicalDevice); local
1720 instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, &count, nullptr);
1722 instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, &count, &properties[0]);
1729 instance_dispatch_table->GetPhysicalDeviceProperties(physicalDevice, &device_properties);
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
H A Dswapchain.h273 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:layer_data
291 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), num_tmp_callbacks(0),
H A Dunique_objects.h92 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:unique_objects::layer_data
H A Dvk_layer_table.h39 VkLayerInstanceDispatchTable *instance_dispatch_table(void *object);
H A Dthreading.cpp69 my_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
70 layer_init_instance_dispatch_table(*pInstance, my_data->instance_dispatch_table, fpGetInstanceProcAddr);
72 my_data->report_data = debug_report_create_instance(my_data->instance_dispatch_table, *pInstance,
86 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
125 delete my_data->instance_dispatch_table;
222 return my_data->instance_dispatch_table->EnumerateDeviceExtensionProperties(physicalDevice, NULL, pCount, pProperties);
287 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
303 my_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallback);
323 my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, callback, pAllocator);
H A Dunique_objects.cpp56 VkLayerInstanceDispatchTable *disp_table = instance_data->instance_dispatch_table;
158 instance_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
159 layer_init_instance_dispatch_table(*pInstance, instance_data->instance_dispatch_table, fpGetInstanceProcAddr);
163 debug_report_create_instance(instance_data->instance_dispatch_table, *pInstance, pCreateInfo->enabledExtensionCount,
194 VkLayerInstanceDispatchTable *disp_table = instance_data->instance_dispatch_table;
293 return instance_data->instance_dispatch_table->EnumerateDeviceExtensionProperties(physicalDevice, NULL, pCount, pProperties);
327 VkLayerInstanceDispatchTable *disp_table = instance_data->instance_dispatch_table;
502 instance_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallback);
513 instance_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, callback, pAllocator);
521 instance_data->instance_dispatch_table
[all...]
H A Dswapchain.cpp227 my_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
228 layer_init_instance_dispatch_table(*pInstance, my_data->instance_dispatch_table, fpGetInstanceProcAddr);
230 my_data->report_data = debug_report_create_instance(my_data->instance_dispatch_table, *pInstance,
250 my_data->instance_dispatch_table->DestroyInstance(instance, pAllocator);
317 delete my_data->instance_dispatch_table;
327 my_data->instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount,
373 result = my_data->instance_dispatch_table->CreateAndroidSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
423 result = my_data->instance_dispatch_table->CreateMirSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
476 result = my_data->instance_dispatch_table->GetPhysicalDeviceMirPresentationSupportKHR(physicalDevice, queueFamilyIndex,
508 result = my_data->instance_dispatch_table
[all...]
H A Dimage.cpp62 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:image::layer_data
69 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), physicalDevice(0),
92 VkResult res = my_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallback);
103 my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
111 my_data->instance_dispatch_table->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix,
135 my_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
136 layer_init_instance_dispatch_table(*pInstance, my_data->instance_dispatch_table, fpGetInstanceProcAddr);
138 my_data->report_data = debug_report_create_instance(my_data->instance_dispatch_table, *pInstance,
150 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
161 delete my_data->instance_dispatch_table;
[all...]
H A Dvk_layer_table.cpp38 VkLayerInstanceDispatchTable *instance_dispatch_table(void *object) { function
43 fprintf(stderr, "instance_dispatch_table: map: 0x%p, object: 0x%p, key: 0x%p, table: 0x%p\n", &tableInstanceMap, object, key,
46 fprintf(stderr, "instance_dispatch_table: map: 0x%p, object: 0x%p, key: 0x%p, table: UNKNOWN\n", &tableInstanceMap, object, key);
103 fprintf(stderr, "instance_dispatch_table: map: 0x%p, object: 0x%p, key: 0x%p, table: 0x%p\n", &tableInstanceMap, object, key,
106 fprintf(stderr, "instance_dispatch_table: map: 0x%p, object: 0x%p, key: 0x%p, table: UNKNOWN\n", &tableInstanceMap, object, key);
H A Dthreading.h216 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:layer_data
H A Dparameter_validation.cpp1719 VkLayerInstanceDispatchTable *instance_dispatch_table = get_dispatch_table(pc_instance_table_map, physicalDevice); local
1720 instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, &count, nullptr);
1722 instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, &count, &properties[0]);
1729 instance_dispatch_table->GetPhysicalDeviceProperties(physicalDevice, &device_properties);
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/include/
H A Dunique_objects_wrappers.h2002 dev_data->instance_dispatch_table->DestroySurfaceKHR(instance, surface, pAllocator);
2017 VkResult result = dev_data->instance_dispatch_table->GetPhysicalDeviceSurfaceSupportKHR(physicalDevice, queueFamilyIndex, surface, pSupported);
2032 VkResult result = dev_data->instance_dispatch_table->GetPhysicalDeviceSurfaceCapabilitiesKHR(physicalDevice, surface, pSurfaceCapabilities);
2048 VkResult result = dev_data->instance_dispatch_table->GetPhysicalDeviceSurfaceFormatsKHR(physicalDevice, surface, pSurfaceFormatCount, pSurfaceFormats);
2064 VkResult result = dev_data->instance_dispatch_table->GetPhysicalDeviceSurfacePresentModesKHR(physicalDevice, surface, pPresentModeCount, pPresentModes);
2156 VkResult result = dev_data->instance_dispatch_table->CreateDisplayModeKHR(physicalDevice, display, pCreateInfo, pAllocator, pMode);
2177 VkResult result = dev_data->instance_dispatch_table->GetDisplayPlaneCapabilitiesKHR(physicalDevice, mode, planeIndex, pCapabilities);
2199 VkResult result = dev_data->instance_dispatch_table->CreateDisplayPlaneSurfaceKHR(instance, (const VkDisplaySurfaceCreateInfoKHR*)local_pCreateInfo, pAllocator, pSurface);
2241 VkResult result = dev_data->instance_dispatch_table->CreateXlibSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
2261 VkResult result = dev_data->instance_dispatch_table
[all...]
H A Dthread_check.h47 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
3135 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
/prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
H A Dunique_objects_wrappers.h2002 dev_data->instance_dispatch_table->DestroySurfaceKHR(instance, surface, pAllocator);
2017 VkResult result = dev_data->instance_dispatch_table->GetPhysicalDeviceSurfaceSupportKHR(physicalDevice, queueFamilyIndex, surface, pSupported);
2032 VkResult result = dev_data->instance_dispatch_table->GetPhysicalDeviceSurfaceCapabilitiesKHR(physicalDevice, surface, pSurfaceCapabilities);
2048 VkResult result = dev_data->instance_dispatch_table->GetPhysicalDeviceSurfaceFormatsKHR(physicalDevice, surface, pSurfaceFormatCount, pSurfaceFormats);
2064 VkResult result = dev_data->instance_dispatch_table->GetPhysicalDeviceSurfacePresentModesKHR(physicalDevice, surface, pPresentModeCount, pPresentModes);
2156 VkResult result = dev_data->instance_dispatch_table->CreateDisplayModeKHR(physicalDevice, display, pCreateInfo, pAllocator, pMode);
2177 VkResult result = dev_data->instance_dispatch_table->GetDisplayPlaneCapabilitiesKHR(physicalDevice, mode, planeIndex, pCapabilities);
2199 VkResult result = dev_data->instance_dispatch_table->CreateDisplayPlaneSurfaceKHR(instance, (const VkDisplaySurfaceCreateInfoKHR*)local_pCreateInfo, pAllocator, pSurface);
2241 VkResult result = dev_data->instance_dispatch_table->CreateXlibSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
2261 VkResult result = dev_data->instance_dispatch_table
[all...]

Completed in 213 milliseconds

12