Home
last modified time | relevance | path

Searched refs:has_sse4_1 (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dstreaming-load-memcpy.c47 if (((uintptr_t)d & 15) != ((uintptr_t)s & 15) || !util_get_cpu_caps()->has_sse4_1) { in util_streaming_load_memcpy()
Du_cpu_detect.h97 unsigned has_sse4_1:1; member
Du_cpu_detect.c660 util_cpu_caps.has_sse4_1 = 0; in check_cpu_caps_override()
680 util_cpu_caps.has_sse4_1 = 0; in check_cpu_caps_override()
682 if (!util_cpu_caps.has_sse4_1) { in check_cpu_caps_override()
861 util_cpu_caps.has_sse4_1 = (regs2[2] >> 19) & 1; in _util_cpu_detect_once()
969 printf("util_cpu_caps.has_sse4_1 = %u\n", util_cpu_caps.has_sse4_1); in _util_cpu_detect_once()