Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_cpu_detect.h108 unsigned has_vsx:1; member
Du_cpu_detect.c138 util_cpu_caps.has_vsx = 1; in check_os_altivec_support()
170 util_cpu_caps.has_vsx = 1; in check_os_altivec_support()
185 util_cpu_caps.has_vsx = (hwcap >> 7) & 1; in check_os_altivec_support()
230 util_cpu_caps.has_vsx = 1; in check_os_altivec_support()
979 printf("util_cpu_caps.has_vsx = %u\n", util_cpu_caps.has_vsx); in _util_cpu_detect_once()