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

  /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 195 milliseconds