Home
last modified time | relevance | path

Searched refs:has_3dnow (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Du_cpu_detect.h104 unsigned has_3dnow:1; member
Du_cpu_detect.c916 util_cpu_caps.has_3dnow = (regs2[3] >> 31) & 1; in _util_cpu_detect_once()
975 printf("util_cpu_caps.has_3dnow = %u\n", util_cpu_caps.has_3dnow); in _util_cpu_detect_once()