Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp304 uint64_t fHigh; member
309 const uint64_t newLow = reverse64(this->fHigh); in reverse()
310 this->fHigh = reverse64(this->fLow); in reverse()
366 result = (block.fHigh >> (from - 64)) & ((1ULL << nBits) - 1); in read_astc_bits()
374 ((block.fHigh & ((1ULL << nHigh) - 1)) << nLow); in read_astc_bits()
1913 dst->fBlock.fHigh = SkEndian_SwapLE64(qword[1]); in read_astc_block()