Home
last modified time | relevance | path

Searched refs:IS_GEN7 (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_chipset.h193 #define IS_GEN7(devid) (IS_IVYBRIDGE(devid) || \ macro
239 IS_GEN7(devid))
Dintel_screen.c1088 if (IS_GEN7(intelScreen->deviceID)) { in intelInitScreen2()
/external/libdrm/intel/
Dintel_chipset.h255 #define IS_GEN7(devid) (IS_IVYBRIDGE(devid) || \ macro
394 IS_GEN7(dev) || \
Dintel_decode.c3299 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3310 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3313 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3317 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3320 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3416 data[i] >> ((IS_GEN6(devid) || IS_GEN7(devid)) ? 26 : 27), in decode_3d_965()
3417 data[i] & (1 << ((IS_GEN6(devid) || IS_GEN7(devid)) ? 25 : 26)) ? in decode_3d_965()
3635 if (IS_GEN6(devid) || IS_GEN7(devid)) { in decode_3d_965()
3836 else if (IS_GEN7(devid)) in drm_intel_decode_context_alloc()
Dintel_bufmgr_gem.c3366 else if (IS_GEN7(bufmgr_gem->pci_device)) in drm_intel_bufmgr_gem_init()
3420 IS_GEN7(bufmgr_gem->pci_device)); in drm_intel_bufmgr_gem_init()
/external/drm_gralloc/
Dgralloc_drm_intel.c458 if (IS_GEN7(id)) in gen_init()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.c1088 if (IS_GEN7(intelScreen->deviceID)) { in intelInitScreen2()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.c1088 if (IS_GEN7(intelScreen->deviceID)) { in intelInitScreen2()