Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_cpu_detect.c100 struct util_cpu_caps_t util_cpu_caps; variable
135 util_cpu_caps.has_altivec = 1; in check_os_altivec_support()
138 util_cpu_caps.has_vsx = 1; in check_os_altivec_support()
156 util_cpu_caps.has_altivec = 1; in check_os_altivec_support()
168 util_cpu_caps.has_altivec = 1; in check_os_altivec_support()
170 util_cpu_caps.has_vsx = 1; in check_os_altivec_support()
183 util_cpu_caps.has_altivec = (hwcap >> 28) & 1; in check_os_altivec_support()
185 util_cpu_caps.has_vsx = (hwcap >> 7) & 1; in check_os_altivec_support()
226 util_cpu_caps.has_altivec = 1; in check_os_altivec_support()
230 util_cpu_caps.has_vsx = 1; in check_os_altivec_support()
[all …]