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

  /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) || \
  /external/libdrm/intel/
intel_chipset.h 245 #define IS_GEN7(devid) (IS_IVYBRIDGE(devid) || \
249 #define IS_IVYBRIDGE(devid) ((devid) == PCI_CHIP_IVYBRIDGE_GT1 || \

Completed in 26 milliseconds