Searched refs:disp_table (Results 1 – 2 of 2) sorted by relevance
110 const VkLayerDispatchTable *disp_table = *(VkLayerDispatchTable **)device; in vkGetDeviceProcAddr() local111 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()
2614 VkLayerInstanceDispatchTable *disp_table = local2618 if (disp_table == NULL)2622 addr = loader_lookup_instance_dispatch_table(disp_table, pName, &found_name);