HomeSort by relevance Sort by last modified time
    Searched refs:has_sse2 (Results 1 - 25 of 28) sorted by null

1 2

  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_cpu.c 51 return !debug_get_option_nosse() && get_cpu_caps()->has_sse2;
  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.h 60 unsigned has_sse2:1; member in struct:util_cpu_caps
u_cpu_detect.c 362 util_cpu_caps.has_sse2 = (regs2[3] >> 26) & 1; /* 0x4000000 */
378 (util_cpu_caps.has_sse2 && sse2_has_daz());
438 util_cpu_caps.has_sse2 = 0;
461 debug_printf("util_cpu_caps.has_sse2 = %u\n", util_cpu_caps.has_sse2);
  /external/libyuv/files/util/
cpuid.c 73 int has_sse2 = TestCpuFlag(kCpuHasSSE2); local
83 printf("Has SSE2 %x\n", has_sse2);
  /external/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_gcc.h 47 bool has_sse2; // Processor has SSE2. member in struct:google::protobuf::internal::AtomicOps_x86CPUFeatureStruct
134 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
143 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
atomicops_internals_x86_gcc.cc 116 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
atomicops_internals_x86_gcc.h 47 bool has_sse2; // Processor has SSE2. member in struct:google::protobuf::internal::AtomicOps_x86CPUFeatureStruct
134 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
143 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
atomicops_internals_x86_gcc.h 47 bool has_sse2; // Processor has SSE2. member in struct:google::protobuf::internal::AtomicOps_x86CPUFeatureStruct
134 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
143 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
atomicops_internals_x86_gcc.h 47 bool has_sse2; // Processor has SSE2. member in struct:google::protobuf::internal::AtomicOps_x86CPUFeatureStruct
134 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
143 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
atomicops_internals_x86_gcc.h 47 bool has_sse2; // Processor has SSE2. member in struct:google::protobuf::internal::AtomicOps_x86CPUFeatureStruct
134 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
143 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
atomicops_internals_x86_gcc.h 47 bool has_sse2; // Processor has SSE2. member in struct:google::protobuf::internal::AtomicOps_x86CPUFeatureStruct
134 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
143 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
  /external/libyuv/files/unit_test/
cpu_test.cc 30 int has_sse2 = TestCpuFlag(kCpuHasSSE2); local
31 printf("Has SSE2 %x\n", has_sse2);
planar_test.cc 1331 int has_sse2 = TestCpuFlag(kCpuHasSSE2); local
    [all...]
  /external/libchrome/base/
cpu.h 44 bool has_sse2() const { return has_sse2_; } function in class:base::CPU
cpu_unittest.cc 27 ASSERT_TRUE(cpu.has_sse2());
cpu.cc 233 if (has_sse2()) return SSE2;
  /external/v8/src/base/
cpu.h 89 bool has_sse2() const { return has_sse2_; } function in class:v8::base::final
  /external/mesa3d/src/gallium/tests/unit/
translate_test.c 83 util_cpu_caps.has_sse2 = 0;
95 util_cpu_caps.has_sse2 = 0;
102 if(!util_cpu_caps.has_sse2 || !rtasm_cpu_has_sse())
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 552 if ((util_cpu_caps.has_sse2 || util_cpu_caps.has_altivec) &&
559 if (util_cpu_caps.has_sse2) {
580 if (util_cpu_caps.has_sse2) {
589 if (util_cpu_caps.has_sse2) {
760 if(util_cpu_caps.has_sse2 &&
    [all...]
lp_bld_format_yuv.c 93 if (util_cpu_caps.has_sse2 && n > 1) {
177 if (util_cpu_caps.has_sse2 && n > 1) {
lp_bld_init.c 430 assert(util_cpu_caps.has_sse2);
lp_bld_logic.c 198 util_cpu_caps.has_sse2 &&
lp_bld_arit.c 120 if (type.width == 64 && util_cpu_caps.has_sse2) {
160 util_cpu_caps.has_sse2 && type.length >= 2) {
338 if (type.width == 64 && util_cpu_caps.has_sse2) {
378 util_cpu_caps.has_sse2 && type.length >= 2) {
559 if(util_cpu_caps.has_sse2) {
860 if (util_cpu_caps.has_sse2) {
    [all...]
lp_bld_conv.c 475 (util_cpu_caps.has_sse2 || util_cpu_caps.has_altivec))
583 (util_cpu_caps.has_sse2 || util_cpu_caps.has_altivec))
    [all...]
lp_bld_misc.cpp 570 MAttrs.push_back(util_cpu_caps.has_sse2 ? "+sse2" : "-sse2" );

Completed in 967 milliseconds

1 2