HomeSort by relevance Sort by last modified time
    Searched full:devid (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_chipset.h 52 #define IS_IGDGM(devid) (devid == PCI_CHIP_IGD_GM)
53 #define IS_IGDG(devid) (devid == PCI_CHIP_IGD_G)
54 #define IS_IGD(devid) (IS_IGDG(devid) || IS_IGDGM(devid))
127 #define IS_MOBILE(devid) (devid == PCI_CHIP_I855_GM || \
128 devid == PCI_CHIP_I915_GM ||
    [all...]
intel_context.c 623 const int devID = intelScreen->deviceID;
624 if (IS_SNB_GT1(devID) || IS_IVB_GT1(devID) || IS_HSW_GT1(devID))
626 else if (IS_SNB_GT2(devID) || IS_IVB_GT2(devID) || IS_HSW_GT2(devID))
631 if (IS_HASWELL(devID)) {
633 } else if (IS_G4X(devID)) {
635 } else if (IS_945(devID)) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_chipset.h 52 #define IS_IGDGM(devid) (devid == PCI_CHIP_IGD_GM)
53 #define IS_IGDG(devid) (devid == PCI_CHIP_IGD_G)
54 #define IS_IGD(devid) (IS_IGDG(devid) || IS_IGDGM(devid))
127 #define IS_MOBILE(devid) (devid == PCI_CHIP_I855_GM || \
128 devid == PCI_CHIP_I915_GM ||
    [all...]
intel_context.c 623 const int devID = intelScreen->deviceID;
624 if (IS_SNB_GT1(devID) || IS_IVB_GT1(devID) || IS_HSW_GT1(devID))
626 else if (IS_SNB_GT2(devID) || IS_IVB_GT2(devID) || IS_HSW_GT2(devID))
631 if (IS_HASWELL(devID)) {
633 } else if (IS_G4X(devID)) {
635 } else if (IS_945(devID)) {
    [all...]
  /external/chromium_org/ui/events/x/
touch_factory_x11.cc 66 unsigned int devid; local
70 if (base::StringToInt(*iter, reinterpret_cast<int*>(&devid)))
71 device_ids.push_back(devid);
  /device/lge/hammerhead/
bcmdhd.cal_4335 21 devid=0x43ae
bcmdhd.cal 26 devid=0x43ae
bcmdhd.cal_4339 23 devid=0x43ae
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_milan.c 67 modeinfo.number = inf->devID;
SDL_xbios_milan.h 98 unsigned long devID; /* device id number */
SDL_xbios.c 499 si.devID = XBIOS_oldvmode;
  /frameworks/base/services/common_time/
common_time_server_packets.cpp 65 inline uint64_t packDeviceID(uint64_t devID, uint8_t prio) {
66 return (devID & kDeviceIDMask) |
  /device/samsung/manta/
bcmdhd.cal 2 devid=0x4374
  /external/chromium/chrome/common/
child_process_logging_mac.mm 24 const char *kGPUDeviceIdParamName = "gpu-devid";
  /external/kernel-headers/original/asm-mips/mips-boards/
msc01_pci.h 33 #define MSC01_PCI_HEAD0_OFS 0x2000 /* DevID, VendorID */
  /external/chromium_org/chrome/common/
crash_keys.cc 74 const char kGPUDeviceID[] = "gpu-devid";
  /external/chromium/chrome/browser/ui/
browser_init.cc 1405 unsigned int devid; local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 637 __u64 devid; member in struct:btrfs_dev_item
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmdevs.h 222 #define BCM4712_MIPS_ID 0x4720 /* 4712 base devid */
223 #define BCM4716_DEVICE_ID 0x4722 /* 4716 base devid */
    [all...]

Completed in 506 milliseconds