Searched refs:vendor_id (Results 1 - 25 of 117) sorted by relevance

12345

/xsrc/external/mit/MesaLib.old/dist/src/loader/
H A Dloader.h47 loader_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id);
H A Dloader.c388 drm_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id) argument
395 *vendor_id = device->deviceinfo.pci->vendor_id;
416 loader_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id) argument
419 if (drm_get_pci_id_for_fd(fd, vendor_id, chip_id))
440 int vendor_id, chip_id, i, j; local in function:loader_get_driver_for_fd
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_i
[all...]
/xsrc/external/mit/MesaLib/dist/src/vulkan/device-select-layer/
H A Ddevice_select.h33 uint32_t vendor_id; member in struct:device_info
H A Ddevice_select_wayland.c133 if (info.dev_info->deviceinfo.pci->vendor_id == devices[i].dev_info.vendor_id &&
H A Ddevice_select_x11.c110 if (xdev->deviceinfo.pci->vendor_id == devices[i].dev_info.vendor_id &&
/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_device_name.c313 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
[all...]
H A Dcommon_iterator.c200 if ( PCI_ID_COMPARE( iter->match.id.vendor_id, temp->base.vendor_id )
/xsrc/external/mit/MesaLib/dist/src/loader/
H A Dloader.h47 loader_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id);
H A Dloader.c388 drm_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id) argument
403 *vendor_id = device->deviceinfo.pci->vendor_id;
412 loader_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id) argument
415 return drm_get_pci_id_for_fd(fd, vendor_id, chip_id);
435 int vendor_id, chip_id, i, j; local in function:loader_get_pci_driver
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_i
[all...]
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_const.h11 #define VENDOR_ID(p) (p)->vendor_id
/xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
H A Dutil.c65 if (dev->vendor_id != 0x8086)
H A Dstepping.c60 if (dev->vendor_id != 0x8086)
132 dev->vendor_id,
H A Dmain.c61 if (dev->vendor_id != 0x8086)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.h62 int vendor_id; member in struct:pipe_loader_device::__anon83092445010a::__anon830924450208
H A Dpipe_loader_drm.c174 int vendor_id, chip_id; local in function:pipe_loader_drm_probe_fd_nodup
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/MesaLib/dist/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.h62 int vendor_id; member in struct:pipe_loader_device::__anon4753a8b8010a::__anon4753a8b80208
H A Dpipe_loader_drm.c126 int vendor_id, chip_id; local in function:pipe_loader_drm_probe_fd_nodup
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/targets/d3dadapter9/
H A Ddrm.c69 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/targets/d3dadapter9/
H A Ddrm.c73 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/xf86-video-intel-old/dist/src/bios_reader/
H A Dbios_dumper.c75 if (dev->vendor_id != 0x8086)
H A Dswf_dumper.c94 if (dev->vendor_id != 0x8086)
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Datipcirename.h39 #define PCI_DEV_VENDOR_ID(_pcidev) ((_pcidev)->vendor_id)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Ddevice.hpp51 cl_uint vendor_id() const;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_screen.h87 uint32_t vendor_id; member in struct:d3d12_screen
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/pci_ids/
H A Dpci_id_driver_map.h61 int vendor_id; member in struct:__anon3ba3d1a10108

Completed in 18 milliseconds

12345