Searched refs:icd_devices (Results 1 - 2 of 2) sorted by relevance
/third_party/vulkan-loader/loader/ |
H A D | loader_linux.c | 236 struct loader_icd_physical_devices *icd_devices, uint32_t phys_dev_count, in linux_read_sorted_physical_devices() 254 for (uint32_t phys_dev = 0; phys_dev < icd_devices[icd_idx].device_count; ++phys_dev) { in linux_read_sorted_physical_devices() 255 struct loader_icd_term *icd_term = icd_devices[icd_idx].icd_term; in linux_read_sorted_physical_devices() 258 sorted_device_info[index].physical_device = icd_devices[icd_idx].physical_devices[phys_dev]; in linux_read_sorted_physical_devices() 235 linux_read_sorted_physical_devices(struct loader_instance *inst, uint32_t icd_count, struct loader_icd_physical_devices *icd_devices, uint32_t phys_dev_count, struct loader_physical_device_term **sorted_device_term) linux_read_sorted_physical_devices() argument
|
/third_party/vulkan-loader/tests/ |
H A D | loader_layer_tests.cpp | 4529 const uint32_t icd_devices = 6; in TEST() local 4537 ASSERT_GT(dev_count, icd_devices); in TEST() 4539 auto not_exp_physical_devices = std::vector<VkPhysicalDevice>(icd_devices); in TEST() 4540 uint32_t returned_phys_dev_count = icd_devices; in TEST() 4542 ASSERT_EQ(icd_devices, returned_phys_dev_count); in TEST() 4549 uint32_t diff_count = dev_count - icd_devices; in TEST() 4558 for (uint32_t incomp = 0; incomp < icd_devices; ++incomp) { in TEST() 4569 ASSERT_EQ(found_incomplete, icd_devices); in TEST() 4606 const uint32_t icd_devices = 6; in TEST() local 4614 ASSERT_LT(dev_count, icd_devices); in TEST() 4656 const uint32_t icd_devices = 6; TEST() local 4706 const uint32_t icd_devices = 6; TEST() local [all...] |
Completed in 9 milliseconds