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

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_chipset.h 194 IS_HASWELL(devid))
232 #define IS_HASWELL(devid) (IS_HSW_GT1(devid) || \
intel_context.c 631 if (IS_HASWELL(devID)) {
632 intel->is_haswell = true;
645 intel->has_hiz = intel->gen >= 6 && !intel->is_haswell;
  /external/libdrm/intel/
intel_chipset.h 246 IS_HASWELL(devid) || \
322 #define IS_HASWELL(devid) (IS_HSW_GT1(devid) || \

Completed in 307 milliseconds