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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_cpu_detect.h 66 unsigned has_3dnow_ext:1; member in struct:util_cpu_caps
u_cpu_detect.c 298 util_cpu_caps.has_3dnow_ext = (regs2[3] >> 30) & 1;
337 debug_printf("util_cpu_caps.has_3dnow_ext = %u\n", util_cpu_caps.has_3dnow_ext);
  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.h 66 unsigned has_3dnow_ext:1; member in struct:util_cpu_caps
u_cpu_detect.c 298 util_cpu_caps.has_3dnow_ext = (regs2[3] >> 30) & 1;
337 debug_printf("util_cpu_caps.has_3dnow_ext = %u\n", util_cpu_caps.has_3dnow_ext);

Completed in 71 milliseconds