HomeSort by relevance Sort by last modified time
    Searched full:cpu_ext_features (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/mesa/x86/
common_x86.c 236 GLuint cpu_ext_features; local
275 cpu_ext_features = _mesa_x86_cpuid_edx(0x80000001);
280 if (cpu_ext_features & X86_CPUEXT_3DNOW)
282 if (cpu_ext_features & X86_CPUEXT_3DNOW_EXT)
287 if (cpu_ext_features & X86_CPUEXT_MMX_EXT)

Completed in 323 milliseconds