Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkTextureCompressor_opts.h66 static const uint64x2_t kMask3 = { (0x3FULL << 28), (0x3FULL << 28) }; in pack_indices() local
68 const uint64x2_t x2 = vandq_u64(vshlq_n_u64(ret, 20), kMask3); in pack_indices()