Searched defs:sk_cpu_arm_has_neon (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkUtilsArm.h37 // The sk_cpu_arm_has_neon() function returns true iff the target device
42 static inline bool sk_cpu_arm_has_neon(void) { function
46 static inline bool sk_cpu_arm_has_neon(void) { function
51 extern bool sk_cpu_arm_has_neon(void) SK_PURE_FUNC;
73 // if (sk_cpu_arm_has_neon())
84 # define SK_ARM_NEON_WRAP(x) (sk_cpu_arm_has_neon() ? x ## _neon : x)
H A DSkUtilsArm.cpp141 bool sk_cpu_arm_has_neon(void) { function

Completed in 60 milliseconds