| /xsrc/external/mit/MesaLib/dist/src/vulkan/device-select-layer/ |
| device_select.h | 33 uint32_t vendor_id; member in struct:device_info
|
| device_select_wayland.c | 133 if (info.dev_info->deviceinfo.pci->vendor_id == devices[i].dev_info.vendor_id &&
|
| device_select_x11.c | 110 if (xdev->deviceinfo.pci->vendor_id == devices[i].dev_info.vendor_id &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/loader/ |
| loader.h | 47 loader_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id);
|
| loader.c | 388 drm_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id) 395 *vendor_id = device->deviceinfo.pci->vendor_id; 416 loader_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id) 419 if (drm_get_pci_id_for_fd(fd, vendor_id, chip_id)) 440 int vendor_id, chip_id, i, j; local 460 if (!loader_get_pci_id_for_fd(fd, &vendor_id, &chip_id)) { 468 if (vendor_id != driver_map[i].vendor_id) 489 fd, vendor_id, chip_id, driver) [all...] |
| /xsrc/external/mit/libpciaccess/dist/src/ |
| common_device_name.c | 313 dev->id.vendor_id = vend->vendor; 356 if ( m->vendor_id == PCI_MATCH_ANY ) { 361 vend = insert( m->vendor_id ); 374 if ( DO_MATCH( m->vendor_id, d->id.vendor_id ) 399 if ( m->vendor_id == PCI_MATCH_ANY ) { 404 vend = insert( m->vendor_id ); 462 m.vendor_id = dev->vendor_id; 487 m.vendor_id = dev->vendor_id [all...] |
| common_iterator.c | 200 if ( PCI_ID_COMPARE( iter->match.id.vendor_id, temp->base.vendor_id )
|
| /xsrc/external/mit/MesaLib/dist/src/loader/ |
| loader.h | 47 loader_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id);
|
| loader.c | 388 drm_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id) 403 *vendor_id = device->deviceinfo.pci->vendor_id; 412 loader_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id) 415 return drm_get_pci_id_for_fd(fd, vendor_id, chip_id); 435 int vendor_id, chip_id, i, j; local 438 if (!loader_get_pci_id_for_fd(fd, &vendor_id, &chip_id)) 442 if (vendor_id != driver_map[i].vendor_id) 463 fd, vendor_id, chip_id, driver) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipe-loader/ |
| pipe_loader.h | 62 int vendor_id; member in struct:pipe_loader_device::__anon1056::__anon1057
|
| pipe_loader_drm.c | 126 int vendor_id, chip_id; local 131 if (loader_get_pci_id_for_fd(fd, &vendor_id, &chip_id)) { 133 ddev->base.u.pci.vendor_id = vendor_id;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipe-loader/ |
| pipe_loader.h | 62 int vendor_id; member in struct:pipe_loader_device::__anon3565::__anon3566
|
| pipe_loader_drm.c | 174 int vendor_id, chip_id; local 179 if (loader_get_pci_id_for_fd(fd, &vendor_id, &chip_id)) { 181 ddev->base.u.pci.vendor_id = vendor_id;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/ |
| util.c | 65 if (dev->vendor_id != 0x8086)
|
| stepping.c | 60 if (dev->vendor_id != 0x8086) 132 dev->vendor_id,
|
| main.c | 61 if (dev->vendor_id != 0x8086)
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| nv_const.h | 11 #define VENDOR_ID(p) (p)->vendor_id 18 #define VENDOR_ID(p) (p)->vendor
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3dadapter9/ |
| drm.c | 73 unsigned vendor_id; member in struct:fallback_card_config 138 *vendorid = fallback_cards[0].vendor_id; 165 if (fallback_cards[i].vendor_id == override_vendorid) { 168 fallback_cards[i].vendor_id, 170 drvid->VendorId = fallback_cards[i].vendor_id; 184 d3d_match_vendor_id(drvid, fallback_cards[0].vendor_id, fallback_cards[0].device_id, fallback_cards[0].name);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/d3dadapter9/ |
| drm.c | 69 unsigned vendor_id; member in struct:fallback_card_config 134 *vendorid = fallback_cards[0].vendor_id; 161 if (fallback_cards[i].vendor_id == override_vendorid) { 164 fallback_cards[i].vendor_id, 166 drvid->VendorId = fallback_cards[i].vendor_id; 180 d3d_match_vendor_id(drvid, fallback_cards[0].vendor_id, fallback_cards[0].device_id, fallback_cards[0].name);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| d3d12_screen.h | 87 uint32_t vendor_id; member in struct:d3d12_screen
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| device.hpp | 51 cl_uint vendor_id() const;
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| atipcirename.h | 39 #define PCI_DEV_VENDOR_ID(_pcidev) ((_pcidev)->vendor_id)
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/bios_reader/ |
| bios_dumper.c | 75 if (dev->vendor_id != 0x8086)
|
| swf_dumper.c | 94 if (dev->vendor_id != 0x8086)
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/pci_ids/ |
| pci_id_driver_map.h | 61 int vendor_id; member in struct:__anon9994
|