Searched refs:pci_domain (Results 1 – 15 of 15) sorted by relevance
/third_party/vulkan-loader/loader/ |
D | loader_linux.c | 99 if (left->pci_domain < right->pci_domain) { in compare_devices() 101 } else if (left->pci_domain > right->pci_domain) { in compare_devices() 170 if (left->pci_domain < right->pci_domain) { in compare_device_groups() 172 } else if (left->pci_domain > right->pci_domain) { in compare_device_groups() 307 sorted_device_info[index].pci_domain = pci_props.pciDomain; in linux_read_sorted_physical_devices() 410 … sorted_group_term[group].internal_device_info[gpu].pci_domain = pci_props.pciDomain; in linux_sort_physical_device_groups()
|
D | loader_common.h | 408 uint32_t pci_domain; member
|
/third_party/mesa3d/src/intel/common/ |
D | intel_uuid.c | 44 _mesa_sha1_update(&sha1_ctx, &devinfo->pci_domain, in intel_uuid_compute_device_id() 45 sizeof(devinfo->pci_domain)); in intel_uuid_compute_device_id()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_sqtt.c | 163 info->pci_domain, info->pci_bus, info->pci_dev, info->pci_func); in ac_check_profile_state()
|
D | ac_gpu_info.h | 74 uint32_t pci_domain; member
|
D | ac_gpu_info.c | 608 info->pci_domain = devinfo->businfo.pci->domain; in ac_query_gpu_info() 1391 uint_uuid[0] = info->pci_domain; in ac_compute_device_uuid() 1449 fprintf(f, " pci (domain:bus:dev.func): %04x:%02x:%02x.%x\n", info->pci_domain, info->pci_bus, in ac_print_gpu_info()
|
/third_party/mesa3d/src/intel/dev/ |
D | intel_device_info.h | 108 uint16_t pci_domain; member
|
D | intel_dev_info.c | 129 fprintf(stdout, " PCI domain: 0x%x\n", devinfo.pci_domain); in main()
|
D | intel_device_info.c | 1959 devinfo->pci_domain = drmdev->businfo.pci->domain; in intel_get_device_info_from_fd()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_screen.c | 237 return r300screen->info.pci_domain; in r300_get_param()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.c | 527 return rscreen->b.info.pci_domain; in r600_get_param()
|
D | r600_pipe_common.c | 1281 rscreen->info.pci_domain, rscreen->info.pci_bus, in r600_common_screen_init()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_get.c | 392 return sscreen->info.pci_domain; in si_get_param()
|
/third_party/opencl-headers/CL/ |
D | cl_ext.h | 1084 cl_uint pci_domain; member
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 2538 properties->pciDomain = pdevice->info.pci_domain; in anv_GetPhysicalDeviceProperties2()
|