Searched defs:IS_GEN7 (Results 1 – 2 of 2) sorted by relevance
/external/libdrm/intel/ | ||
D | intel_chipset.h | 232 #define IS_GEN7(devid) (IS_IVYBRIDGE(devid) || \ macro |
/external/igt-gpu-tools/lib/ | ||
D | intel_chipset.h | 189 #define IS_GEN7(devid) IS_GEN(devid, 7) macro |