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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_cpu_detect.h 65 unsigned has_3dnow:1; member in struct:util_cpu_caps
u_cpu_detect.c 297 util_cpu_caps.has_3dnow = (regs2[3] >> 31) & 1;
336 debug_printf("util_cpu_caps.has_3dnow = %u\n", util_cpu_caps.has_3dnow);
  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.h 65 unsigned has_3dnow:1; member in struct:util_cpu_caps
u_cpu_detect.c 297 util_cpu_caps.has_3dnow = (regs2[3] >> 31) & 1;
336 debug_printf("util_cpu_caps.has_3dnow = %u\n", util_cpu_caps.has_3dnow);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/
c++ 
g++ 
gcc 

Completed in 328 milliseconds