Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_integer_sequence.cpp131 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/
Dastcenc_integer_sequence.cpp344 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/
DFormatOverview.md184 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/
DtcuAstcUtil.cpp638 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/
DKHR_texture_compression_astc_hdr.txt853 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/
DOES_texture_compression_astc.txt985 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/
DOES_texture_compression_astc.txt972 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/
DKHR_texture_compression_astc_hdr.txt864 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