Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_x86.c102 #define has_YMM 0x1 macro
131 extra |= has_YMM; in igt_x86_features()
134 if ((extra & has_YMM) && (ecx & bit_AVX)) in igt_x86_features()
153 if ((extra & has_YMM) && (ebx & bit_AVX2)) in igt_x86_features()