Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_R11EAC.cpp349 static inline uint64_t swap_shift(uint64_t x, uint64_t mask) { in swap_shift() function
387 x = swap_shift<10>(x, 0x3FC0003FC00000ULL); in interleave6()
395 x = swap_shift<6>(x, 0xFC0000ULL); in interleave6()
400 x = swap_shift<36>(x, 0x3FULL); in interleave6()
404 x = swap_shift<12>(x, 0xFFF000000ULL); in interleave6()
410 x = swap_shift<36>(x, 0xFC0ULL); in interleave6()