Searched defs:IS_GEN5 (Results 1 – 2 of 2) sorted by relevance
| /external/libdrm/intel/ | ||
| D | intel_chipset.h | 222 #define IS_GEN5(devid) (IS_ILD(devid) || IS_ILM(devid)) macro |
| /external/igt-gpu-tools/lib/ | ||
| D | intel_chipset.h | 187 #define IS_GEN5(devid) IS_GEN(devid, 5) macro |