Home
last modified time | relevance | path

Searched refs:dev_props (Results 1 - 2 of 2) sorted by relevance

/third_party/vulkan-loader/loader/
H A Dloader_linux.c256 VkPhysicalDeviceProperties dev_props = {}; in linux_read_sorted_physical_devices() local
263 icd_term->dispatch.GetPhysicalDeviceProperties(sorted_device_info[index].physical_device, &dev_props); in linux_read_sorted_physical_devices()
264 sorted_device_info[index].device_type = dev_props.deviceType; in linux_read_sorted_physical_devices()
265 strncpy(sorted_device_info[index].device_name, dev_props.deviceName, VK_MAX_PHYSICAL_DEVICE_NAME_SIZE); in linux_read_sorted_physical_devices()
266 sorted_device_info[index].vendor_id = dev_props.vendorID; in linux_read_sorted_physical_devices()
267 sorted_device_info[index].device_id = dev_props.deviceID; in linux_read_sorted_physical_devices()
270 loader_check_version_meets_required(LOADER_VERSION_1_1_0, loader_make_version(dev_props.apiVersion)); in linux_read_sorted_physical_devices()
359 VkPhysicalDeviceProperties dev_props = {}; in linux_sort_physical_device_groups() local
366 &dev_props); in linux_sort_physical_device_groups()
367 sorted_group_term[group].internal_device_info[gpu].device_type = dev_props in linux_sort_physical_device_groups()
[all...]
H A Dloader_windows.c894 VkPhysicalDeviceProperties dev_props = {0}; in sort_physical_devices_with_same_luid() local
896 &dev_props); in sort_physical_devices_with_same_luid()
899 loader_check_version_meets_required(LOADER_VERSION_1_1_0, loader_make_version(dev_props.apiVersion)); in sort_physical_devices_with_same_luid()

Completed in 6 milliseconds