Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkTextureCompressor_opts.h61 static const uint64x2_t kMask1 = { 0x3FC0003FC00000ULL, 0x3FC0003FC00000ULL }; in pack_indices() local
62 uint64x2_t ret = shift_swap<10>(x, kMask1); in pack_indices()