Searched refs:loader_get_pci_id_for_fd (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/loader/ |
| H A D | loader.h | 47 loader_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id);
|
| H A D | loader.c | 416 loader_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id) function in typeref:typename:int 460 if (!loader_get_pci_id_for_fd(fd, &vendor_id, &chip_id)) {
|
| /xsrc/external/mit/MesaLib/dist/src/loader/ |
| H A D | loader.h | 47 loader_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id);
|
| H A D | loader.c | 412 loader_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id) function in typeref:typename:bool 438 if (!loader_get_pci_id_for_fd(fd, &vendor_id, &chip_id))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipe-loader/ |
| H A D | pipe_loader_drm.c | 179 if (loader_get_pci_id_for_fd(fd, &vendor_id, &chip_id)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipe-loader/ |
| H A D | pipe_loader_drm.c | 131 if (loader_get_pci_id_for_fd(fd, &vendor_id, &chip_id)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/d3dadapter9/ |
| H A D | drm.c | 125 if (loader_get_pci_id_for_fd(fd, &vid, &did)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3dadapter9/ |
| H A D | drm.c | 129 if (loader_get_pci_id_for_fd(fd, &vid, &did)) {
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.3.rst | 196 build error: multiple definition of \`loader_get_pci_id_for_fd'
|
Completed in 8 milliseconds