Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_chipset.h181 #define IS_GEN6(devid) (IS_SNB_GT1(devid) || IS_SNB_GT2(devid)) macro
238 IS_GEN6(devid) || \
Dintel_screen.c1090 } else if (IS_GEN6(intelScreen->deviceID)) { in intelInitScreen2()
/external/libdrm/intel/
Dintel_decode.c3296 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3307 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3310 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3314 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3317 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3386 if (IS_GEN6(devid)) { in decode_3d_965()
3413 data[i] >> ((IS_GEN6(devid) || IS_GEN7(devid)) ? 26 : 27), in decode_3d_965()
3414 data[i] & (1 << ((IS_GEN6(devid) || IS_GEN7(devid)) ? 25 : 26)) ? in decode_3d_965()
3598 if (IS_GEN5(devid) || IS_GEN6(devid)) in decode_3d_965()
3622 if (IS_GEN6(devid)) in decode_3d_965()
[all …]
Dintel_chipset.h237 #define IS_GEN6(devid) ((devid) == PCI_CHIP_SANDYBRIDGE_GT1 || \ macro
370 IS_GEN6(dev) || \
Dintel_bufmgr_gem.c3480 else if (IS_GEN6(bufmgr_gem->pci_device)) in drm_intel_bufmgr_gem_init()
3537 bufmgr_gem->has_llc = (IS_GEN6(bufmgr_gem->pci_device) | in drm_intel_bufmgr_gem_init()
/external/drm_gralloc/
Dgralloc_drm_intel.c460 else if (IS_GEN6(id)) in gen_init()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.c1090 } else if (IS_GEN6(intelScreen->deviceID)) { in intelInitScreen2()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.c1090 } else if (IS_GEN6(intelScreen->deviceID)) { in intelInitScreen2()