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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_chipset.h 148 #define IS_GEN5(devid) (IS_ILD(devid) || IS_ILM(devid))
170 #define IS_IRONLAKE(devid) IS_GEN5(devid)
237 IS_GEN5(devid) || \
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_chipset.h 148 #define IS_GEN5(devid) (IS_ILD(devid) || IS_ILM(devid))
170 #define IS_IRONLAKE(devid) IS_GEN5(devid)
237 IS_GEN5(devid) || \

Completed in 2591 milliseconds