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

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_chipset.h 147 #define IS_ILM(devid) (devid == PCI_CHIP_ILM_G)
148 #define IS_GEN5(devid) (IS_ILD(devid) || IS_ILM(devid))
  /external/libdrm/intel/
intel_chipset.h 202 #define IS_ILM(devid) ((devid) == PCI_CHIP_ILM_G)
235 #define IS_GEN5(devid) (IS_ILD(devid) || IS_ILM(devid))

Completed in 168 milliseconds