Searched refs:IS_GEN5 (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_chipset.h148 #define IS_GEN5(devid) (IS_ILD(devid) || IS_ILM(devid)) macro
170 #define IS_IRONLAKE(devid) IS_GEN5(devid)
237 IS_GEN5(devid) || \
H A Dintel_screen.c1092 } else if (IS_GEN5(intelScreen->deviceID)) {
/external/libdrm/intel/
H A Dintel_chipset.h245 #define IS_GEN5(devid) (IS_ILD(devid) || IS_ILM(devid)) macro
392 IS_GEN5(dev) || \
H A Dintel_decode.c3301 else if (IS_GEN5(devid))
3313 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid))
3320 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid))
3601 if (IS_GEN5(devid) || IS_GEN6(devid))
3840 else if (IS_GEN5(devid))
H A Dintel_bufmgr_gem.c3362 else if (IS_GEN5(bufmgr_gem->pci_device))
/external/drm_gralloc/
H A Dgralloc_drm_intel.c462 else if (IS_GEN5(id))
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_screen.c1092 } else if (IS_GEN5(intelScreen->deviceID)) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_screen.c1092 } else if (IS_GEN5(intelScreen->deviceID)) {

Completed in 176 milliseconds