HomeSort by relevance Sort by last modified time
    Searched refs:IS_ILD (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_chipset.h 146 #define IS_ILD(devid) (devid == PCI_CHIP_ILD_G)
148 #define IS_GEN5(devid) (IS_ILD(devid) || IS_ILM(devid))
  /external/libdrm/intel/
intel_chipset.h 211 #define IS_ILD(devid) ((devid) == PCI_CHIP_ILD_G)
245 #define IS_GEN5(devid) (IS_ILD(devid) || IS_ILM(devid))

Completed in 2450 milliseconds