Home
last modified time | relevance | path

Searched refs:disp_table (Results 1 - 2 of 2) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dloader.c3975 VkLayerInstanceDispatchTable *disp_table = *(VkLayerInstanceDispatchTable **)inst;
3977 if (disp_table == NULL) return NULL;
3982 disp_table = &loader_inst->terminator_dispatch;
3986 void *addr = loader_lookup_instance_dispatch_table(disp_table, pName, &found_name);
4025 VkLayerInstanceDispatchTable *disp_table = *(VkLayerInstanceDispatchTable **)inst;
4027 if (disp_table == NULL) return NULL;
4070 disp_table = &loader_inst->terminator_dispatch;
4074 void *addr = loader_lookup_instance_dispatch_table(disp_table, pName, &found_name);
H A Dtrampoline.c154 const VkLayerDispatchTable *disp_table = loader_get_dispatch(device); in vkGetDeviceProcAddr() local
155 if (disp_table == NULL) return NULL; in vkGetDeviceProcAddr()
158 void *addr = loader_lookup_device_dispatch_table(disp_table, pName, &found_name); in vkGetDeviceProcAddr()
161 if (disp_table->GetDeviceProcAddr == NULL) return NULL; in vkGetDeviceProcAddr()
162 return disp_table->GetDeviceProcAddr(device, pName); in vkGetDeviceProcAddr()

Completed in 17 milliseconds