/external/vulkan-validation-layers/tests/layers/ |
D | test.cpp | 33 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/ |
D | threading.cpp | 69 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()
|
D | swapchain.cpp | 227 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 …]
|
D | unique_objects.cpp | 56 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 …]
|
D | swapchain.h | 273 VkLayerInstanceDispatchTable *instance_dispatch_table; member 291 …: report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), num_tmp_… in layer_data()
|
D | image.cpp | 62 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 …]
|
D | vk_layer_table.h | 39 VkLayerInstanceDispatchTable *instance_dispatch_table(void *object);
|
D | unique_objects.h | 92 VkLayerInstanceDispatchTable *instance_dispatch_table; member
|
D | vk_layer_table.cpp | 38 VkLayerInstanceDispatchTable *instance_dispatch_table(void *object) { in instance_dispatch_table() function
|
D | threading.h | 216 VkLayerInstanceDispatchTable *instance_dispatch_table; member
|
D | parameter_validation.cpp | 1719 …VkLayerInstanceDispatchTable *instance_dispatch_table = get_dispatch_table(pc_instance_table_map, … in CreateDevice() local 1720 … instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, &count, nullptr); in CreateDevice() 1722 …instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, &count, &propertie… in CreateDevice() 1729 … instance_dispatch_table->GetPhysicalDeviceProperties(physicalDevice, &device_properties); in CreateDevice()
|
/external/vulkan-validation-layers/loader/ |
D | LoaderAndLayerInterface.md | 1441 instance_dispatch_table = new VkLayerInstanceDispatchTable; 1443 *pInstance, my_data->instance_dispatch_table, fpGetInstanceProcAddr);
|