Lines Matching refs:fBlock
1078 ASTCBlock fBlock; // the block data member
1628 fPartIndex = static_cast<int>(read_astc_bits(fBlock, 11, 23)); in decode()
1647 fDualPlane = static_cast<int>(read_astc_bits(fBlock, bitLoc - 2, bitLoc)); in decodeDualPlane()
1665 fCEM[0] = static_cast<ColorEndpointMode>(read_astc_bits(fBlock, 13, 17)); in decodeColorData()
1680 const int baseCEM = static_cast<int>(read_astc_bits(fBlock, 23, 25)); in decodeColorData()
1684 static_cast<ColorEndpointMode>(read_astc_bits(fBlock, 25, 29)); in decodeColorData()
1718 const int lowCEM = static_cast<int>(read_astc_bits(fBlock, 23, 29)); in decodeColorData()
1721 int fullCEM = static_cast<int>(read_astc_bits(fBlock, dualPlaneBitLoc, lastWeight)); in decodeColorData()
1788 const int blockMode = static_cast<int>(read_astc_bits(fBlock, 0, 11)); in decodeBlockMode()
1912 dst->fBlock.fLow = SkEndian_SwapLE64(qword[0]); in read_astc_block()
1913 dst->fBlock.fHigh = SkEndian_SwapLE64(qword[1]); in read_astc_block()
1921 int a = (static_cast<int>(read_astc_bits(data.fBlock, 112, 128)) + 255) >> 8; in decompress_void_extent()
1922 int b = (static_cast<int>(read_astc_bits(data.fBlock, 96, 112)) + 255) >> 8; in decompress_void_extent()
1923 int g = (static_cast<int>(read_astc_bits(data.fBlock, 80, 96)) + 255) >> 8; in decompress_void_extent()
1924 int r = (static_cast<int>(read_astc_bits(data.fBlock, 64, 80)) + 255) >> 8; in decompress_void_extent()
1951 data.fBlock, 128, 128 - data.numWeightBits(), false, in decompress_astc_block()
1972 data.fBlock, data.fColorStartBit, data.fColorEndBit, true, in decompress_astc_block()