Home
last modified time | relevance | path

Searched defs:loader_icd (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/loader/
Dloader.h179 struct loader_icd { struct
181 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 icd
185 PFN_vkGetDeviceProcAddr GetDeviceProcAddr;
186 PFN_vkDestroyInstance DestroyInstance;
187 PFN_vkEnumeratePhysicalDevices EnumeratePhysicalDevices;
188 PFN_vkGetPhysicalDeviceFeatures GetPhysicalDeviceFeatures;
189 PFN_vkGetPhysicalDeviceFormatProperties GetPhysicalDeviceFormatProperties;
[all …]