HomeSort by relevance Sort by last modified time
    Searched refs:disp_table (Results 1 - 5 of 5) sorted by null

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
unique_objects.cpp 56 VkLayerInstanceDispatchTable *disp_table = instance_data->instance_dispatch_table; local
57 instance_ext_map[disp_table] = {};
61 instance_ext_map[disp_table].wsi_enabled = true;
64 instance_ext_map[disp_table].display_enabled = true;
68 instance_ext_map[disp_table].xlib_enabled = true;
73 instance_ext_map[disp_table].xcb_enabled = true;
78 instance_ext_map[disp_table].wayland_enabled = true;
83 instance_ext_map[disp_table].mir_enabled = true;
88 instance_ext_map[disp_table].android_enabled = true;
93 instance_ext_map[disp_table].win32_enabled = true
112 VkLayerDispatchTable *disp_table = device_data->device_dispatch_table; local
194 VkLayerInstanceDispatchTable *disp_table = instance_data->instance_dispatch_table; local
305 VkLayerDispatchTable *disp_table = dev_data->device_dispatch_table; local
327 VkLayerInstanceDispatchTable *disp_table = instance_data->instance_dispatch_table; local
    [all...]
parameter_validation.cpp 1444 VkLayerInstanceDispatchTable *disp_table = get_dispatch_table(pc_instance_table_map, pPhysicalDevices[i]); local
    [all...]
  /external/vulkan-validation-layers/layers/
unique_objects.cpp 152 VkLayerInstanceDispatchTable *disp_table = &instance_data->dispatch_table; local
153 disp_table->DestroyInstance(instance, pAllocator);
274 VkLayerInstanceDispatchTable *disp_table = &instance_data->dispatch_table; local
275 if (disp_table->GetPhysicalDeviceProcAddr == NULL) {
278 return disp_table->GetPhysicalDeviceProcAddr(instance, funcName);
    [all...]
  /external/vulkan-validation-layers/loader/
trampoline.c 84 const VkLayerDispatchTable *disp_table = *(VkLayerDispatchTable **)device; local
85 if (disp_table == NULL) return NULL;
87 addr = loader_lookup_device_dispatch_table(disp_table, pName);
90 if (disp_table->GetDeviceProcAddr == NULL) return NULL;
91 return disp_table->GetDeviceProcAddr(device, pName);
    [all...]
loader.c 3796 VkLayerInstanceDispatchTable *disp_table = *(VkLayerInstanceDispatchTable **)inst; local
3819 VkLayerInstanceDispatchTable *disp_table = *(VkLayerInstanceDispatchTable **)inst; local
3859 VkLayerInstanceDispatchTable *disp_table = *(VkLayerInstanceDispatchTable **)inst; local
    [all...]

Completed in 129 milliseconds