Searched refs:EnumerateAdapterPhysicalDevices (Results 1 - 4 of 4) sorted by relevance
/third_party/vulkan-loader/loader/ |
H A D | loader_common.h | 459 PFN_vk_icdEnumerateAdapterPhysicalDevices EnumerateAdapterPhysicalDevices; member
|
H A D | loader_windows.c | 800 VkResult res = icd_term->scanned_icd->EnumerateAdapterPhysicalDevices(icd_term->instance, luid, &count, NULL); in enumerate_adapter_physical_devices() 825 } while ((res = icd_term->scanned_icd->EnumerateAdapterPhysicalDevices(icd_term->instance, luid, &count, in enumerate_adapter_physical_devices() 839 // Because the loader calls EnumerateAdapterPhysicalDevices on all drivers with each DXGI Adapter, if there are multiple drivers in enumerate_adapter_physical_devices() 981 // This is the new behavior, which cannot be run unless the ICD provides EnumerateAdapterPhysicalDevices in windows_read_sorted_physical_devices() 982 if (icd_term->scanned_icd->EnumerateAdapterPhysicalDevices == NULL) { in windows_read_sorted_physical_devices()
|
H A D | loader.c | 1523 new_scanned_icd->EnumerateAdapterPhysicalDevices = fp_enum_dxgi_adapter_phys_devs; in loader_add_direct_driver() 1808 new_scanned_icd->EnumerateAdapterPhysicalDevices = fp_enum_dxgi_adapter_phys_devs; in loader_scanned_icd_add() 6177 // EnumerateAdapterPhysicalDevices and EnumeratePhysicalDevices and we need to skip it.
|
/third_party/vulkan-loader/tests/ |
H A D | loader_regression_tests.cpp | 4239 TEST(EnumerateAdapterPhysicalDevices, SameAdapterLUID_reordered) { in TEST() 4335 TEST(EnumerateAdapterPhysicalDevices, SameAdapterLUID_same_order) { in TEST()
|
Completed in 18 milliseconds