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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_chipset.h 191 #define IS_IVYBRIDGE(devid) (IS_IVB_GT1(devid) || IS_IVB_GT2(devid))
193 #define IS_GEN7(devid) (IS_IVYBRIDGE(devid) || \
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_chipset.h 191 #define IS_IVYBRIDGE(devid) (IS_IVB_GT1(devid) || IS_IVB_GT2(devid))
193 #define IS_GEN7(devid) (IS_IVYBRIDGE(devid) || \

Completed in 1261 milliseconds