Searched refs:IS_GEN3 (Results 1 - 5 of 5) sorted by relevance

/external/libdrm/intel/
H A Dintel_chipset.h225 #define IS_GEN3(devid) (IS_945(devid) || IS_915(devid)) macro
367 #define IS_9XX(dev) (IS_GEN3(dev) || \
H A Dintel_decode.c3959 if (IS_9XX(devid) && !IS_GEN3(devid)) {
3962 } else if (IS_GEN3(devid)) {
H A Dintel_bufmgr_gem.c3474 else if (IS_GEN3(bufmgr_gem->pci_device))
3494 if (IS_GEN3(bufmgr_gem->pci_device) &&
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_chipset.h245 #define IS_GEN3(devid) (IS_915(devid) || \ macro
/external/drm_gralloc/
H A Dgralloc_drm_intel.c457 if ((IS_9XX(id) || IS_G4X(id)) && !IS_GEN3(id)) {

Completed in 116 milliseconds