Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/util/
Du_math.c93 if (util_cpu_caps.has_sse) { in util_fpstate_get()
111 if (util_cpu_caps.has_sse) { in util_fpstate_set_denorms_to_zero()
133 if (util_cpu_caps.has_sse) { in util_fpstate_set()
Du_cpu_detect.c362 util_cpu_caps.has_sse = (regs2[3] >> 25) & 1; /* 0x2000000 */ in util_cpu_detect()
373 util_cpu_caps.has_mmx2 = util_cpu_caps.has_sse; /* SSE cpus supports mmxext too */ in util_cpu_detect()
416 if (!util_cpu_caps.has_sse) { in util_cpu_detect()
439 debug_printf("util_cpu_caps.has_sse = %u\n", util_cpu_caps.has_sse); in util_cpu_detect()
Du_cpu_detect.h59 unsigned has_sse:1; member
/external/mesa3d/src/util/
Du_math.c95 if (util_cpu_caps.has_sse) { in util_fpstate_get()
113 if (util_cpu_caps.has_sse) { in util_fpstate_set_denorms_to_zero()
135 if (util_cpu_caps.has_sse) { in util_fpstate_set()
Du_cpu_detect.c612 util_cpu_caps.has_sse = (regs2[3] >> 25) & 1; /* 0x2000000 */ in util_cpu_detect_once()
624 util_cpu_caps.has_mmx2 = util_cpu_caps.has_sse; /* SSE cpus supports mmxext too */ in util_cpu_detect_once()
688 if (!util_cpu_caps.has_sse) { in util_cpu_detect_once()
716 debug_printf("util_cpu_caps.has_sse = %u\n", util_cpu_caps.has_sse); in util_cpu_detect_once()
Du_cpu_detect.h70 unsigned has_sse:1; member
/external/speex/
Dconfigure.ac76 has_sse=yes
79 has_sse=no
82 AC_MSG_RESULT($has_sse)
153 has_sse=yes
157 has_sse=no
177 has_sse=no
184 if test "$has_sse" = yes; then
Dconfigure12525 has_sse=yes
12529 has_sse=no
12535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $has_sse" >&5
12536 $as_echo "$has_sse" >&6; }
12811 has_sse=yes
12815 has_sse=no
12842 has_sse=no
12858 if test "$has_sse" = yes; then
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_cpu.c46 return !debug_get_option_nosse() && get_cpu_caps()->has_sse; in rtasm_cpu_has_sse()
Drtasm_x86sse.c2159 if(util_cpu_caps.has_sse) in x86_init_func_common()
/external/libchrome/base/
Dcpu.h42 bool has_sse() const { return has_sse_; } in has_sse() function
Dcpu_unittest.cc26 ASSERT_TRUE(cpu.has_sse()); in TEST()
Dcpu.cc238 if (has_sse()) return SSE; in GetIntelMicroArchitecture()
/external/mesa3d/src/gallium/tests/unit/
Dtranslate_test.c82 util_cpu_caps.has_sse = 0; in main()
90 if(!util_cpu_caps.has_sse || !rtasm_cpu_has_sse()) in main()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c107 if (type.floating && util_cpu_caps.has_sse) { in lp_build_min_simple()
177 if (util_cpu_caps.has_sse && type.floating && in lp_build_min_simple()
277 if (type.floating && util_cpu_caps.has_sse) { in lp_build_max_simple()
341 if (util_cpu_caps.has_sse && type.floating && in lp_build_max_simple()
1334 ((util_cpu_caps.has_sse && type.width == 32 && type.length == 4) || in lp_build_div()
2667 if (FALSE && ((util_cpu_caps.has_sse && type.width == 32 && type.length == 4) || in lp_build_rcp()
2787 if ((util_cpu_caps.has_sse && type.width == 32 && type.length == 4) || in lp_build_fast_rsqrt_available()
3697 if (util_cpu_caps.has_sse) { in lp_build_fpstate_get()
3718 if (util_cpu_caps.has_sse) { in lp_build_fpstate_set_denorms_zero()
3748 if (util_cpu_caps.has_sse) { in lp_build_fpstate_set()
Dlp_bld_misc.cpp403 MAttrs.push_back(util_cpu_caps.has_sse ? "+sse" : "-sse" ); in lp_build_create_jit_compiler_for_module()
Dlp_bld_sample.c1155 (util_cpu_caps.has_avx2 || !util_cpu_caps.has_sse)) { in lp_build_minify()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c385 if (util_cpu_caps.has_sse) { in flush_denorm_to_zero()
Dlp_bld_depth.c438 if(util_cpu_caps.has_sse && type.length == 4) { in lp_build_occlusion_count()