HomeSort by relevance Sort by last modified time
    Searched refs:has_sse (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_cpu.c 46 return !debug_get_option_nosse() && get_cpu_caps()->has_sse;
rtasm_x86sse.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.c 93 if (util_cpu_caps.has_sse) {
111 if (util_cpu_caps.has_sse) {
133 if (util_cpu_caps.has_sse) {
u_cpu_detect.h 59 unsigned has_sse:1; member in struct:util_cpu_caps
u_cpu_detect.c 361 util_cpu_caps.has_sse = (regs2[3] >> 25) & 1; /* 0x2000000 */
373 util_cpu_caps.has_mmx2 = util_cpu_caps.has_sse; /* SSE cpus supports mmxext too */
437 if (!util_cpu_caps.has_sse) {
460 debug_printf("util_cpu_caps.has_sse = %u\n", util_cpu_caps.has_sse);
  /external/libchrome/base/
cpu.h 43 bool has_sse() const { return has_sse_; } function in class:base::CPU
cpu_unittest.cc 26 ASSERT_TRUE(cpu.has_sse());
cpu.cc 234 if (has_sse()) return SSE;
  /external/v8/src/base/
cpu.h 88 bool has_sse() const { return has_sse_; } function in class:v8::base::final
  /external/mesa3d/src/gallium/tests/unit/
translate_test.c 82 util_cpu_caps.has_sse = 0;
90 if(!util_cpu_caps.has_sse || !rtasm_cpu_has_sse())
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 385 if (util_cpu_caps.has_sse) {
lp_bld_depth.c 438 if(util_cpu_caps.has_sse && type.length == 4) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 105 if (type.floating && util_cpu_caps.has_sse) {
218 if (util_cpu_caps.has_sse && type.floating &&
323 if (type.floating && util_cpu_caps.has_sse) {
431 if (util_cpu_caps.has_sse && type.floating &&
    [all...]
lp_bld_misc.cpp 569 MAttrs.push_back(util_cpu_caps.has_sse ? "+sse" : "-sse" );
lp_bld_sample.c     [all...]

Completed in 1288 milliseconds