Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_cpu_detect.c644 util_cpu_caps.has_sse3 = 0; in check_cpu_caps_override()
656 util_cpu_caps.has_sse3 = 0; in check_cpu_caps_override()
674 util_cpu_caps.has_sse3 = 0; in check_cpu_caps_override()
676 if (!util_cpu_caps.has_sse3) { in check_cpu_caps_override()
859 util_cpu_caps.has_sse3 = (regs2[2] >> 0) & 1; /* 0x0000001 */ in _util_cpu_detect_once()
873 util_cpu_caps.has_daz = util_cpu_caps.has_sse3 || in _util_cpu_detect_once()
967 printf("util_cpu_caps.has_sse3 = %u\n", util_cpu_caps.has_sse3); in _util_cpu_detect_once()
Du_cpu_detect.h95 unsigned has_sse3:1; member