Home
last modified time | relevance | path

Searched refs:IS_GEN10 (Results 1 – 5 of 5) sorted by relevance

/external/igt-gpu-tools/lib/
Dintel_batchbuffer.c843 else if (IS_GEN9(devid) || IS_GEN10(devid)) in igt_get_render_copyfunc()
864 if (IS_GEN9(devid) || IS_GEN10(devid) || IS_GEN11(devid)) in igt_get_media_fillfunc()
900 else if (IS_GEN9(devid) || IS_GEN10(devid)) in igt_get_gpgpu_fillfunc()
Dintel_chipset.h192 #define IS_GEN10(devid) IS_GEN(devid, 10) macro
Dinstdone.c433 } else if (IS_GEN8(devid) || IS_GEN9(devid) || IS_GEN10(devid)) { in init_instdone_definitions()
/external/libdrm/intel/
Dintel_chipset.h338 #define IS_GEN10(devid) intel_is_genx(devid, 10) macro
/external/igt-gpu-tools/tools/
Dintel_watermark.c132 else if (IS_GEN10(d) || IS_GEMINILAKE(d)) in skl_num_planes()
144 else if (IS_GEN10(d) || IS_GEMINILAKE(d) || IS_BROXTON(d)) in skl_max_planes()