Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
Dtrampoline.c110 const VkLayerDispatchTable *disp_table = *(VkLayerDispatchTable **)device; in vkGetDeviceProcAddr() local
111 if (disp_table == NULL) in vkGetDeviceProcAddr()
114 addr = loader_lookup_device_dispatch_table(disp_table, pName); in vkGetDeviceProcAddr()
118 if (disp_table->GetDeviceProcAddr == NULL) in vkGetDeviceProcAddr()
120 return disp_table->GetDeviceProcAddr(device, pName); in vkGetDeviceProcAddr()
Dloader.c2614 VkLayerInstanceDispatchTable *disp_table = local
2618 if (disp_table == NULL)
2622 addr = loader_lookup_instance_dispatch_table(disp_table, pName, &found_name);