Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_cpu_detect.c654 util_cpu_caps.has_sse2 = 0; in check_cpu_caps_override()
671 util_cpu_caps.has_sse2 = 0; in check_cpu_caps_override()
673 if (!util_cpu_caps.has_sse2) { in check_cpu_caps_override()
858 util_cpu_caps.has_sse2 = (regs2[3] >> 26) & 1; /* 0x4000000 */ in _util_cpu_detect_once()
874 (util_cpu_caps.has_sse2 && sse2_has_daz()); in _util_cpu_detect_once()
966 printf("util_cpu_caps.has_sse2 = %u\n", util_cpu_caps.has_sse2); in _util_cpu_detect_once()
Du_cpu_detect.h94 unsigned has_sse2:1; member