Home
last modified time | relevance | path

Searched refs:has_neon (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dcpu.c220 int has_neon = 0; in armCPUInfo() local
227 has_neon = 1; in armCPUInfo()
233 return has_neon; in armCPUInfo()
/third_party/mesa3d/src/util/
Du_cpu_detect.c396 util_cpu_caps.has_neon = 1; in check_os_arm_support()
401 util_cpu_caps.has_neon = 1; in check_os_arm_support()
408 util_cpu_caps.has_neon = 1; in check_os_arm_support()
420 util_cpu_caps.has_neon = (hwcap >> 12) & 1; in check_os_arm_support()
433 util_cpu_caps.has_neon = true; in check_os_arm_support()
848 printf("util_cpu_caps.has_neon = %u\n", util_cpu_caps.has_neon); in util_cpu_detect_once()
Du_cpu_detect.h114 unsigned has_neon:1; member
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_tiling.h93 if (util_get_cpu_caps()->has_neon) { in vc4_load_lt_image()
109 if (util_get_cpu_caps()->has_neon) { in vc4_store_lt_image()
/third_party/mesa3d/src/util/format/
Du_format_unpack_neon.c66 if (!util_get_cpu_caps()->has_neon) in util_format_unpack_description_neon()
/third_party/node/deps/v8/src/base/
Dcpu.h120 bool has_neon() const { return has_neon_; } in has_neon() function
Dcpu.cc372 has_neon_ = features.arm.has_neon; in StarboardDetectCPU()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c481 if (!util_get_cpu_caps()->has_neon && in test_unary()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp432 if (!util_get_cpu_caps()->has_neon) { in lp_build_create_jit_compiler_for_module()
Dlp_bld_arit.c1868 else if (util_get_cpu_caps()->has_neon) in arch_rounding_available()
1981 if (util_get_cpu_caps()->has_sse4_1 || util_get_cpu_caps()->has_neon || in lp_build_round_arch()
/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm.cc223 if (cpu.has_neon() && cpu.has_vfp3_d32()) { in ProbeImpl()