Searched refs:loader_icd (Results 1 – 6 of 6) sorted by relevance
/external/vulkan-validation-layers/loader/ |
D | loader.h | 198 struct loader_icd { struct 263 struct loader_icd *next; argument 281 struct loader_icd *icds; 340 struct loader_icd *this_icd; 457 struct loader_icd *icd, 497 struct loader_icd *loader_get_icd_and_device(const VkDevice device, 508 struct loader_icd *icd, 525 struct loader_icd *icd, 534 struct loader_icd *icd,
|
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; 636 struct loader_icd *icd, in loader_add_device_extensions() 1106 struct loader_icd *loader_get_icd_and_device(const VkDevice device, in loader_get_icd_and_device() 1111 for (struct loader_icd *icd = inst->icds; icd; icd = icd->next) { in loader_get_icd_and_device() 1154 struct loader_icd *icd, in loader_remove_logical_device() 1176 struct loader_icd *icd) { in loader_icd_destroy() 1189 static struct loader_icd * 1191 struct loader_icd *icd; in loader_icd_create() 1203 static struct loader_icd * 1206 struct loader_icd *icd; in loader_icd_add() [all …]
|
D | debug_report.c | 193 const struct loader_icd *icd; in terminator_CreateDebugReportCallback() 247 const struct loader_icd *icd; in terminator_DestroyDebugReportCallback() 270 const struct loader_icd *icd; in terminator_DebugReportMessage()
|
D | table_ops.h | 41 struct loader_icd *icd = loader_get_icd_and_device(dev, &found_dev); in vkDevExtError()
|
D | trampoline.c | 590 struct loader_icd *icd; 749 struct loader_icd *icd = loader_get_icd_and_device(device, &dev);
|