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

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_chipset.h 196 #define IS_HSW_GT1(devid) (devid == PCI_CHIP_HASWELL_GT1 || \
232 #define IS_HASWELL(devid) (IS_HSW_GT1(devid) || \
intel_context.c 624 if (IS_SNB_GT1(devID) || IS_IVB_GT1(devID) || IS_HSW_GT1(devID))
  /external/libdrm/intel/
intel_chipset.h 261 #define IS_HSW_GT1(devid) ((devid) == PCI_CHIP_HASWELL_GT1 || \
322 #define IS_HASWELL(devid) (IS_HSW_GT1(devid) || \

Completed in 26 milliseconds