Searched refs:this_icd (Results 1 – 4 of 4) sorted by relevance
/external/vulkan-validation-layers/loader/ |
D | wsi.c | 255 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceSurfaceSupportKHR() 296 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceSurfaceCapabilitiesKHR() 335 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceSurfaceFormatsKHR() 376 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceSurfacePresentModesKHR() 538 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceWin32PresentationSupportKHR() 627 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceMirPresentationSupportKHR() 714 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceWaylandPresentationSupportKHR() 804 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceXcbPresentationSupportKHR() 893 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceXlibPresentationSupportKHR() 981 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceDisplayPropertiesKHR() [all …]
|
D | loader.c | 71 struct loader_icd *this_icd; member 626 phys_dev->this_icd->this_icd_lib->lib_name, spec_version); in loader_init_device_extensions() 3571 loader_log(phys_dev->this_icd->this_instance, 3789 (PFN_vkCreateDevice)fpGetInstanceProcAddr(phys_dev->this_icd->instance, 3823 if (!loader_init_generic_list(phys_dev->this_icd->this_instance, 3830 phys_dev->this_icd->this_instance, phys_dev->this_icd, 3831 phys_dev->phys_dev, phys_dev->this_icd->this_icd_lib->lib_name, 3853 res = phys_dev->this_icd->CreateDevice(phys_dev->phys_dev, &localCreateInfo, 3910 phys_devs[i].this_icd = icd; 3939 icd = phys_devs[i].this_icd; [all …]
|
D | trampoline.c | 506 inst->phys_devs[i].this_icd = inst->phys_devs_term[i].this_icd; 600 icd = phys_dev->this_icd; 606 inst = (struct loader_instance *)phys_dev->this_icd->this_instance; 635 phys_dev->this_icd->this_icd_lib->lib_name, &icd_exts); 785 const struct loader_instance *inst = phys_dev->this_icd->this_instance; 841 const struct loader_instance *inst = phys_dev->this_icd->this_instance;
|
D | loader.h | 340 struct loader_icd *this_icd; member
|