Home | History | Annotate | Download | only in loader

Lines Matching refs:phys_dev

605                               struct loader_physical_device *phys_dev,
626 phys_dev->this_icd->this_icd_lib->lib_name, spec_version);
3462 res = fpCreateDevice(pd->phys_dev, &loader_create_info, pAllocator,
3559 struct loader_physical_device *phys_dev,
3571 loader_log(phys_dev->this_icd->this_instance,
3772 struct loader_physical_device *phys_dev;
3773 phys_dev = (struct loader_physical_device *)physicalDevice;
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,
3851 // VkResult res = fpCreateDevice(phys_dev->phys_dev, &localCreateInfo,
3853 res = phys_dev->this_icd->CreateDevice(phys_dev->phys_dev, &localCreateInfo,
3950 inst->phys_devs_term[idx].phys_dev = phys_devs[i].phys_devs[j];
3968 struct loader_physical_device *phys_dev =
3970 struct loader_icd *icd = phys_dev->this_icd;
3973 icd->GetPhysicalDeviceProperties(phys_dev->phys_dev, pProperties);
3979 struct loader_physical_device *phys_dev =
3981 struct loader_icd *icd = phys_dev->this_icd;
3985 phys_dev->phys_dev, pQueueFamilyPropertyCount, pProperties);
3991 struct loader_physical_device *phys_dev =
3993 struct loader_icd *icd = phys_dev->this_icd;
3996 icd->GetPhysicalDeviceMemoryProperties(phys_dev->phys_dev, pProperties);
4002 struct loader_physical_device *phys_dev =
4004 struct loader_icd *icd = phys_dev->this_icd;
4007 icd->GetPhysicalDeviceFeatures(phys_dev->phys_dev, pFeatures);
4014 struct loader_physical_device *phys_dev =
4016 struct loader_icd *icd = phys_dev->this_icd;
4019 icd->GetPhysicalDeviceFormatProperties(phys_dev->phys_dev, format,
4028 struct loader_physical_device *phys_dev =
4030 struct loader_icd *icd = phys_dev->this_icd;
4036 phys_dev->phys_dev, format, type, tiling, usage, flags,
4046 struct loader_physical_device *phys_dev =
4048 struct loader_icd *icd = phys_dev->this_icd;
4052 phys_dev->phys_dev, format, type, samples, usage, tiling,
4059 struct loader_physical_device *phys_dev;
4067 phys_dev = (struct loader_physical_device *)physicalDevice;
4071 struct loader_icd *icd = phys_dev->this_icd;
4076 res = icd->EnumerateDeviceExtensionProperties(phys_dev->phys_dev, NULL,
4093 res = loader_init_device_extensions(icd->this_instance, phys_dev,