Lines Matching defs:handle

1380             if (icd_tramp_list->scanned_list[i].handle) {
1381 loader_platform_close_library(icd_tramp_list->scanned_list[i].handle);
1382 icd_tramp_list->scanned_list[i].handle = NULL;
1516 new_scanned_icd->handle = NULL;
1621 loader_platform_dl_handle handle = NULL;
1634 // This shouldn't happen, but the check is necessary because dlopen returns a handle to the main program when
1646 handle = loader_platform_open_driver(filename);
1648 handle = loader_platform_open_library(filename);
1650 if (NULL == handle) {
1661 fp_negotiate_icd_version = loader_platform_get_proc_address(handle, "vk_icdNegotiateLoaderICDInterfaceVersion");
1667 fp_get_proc_addr = loader_platform_get_proc_address(handle, "vk_icdGetInstanceProcAddr");
1688 fp_get_proc_addr = loader_platform_get_proc_address(handle, "vk_icdGetInstanceProcAddr");
1703 fp_get_proc_addr = loader_platform_get_proc_address(handle, "vkGetInstanceProcAddr");
1716 fp_create_inst = loader_platform_get_proc_address(handle, "vkCreateInstance");
1722 fp_get_inst_ext_props = loader_platform_get_proc_address(handle, "vkEnumerateInstanceExtensionProperties");
1761 fp_get_phys_dev_proc_addr = loader_platform_get_proc_address(handle, "vk_icdGetPhysicalDeviceProcAddr");
1771 fp_enum_dxgi_adapter_phys_devs = loader_platform_get_proc_address(handle, "vk_icdEnumerateAdapterPhysicalDevices");
1801 new_scanned_icd->handle = handle;
2286 // Allow either GLOBAL or INSTANCE type interchangeably to handle layers that must work with older loaders
4001 // Global functions - Do not need a valid instance handle to query
4013 // with a NULL VkInstance handle for a long enough time, it is impractical to fix this bug in the loader
4034 // These functions need a terminator to handle the case of a driver not supporting VK_EXT_debug_utils when there are layers
4934 // Skip the layer if the handle is NULL - this is likely because the library failed to load but wasn't removed from
5869 // ICD handle that error when the user enables the extension here
7100 // first, it guarantees that each physical device will have a loader-specific handle.