Searched refs:loader_get_pci_id_for_fd (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/loader/ |
D | loader.h | 47 loader_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id);
|
D | loader.c | 412 loader_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id) in loader_get_pci_id_for_fd() function 438 if (!loader_get_pci_id_for_fd(fd, &vendor_id, &chip_id)) in loader_get_pci_driver()
|
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/ |
D | pipe_loader_drm.c | 131 if (loader_get_pci_id_for_fd(fd, &vendor_id, &chip_id)) { in pipe_loader_drm_probe_fd_nodup()
|
/third_party/mesa3d/src/gallium/targets/d3dadapter9/ |
D | drm.c | 129 if (loader_get_pci_id_for_fd(fd, &vid, &did)) { in get_bus_info()
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.3.rst | 196 build error: multiple definition of \`loader_get_pci_id_for_fd'
|