Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkTextureCompressor_opts.h65 static const uint64x2_t kMask2 = { (0x3FULL << 52), (0x3FULL << 52) }; in pack_indices() local
67 const uint64x2_t x1 = vandq_u64(vshlq_n_u64(ret, 52), kMask2); in pack_indices()