Searched refs:trits (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
D | astc_integer_sequence.cpp | 131 int* trits, in find_number_of_bits_trits_quints() argument 135 *trits = 0; in find_number_of_bits_trits_quints() 144 *trits = 1; in find_number_of_bits_trits_quints() 155 *trits = 1; in find_number_of_bits_trits_quints() 166 *trits = 1; in find_number_of_bits_trits_quints() 177 *trits = 1; in find_number_of_bits_trits_quints() 188 *trits = 1; in find_number_of_bits_trits_quints() 199 *trits = 1; in find_number_of_bits_trits_quints() 210 *trits = 1; in find_number_of_bits_trits_quints() 248 int bits, trits, quints; in decode_ise() local [all …]
|
/third_party/astc-encoder/Source/ |
D | astcenc_integer_sequence.cpp | 344 uint8_t trits; member 509 unsigned int trits = btq_counts[quant_level].trits; in encode_ise() local 514 if (trits) in encode_ise() 674 unsigned int trits = btq_counts[quant_level].trits; in decode_ise() local 686 if (trits) in decode_ise() 714 if (trits) in decode_ise()
|
/third_party/astc-encoder/Docs/ |
D | FormatOverview.md | 184 most space-efficient choice of bits, trits, and quints. 205 With this constraint in place - and by some smart packing the bits, trits, and
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuAstcUtil.cpp | 638 const deUint32 (& trits)[5] = tritsFromT[T]; in decodeISETritBlock() local 643 dst[i].tq = trits[i]; in decodeISETritBlock() 644 dst[i].v = (trits[i] << numBits) + m[i]; in decodeISETritBlock()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_texture_compression_astc_hdr.txt | 853 Since 3^5 is 243, it is possible to pack five trits into 8 bits(which has 859 The encoding scheme packs the trits or quints, and then interleaves the n 892 The five trits t0 to t4 are obtained by bit manipulations of the 8 bits
|
/third_party/openGLES/extensions/OES/ |
D | OES_texture_compression_astc.txt | 985 Since 3^5 is 243, it is possible to pack five trits into 8 bits(which has 991 The encoding scheme packs the trits or quints, and then interleaves the n 1024 The five trits t0 to t4 are obtained by bit manipulations of the 8 bits
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_texture_compression_astc.txt | 972 Since 3^5 is 243, it is possible to pack five trits into 8 bits(which has 978 The encoding scheme packs the trits or quints, and then interleaves the n 1011 The five trits t0 to t4 are obtained by bit manipulations of the 8 bits
|
/third_party/openGLES/extensions/KHR/ |
D | KHR_texture_compression_astc_hdr.txt | 864 Since 3^5 is 243, it is possible to pack five trits into 8 bits(which has 870 The encoding scheme packs the trits or quints, and then interleaves the n 903 The five trits t0 to t4 are obtained by bit manipulations of the 8 bits
|