Searched defs:IS_GEN3 (Results 1 – 2 of 2) sorted by relevance
/external/libdrm/intel/ | ||
D | intel_chipset.h | 212 #define IS_GEN3(devid) (IS_945(devid) || IS_915(devid)) macro |
/external/igt-gpu-tools/lib/ | ||
D | intel_chipset.h | 185 #define IS_GEN3(devid) IS_GEN(devid, 3) macro |