Searched defs:loader_icd (Results 1 – 1 of 1) sorted by relevance
179 struct loader_icd { struct181 const struct loader_scanned_icds *this_icd_lib;182 const struct loader_instance *this_instance;183 struct loader_device *logical_device_list;184 VkInstance instance; // instance object from the icd185 PFN_vkGetDeviceProcAddr GetDeviceProcAddr;186 PFN_vkDestroyInstance DestroyInstance;187 PFN_vkEnumeratePhysicalDevices EnumeratePhysicalDevices;188 PFN_vkGetPhysicalDeviceFeatures GetPhysicalDeviceFeatures;189 PFN_vkGetPhysicalDeviceFormatProperties GetPhysicalDeviceFormatProperties;[all …]