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

  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
common_x86.c 227 GLuint cpu_ext_features; local
263 cpu_ext_features = _mesa_x86_cpuid_edx(0x80000001);
268 if (cpu_ext_features & X86_CPUEXT_3DNOW)
270 if (cpu_ext_features & X86_CPUEXT_3DNOW_EXT)
275 if (cpu_ext_features & X86_CPUEXT_MMX_EXT)
  /external/mesa3d/src/mesa/x86/
common_x86.c 227 GLuint cpu_ext_features; local
263 cpu_ext_features = _mesa_x86_cpuid_edx(0x80000001);
268 if (cpu_ext_features & X86_CPUEXT_3DNOW)
270 if (cpu_ext_features & X86_CPUEXT_3DNOW_EXT)
275 if (cpu_ext_features & X86_CPUEXT_MMX_EXT)

Completed in 781 milliseconds