Searched refs:has_vsx (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_cpu_detect.h75 unsigned has_vsx:1; member in struct:util_cpu_caps
H A Du_cpu_detect.c167 util_cpu_caps.has_vsx = 1;
578 debug_printf("util_cpu_caps.has_vsx = %u\n", util_cpu_caps.has_vsx);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_cpu_detect.h102 unsigned has_vsx:1; member in struct:util_cpu_caps_t
H A Du_cpu_detect.c128 util_cpu_caps.has_vsx = 1;
160 util_cpu_caps.has_vsx = 1;
175 util_cpu_caps.has_vsx = (hwcap >> 7) & 1;
220 util_cpu_caps.has_vsx = 1;
849 printf("util_cpu_caps.has_vsx = %u\n", util_cpu_caps.has_vsx);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp462 MAttrs.push_back(util_get_cpu_caps()->has_vsx ? "+vsx" : "-vsx");
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp663 MAttrs.push_back(util_cpu_caps.has_vsx ? "+vsx" : "-vsx");

Completed in 8 milliseconds