HomeSort by relevance Sort by last modified time
    Searched refs:instance_dispatch_table (Results 1 - 25 of 27) sorted by null

1 2

  /external/vulkan-validation-layers/tests/layers/
test.cpp 33 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/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/device_limits/
device_limits.cpp 57 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:device_limits::layer_data
71 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), instanceState(nullptr),
122 my_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
123 layer_init_instance_dispatch_table(*pInstance, my_data->instance_dispatch_table, fpGetInstanceProcAddr);
125 my_data->report_data = debug_report_create_instance(my_data->instance_dispatch_table, *pInstance,
139 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
150 delete my_data->instance_dispatch_table;
189 my_data->instance_dispatch_table->EnumeratePhysicalDevices(instance, pPhysicalDeviceCount, pPhysicalDevices);
197 my_data->instance_dispatch_table->GetPhysicalDeviceFeatures(pPhysicalDevices[i],
214 phy_dev_data->instance_dispatch_table->GetPhysicalDeviceFeatures(physicalDevice, pFeatures)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
device_limits.cpp 57 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:device_limits::layer_data
71 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), instanceState(nullptr),
122 my_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
123 layer_init_instance_dispatch_table(*pInstance, my_data->instance_dispatch_table, fpGetInstanceProcAddr);
125 my_data->report_data = debug_report_create_instance(my_data->instance_dispatch_table, *pInstance,
139 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
150 delete my_data->instance_dispatch_table;
189 my_data->instance_dispatch_table->EnumeratePhysicalDevices(instance, pPhysicalDeviceCount, pPhysicalDevices);
197 my_data->instance_dispatch_table->GetPhysicalDeviceFeatures(pPhysicalDevices[i],
214 phy_dev_data->instance_dispatch_table->GetPhysicalDeviceFeatures(physicalDevice, pFeatures)
    [all...]
threading.cpp 69 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;
118 delete my_data->instance_dispatch_table;
190 return my_data->instance_dispatch_table->EnumerateDeviceExtensionProperties(physicalDevice, NULL, pCount, pProperties);
254 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
267 my_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallback);
280 my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, callback, pAllocator);
vk_layer_table.h 39 VkLayerInstanceDispatchTable *instance_dispatch_table(void *object);
swapchain.cpp 93 VkLayerInstanceDispatchTable *pDisp = my_data->instance_dispatch_table;
255 my_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
256 layer_init_instance_dispatch_table(*pInstance, my_data->instance_dispatch_table, fpGetInstanceProcAddr);
258 my_data->report_data = debug_report_create_instance(my_data->instance_dispatch_table, *pInstance,
278 my_data->instance_dispatch_table->DestroyInstance(instance, pAllocator);
345 delete my_data->instance_dispatch_table;
355 my_data->instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount,
407 result = my_data->instance_dispatch_table->CreateAndroidSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
467 result = my_data->instance_dispatch_table->CreateMirSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
519 result = my_data->instance_dispatch_table->GetPhysicalDeviceMirPresentationSupportKHR(physicalDevice, queueFamilyIndex
    [all...]
image.cpp 61 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:image::layer_data
68 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), physicalDevice(0),
91 VkResult res = my_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallback);
102 my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
110 my_data->instance_dispatch_table->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix,
134 my_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
135 layer_init_instance_dispatch_table(*pInstance, my_data->instance_dispatch_table, fpGetInstanceProcAddr);
137 my_data->report_data = debug_report_create_instance(my_data->instance_dispatch_table, *pInstance,
149 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
160 delete my_data->instance_dispatch_table;
    [all...]
swapchain.h 326 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:layer_data
344 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), num_tmp_callbacks(0),
vk_layer_table.cpp 38 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);
104 fprintf(stderr, "instance_dispatch_table: map: 0x%p, object: 0x%p, key: 0x%p, table: 0x%p\n", &tableInstanceMap, object, key,
107 fprintf(stderr, "instance_dispatch_table: map: 0x%p, object: 0x%p, key: 0x%p, table: UNKNOWN\n", &tableInstanceMap, object, key);
threading.h 197 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:layer_data
core_validation.cpp 119 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:core_validation::layer_data
157 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), device_extensions(),
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/threading/
threading.cpp 69 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;
118 delete my_data->instance_dispatch_table;
190 return my_data->instance_dispatch_table->EnumerateDeviceExtensionProperties(physicalDevice, NULL, pCount, pProperties);
254 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
267 my_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallback);
280 my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, callback, pAllocator);
  /external/vulkan-validation-layers/layers/
swapchain.h 273 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),
unique_objects.h 92 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:unique_objects::layer_data
vk_layer_table.h 39 VkLayerInstanceDispatchTable *instance_dispatch_table(void *object);
threading.cpp 69 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);
unique_objects.cpp 56 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->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix
    [all...]
swapchain.cpp 227 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->CreateWaylandSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface)
    [all...]
image.cpp 62 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...]
vk_layer_table.cpp 38 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);
threading.h 216 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:layer_data
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/swapchain/
swapchain.cpp 93 VkLayerInstanceDispatchTable *pDisp = my_data->instance_dispatch_table;
255 my_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
256 layer_init_instance_dispatch_table(*pInstance, my_data->instance_dispatch_table, fpGetInstanceProcAddr);
258 my_data->report_data = debug_report_create_instance(my_data->instance_dispatch_table, *pInstance,
278 my_data->instance_dispatch_table->DestroyInstance(instance, pAllocator);
345 delete my_data->instance_dispatch_table;
355 my_data->instance_dispatch_table->GetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount,
407 result = my_data->instance_dispatch_table->CreateAndroidSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
467 result = my_data->instance_dispatch_table->CreateMirSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
519 result = my_data->instance_dispatch_table->GetPhysicalDeviceMirPresentationSupportKHR(physicalDevice, queueFamilyIndex
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/image/
image.cpp 61 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:image::layer_data
68 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), physicalDevice(0),
91 VkResult res = my_data->instance_dispatch_table->CreateDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pMsgCallback);
102 my_data->instance_dispatch_table->DestroyDebugReportCallbackEXT(instance, msgCallback, pAllocator);
110 my_data->instance_dispatch_table->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix,
134 my_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
135 layer_init_instance_dispatch_table(*pInstance, my_data->instance_dispatch_table, fpGetInstanceProcAddr);
137 my_data->report_data = debug_report_create_instance(my_data->instance_dispatch_table, *pInstance,
149 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
160 delete my_data->instance_dispatch_table;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
vk_layer_table.cpp 38 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);
104 fprintf(stderr, "instance_dispatch_table: map: 0x%p, object: 0x%p, key: 0x%p, table: 0x%p\n", &tableInstanceMap, object, key,
107 fprintf(stderr, "instance_dispatch_table: map: 0x%p, object: 0x%p, key: 0x%p, table: UNKNOWN\n", &tableInstanceMap, object, key);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp 119 VkLayerInstanceDispatchTable *instance_dispatch_table; member in struct:core_validation::layer_data
157 : report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), device_extensions(),
    [all...]

Completed in 121 milliseconds

1 2