Searched refs:shift_swap (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/skia/src/opts/
H A DSkTextureCompression_opts_neon.cpp50 static inline uint64x2_t shift_swap(const uint64x2_t &x, const uint64x2_t &mask) { function
59 uint64x2_t ret = shift_swap<10>(x, kMask1);
71 ret = shift_swap<6>(ret, kMask4);
77 ret = shift_swap<36>(ret, kMask5);
82 ret = shift_swap<12>(ret, kMask6);
87 ret = shift_swap<36>(ret, kMask5);

Completed in 154 milliseconds