Home
last modified time | relevance | path

Searched refs:instance_dispatch_table (Results 1 – 12 of 12) sorted by relevance

/external/vulkan-validation-layers/tests/layers/
Dtest.cpp33 VkLayerInstanceDispatchTable *instance_dispatch_table; member
35 layer_data() : instance(VK_NULL_HANDLE), instance_dispatch_table(nullptr) {}; in layer_data()
65 instance_data->instance_dispatch_table = new VkLayerInstanceDispatchTable; in CreateInstance()
66 …layer_init_instance_dispatch_table(*pInstance, instance_data->instance_dispatch_table, fpGetInstan… in CreateInstance()
78 instance_data->instance_dispatch_table->DestroyInstance(instance, pAllocator); in DestroyInstance()
80 delete instance_data->instance_dispatch_table; in DestroyInstance()
111 VkLayerInstanceDispatchTable *pTable = instance_data->instance_dispatch_table; in GetInstanceProcAddr()
/external/vulkan-validation-layers/layers/
Dthreading.cpp69 my_data->instance_dispatch_table = new VkLayerInstanceDispatchTable; in CreateInstance()
70 …layer_init_instance_dispatch_table(*pInstance, my_data->instance_dispatch_table, fpGetInstanceProc… in CreateInstance()
72 … my_data->report_data = debug_report_create_instance(my_data->instance_dispatch_table, *pInstance, in CreateInstance()
86 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table; in DestroyInstance()
125 delete my_data->instance_dispatch_table; in DestroyInstance()
222 …return my_data->instance_dispatch_table->EnumerateDeviceExtensionProperties(physicalDevice, NULL, … in EnumerateDeviceExtensionProperties()
287 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table; in GetInstanceProcAddr()
303 …my_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, … in CreateDebugReportCallbackEXT()
323 my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, callback, pAllocator); in DestroyDebugReportCallbackEXT()
Dswapchain.cpp227 my_data->instance_dispatch_table = new VkLayerInstanceDispatchTable; in CreateInstance()
228 …layer_init_instance_dispatch_table(*pInstance, my_data->instance_dispatch_table, fpGetInstanceProc… in CreateInstance()
230 … my_data->report_data = debug_report_create_instance(my_data->instance_dispatch_table, *pInstance, in CreateInstance()
250 my_data->instance_dispatch_table->DestroyInstance(instance, pAllocator); in DestroyInstance()
317 delete my_data->instance_dispatch_table; in DestroyInstance()
327 …my_data->instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFam… in GetPhysicalDeviceQueueFamilyProperties()
373 …result = my_data->instance_dispatch_table->CreateAndroidSurfaceKHR(instance, pCreateInfo, pAllocat… in CreateAndroidSurfaceKHR()
423 …result = my_data->instance_dispatch_table->CreateMirSurfaceKHR(instance, pCreateInfo, pAllocator, … in CreateMirSurfaceKHR()
476 …result = my_data->instance_dispatch_table->GetPhysicalDeviceMirPresentationSupportKHR(physicalDevi… in GetPhysicalDeviceMirPresentationSupportKHR()
508 …result = my_data->instance_dispatch_table->CreateWaylandSurfaceKHR(instance, pCreateInfo, pAllocat… in CreateWaylandSurfaceKHR()
[all …]
Dunique_objects.cpp56 VkLayerInstanceDispatchTable *disp_table = instance_data->instance_dispatch_table; in checkInstanceRegisterExtensions()
158 instance_data->instance_dispatch_table = new VkLayerInstanceDispatchTable; in CreateInstance()
159 …layer_init_instance_dispatch_table(*pInstance, instance_data->instance_dispatch_table, fpGetInstan… in CreateInstance()
163 …debug_report_create_instance(instance_data->instance_dispatch_table, *pInstance, pCreateInfo->enab… in CreateInstance()
194 VkLayerInstanceDispatchTable *disp_table = instance_data->instance_dispatch_table; in DestroyInstance()
293 …return instance_data->instance_dispatch_table->EnumerateDeviceExtensionProperties(physicalDevice, … in EnumerateDeviceExtensionProperties()
327 VkLayerInstanceDispatchTable *disp_table = instance_data->instance_dispatch_table; in GetInstanceProcAddr()
502 …instance_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAlloc… in CreateDebugReportCallbackEXT()
513 …instance_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, callback, pAllocat… in DestroyDebugReportCallbackEXT()
521 …instance_data->instance_dispatch_table->DebugReportMessageEXT(instance, flags, objType, object, lo… in DebugReportMessageEXT()
[all …]
Dswapchain.h273 VkLayerInstanceDispatchTable *instance_dispatch_table; member
291 …: report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), num_tmp_… in layer_data()
Dimage.cpp62 VkLayerInstanceDispatchTable *instance_dispatch_table; member
69 …: report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), physical… in layer_data()
92 …VkResult res = my_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInf… in CreateDebugReportCallbackEXT()
103 …my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator); in DestroyDebugReportCallbackEXT()
111 …my_data->instance_dispatch_table->DebugReportMessageEXT(instance, flags, objType, object, location… in DebugReportMessageEXT()
135 my_data->instance_dispatch_table = new VkLayerInstanceDispatchTable; in CreateInstance()
136 …layer_init_instance_dispatch_table(*pInstance, my_data->instance_dispatch_table, fpGetInstanceProc… in CreateInstance()
138 … my_data->report_data = debug_report_create_instance(my_data->instance_dispatch_table, *pInstance, in CreateInstance()
150 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table; in DestroyInstance()
161 delete my_data->instance_dispatch_table; in DestroyInstance()
[all …]
Dvk_layer_table.h39 VkLayerInstanceDispatchTable *instance_dispatch_table(void *object);
Dunique_objects.h92 VkLayerInstanceDispatchTable *instance_dispatch_table; member
Dvk_layer_table.cpp38 VkLayerInstanceDispatchTable *instance_dispatch_table(void *object) { in instance_dispatch_table() function
Dthreading.h216 VkLayerInstanceDispatchTable *instance_dispatch_table; member
Dparameter_validation.cpp1719 …VkLayerInstanceDispatchTable *instance_dispatch_table = get_dispatch_table(pc_instance_table_map, … in CreateDevice() local
1720instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, &count, nullptr); in CreateDevice()
1722instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, &count, &propertie… in CreateDevice()
1729instance_dispatch_table->GetPhysicalDeviceProperties(physicalDevice, &device_properties); in CreateDevice()
/external/vulkan-validation-layers/loader/
DLoaderAndLayerInterface.md1441 instance_dispatch_table = new VkLayerInstanceDispatchTable;
1443 *pInstance, my_data->instance_dispatch_table, fpGetInstanceProcAddr);