Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/loader/
Dwsi.c173 struct loader_icd *icd = &ptr_instance->icds[i]; in terminator_DestroySurfaceKHR()
229 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceSurfaceSupportKHR()
284 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceSurfaceCapabilitiesKHR()
339 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceSurfaceFormatsKHR()
395 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceSurfacePresentModesKHR()
433 struct loader_icd *icd = loader_get_icd_and_device(device, &dev, &icd_index); in terminator_vkCreateSwapchainKHR()
588 struct loader_icd *icd = &ptr_instance->icds[i]; in terminator_CreateWin32SurfaceKHR()
607 struct loader_icd *icd = &ptr_instance->icds[i]; in terminator_CreateWin32SurfaceKHR()
655 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceWin32PresentationSupportKHR()
716 struct loader_icd *icd = &ptr_instance->icds[i]; in terminator_CreateMirSurfaceKHR()
[all …]
Dloader.h179 struct loader_icd { struct
248 struct loader_icd *next; argument
275 struct loader_icd *icds;
341 struct loader_icd *this_icd;
509 struct loader_icd *loader_get_icd_and_device(const VkDevice device,
524 struct loader_icd *icd,
527 struct loader_icd *icd,
Dloader.c65 struct loader_icd *this_icd;
415 struct loader_icd *icd = loader_get_icd_and_device(device, &dev, NULL);
1247 struct loader_icd *loader_get_icd_and_device(const VkDevice device,
1254 for (struct loader_icd *icd = inst->icds; icd; icd = icd->next) {
1316 struct loader_icd *icd,
1323 struct loader_icd *icd,
1346 struct loader_icd *icd,
1358 static struct loader_icd *
1360 struct loader_icd *icd;
1362 icd = loader_instance_heap_alloc(inst, sizeof(struct loader_icd),
[all …]
Ddebug_report.c312 const struct loader_icd *icd;
436 const struct loader_icd *icd;
462 const struct loader_icd *icd;
Dextensions.c56 struct loader_icd *icd = phys_dev->this_icd; in terminator_GetPhysicalDeviceExternalImageFormatPropertiesNV()
Dtable_ops.h34 struct loader_icd *icd = loader_get_icd_and_device(dev, &found_dev, NULL); in vkDevExtError()
Dtrampoline.c759 struct loader_icd *icd = loader_get_icd_and_device(device, &dev, NULL);