Home
last modified time | relevance | path

Searched refs:get_physical_device_proc_addr (Results 1 - 3 of 3) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dunknown_function_handling.c208 if (NULL != functions->get_physical_device_proc_addr) { in loader_check_layer_list_for_phys_dev_ext_address()
209 return NULL != functions->get_physical_device_proc_addr((VkInstance)inst->instance, funcName); in loader_check_layer_list_for_phys_dev_ext_address()
314 if (layer_prop->interface_version > 1 && NULL != layer_prop->functions.get_physical_device_proc_addr) { in loader_phys_dev_ext_gpa_impl()
316 (PFN_PhysDevExt)layer_prop->functions.get_physical_device_proc_addr(inst->instance, funcName); in loader_phys_dev_ext_gpa_impl()
H A Dloader_common.h105 PFN_GetPhysicalDeviceProcAddr get_physical_device_proc_addr; member
H A Dloader.c4638 layer_prop->functions.get_physical_device_proc_addr = cur_gpdpa;

Completed in 13 milliseconds