Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_cpu_detect.h90 unsigned has_ssse3:1; member
Du_cpu_detect.c722 util_cpu_caps.has_ssse3 = (regs2[2] >> 9) & 1; /* 0x0000020 */ in util_cpu_detect_once()
798 util_cpu_caps.has_ssse3 = 0; in util_cpu_detect_once()
830 printf("util_cpu_caps.has_ssse3 = %u\n", util_cpu_caps.has_ssse3); in util_cpu_detect_once()
/third_party/boost/libs/log/build/
DJamfile.v2296 …local has_ssse3 = [ configure.builds /boost/log/x86-extensions//ssse3 : $(properties) : compiler-s…
297 if $(has_ssse3)
421 …local has_ssse3 = [ configure.builds /boost/log/x86-extensions//ssse3 : $(properties) : compiler-s…
422 if $(has_ssse3)
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp406 MAttrs.push_back(util_get_cpu_caps()->has_ssse3 ? "+ssse3" : "-ssse3" ); in lp_build_create_jit_compiler_for_module()
Dlp_bld_init.c441 util_cpu_caps.has_ssse3 = 0; in lp_build_init()
Dlp_bld_format_s3tc.c1392 if (util_get_cpu_caps()->has_ssse3) { in s3tc_decode_block_dxt1()
1692 if (!util_get_cpu_caps()->has_ssse3) { in s3tc_decode_block_dxt5()
Dlp_bld_arit.c1365 if (bld->type.width == 16 && bld->type.length == 8 && util_get_cpu_caps()->has_ssse3) { in lp_build_lerp_simple()
1728 if(type.width*type.length == 128 && util_get_cpu_caps()->has_ssse3 && LLVM_VERSION_MAJOR < 6) { in lp_build_abs()