Home
last modified time | relevance | path

Searched defs:IS_GEN5 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_chipset.h148 #define IS_GEN5(devid) (IS_ILD(devid) || IS_ILM(devid)) macro
/external/libdrm/intel/
Dintel_chipset.h245 #define IS_GEN5(devid) (IS_ILD(devid) || IS_ILM(devid)) macro