Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_cpu_detect.c128 util_cpu_caps.has_vsx = 1; in check_os_altivec_support()
160 util_cpu_caps.has_vsx = 1; in check_os_altivec_support()
175 util_cpu_caps.has_vsx = (hwcap >> 7) & 1; in check_os_altivec_support()
220 util_cpu_caps.has_vsx = 1; in check_os_altivec_support()
847 printf("util_cpu_caps.has_vsx = %u\n", util_cpu_caps.has_vsx); in util_cpu_detect_once()
Du_cpu_detect.h112 unsigned has_vsx:1; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp465 MAttrs.push_back(util_get_cpu_caps()->has_vsx ? "+vsx" : "-vsx"); in lp_build_create_jit_compiler_for_module()