Searched refs:supported_devices (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/tool/pps/
H A Dpps_driver.cc84 auto supported_devices = Driver::supported_device_names(); local in function:pps::Driver::default_driver_name
87 if (CONTAINS(supported_devices, device.name)) {
97 auto supported_devices = Driver::supported_device_names(); local in function:pps::Driver::find_driver_name
107 std::copy(supported_devices.begin(),
108 supported_devices.end() - 1,
110 drivers_os << supported_devices.back();
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86str.h322 const struct pci_id_match * supported_devices; member in struct:_DriverRec
H A Dxf86pciBus.c424 const struct pci_id_match * const devices = drvp->supported_devices;
471 const struct pci_id_match * const devices = drvp->supported_devices;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86str.h228 const struct pci_id_match *supported_devices; member in struct:_DriverRec
H A Dxf86pciBus.c440 const struct pci_id_match *const devices = drvp->supported_devices;
487 const struct pci_id_match *const devices = drvp->supported_devices;
H A Dxf86platformBus.c495 const struct pci_id_match *const devices = drvp->supported_devices;

Completed in 11 milliseconds