Home
last modified time | relevance | path

Searched refs:this_icd (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/loader/
Dwsi.c220 (struct loader_instance *)phys_dev->this_icd->this_instance; in terminator_GetPhysicalDeviceSurfaceSupportKHR()
229 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceSurfaceSupportKHR()
275 (struct loader_instance *)phys_dev->this_icd->this_instance; in terminator_GetPhysicalDeviceSurfaceCapabilitiesKHR()
284 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceSurfaceCapabilitiesKHR()
330 (struct loader_instance *)phys_dev->this_icd->this_instance; in terminator_GetPhysicalDeviceSurfaceFormatsKHR()
339 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceSurfaceFormatsKHR()
386 (struct loader_instance *)phys_dev->this_icd->this_instance; in terminator_GetPhysicalDeviceSurfacePresentModesKHR()
395 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceSurfacePresentModesKHR()
645 (struct loader_instance *)phys_dev->this_icd->this_instance; in terminator_GetPhysicalDeviceWin32PresentationSupportKHR()
655 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceWin32PresentationSupportKHR()
[all …]
Dloader.c65 struct loader_icd *this_icd; member
804 phys_dev->this_icd->this_icd_lib->lib_name, spec_version);
4301 PFN_vkCreateDevice fpCreateDevice = phys_dev->this_icd->CreateDevice;
4307 loader_log(phys_dev->this_icd->this_instance,
4310 phys_dev->this_icd->this_icd_lib->lib_name);
4340 res = loader_init_generic_list(phys_dev->this_icd->this_instance,
4348 phys_dev->this_icd->this_instance,
4349 phys_dev->this_icd->EnumerateDeviceExtensionProperties,
4350 phys_dev->phys_dev, phys_dev->this_icd->this_icd_lib->lib_name,
4365 loader_log(phys_dev->this_icd->this_instance,
[all …]
Dextensions.c56 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceExternalImageFormatPropertiesNV()
Dloader.h341 struct loader_icd *this_icd; member