Searched refs:wt_bits (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texcompress_astc.cpp | 603 int wt_bits; member in struct:Block 1119 int bits_to_read = MIN2(bits_left, 8 + 5*wt_bits); 1120 /* If wt_trits then wt_bits <= 3, so bits_to_read <= 23 and we can use uint32_t */ 1122 unpack_trit_block(wt_bits, raw, &weights_quant[i]); 1130 offset -= 8 + wt_bits * 5; 1131 bits_left -= 8 + wt_bits * 5; 1139 int bits_to_read = MIN2(bits_left, 7 + 3*wt_bits); 1140 /* If wt_quints then wt_bits <= 2, so bits_to_read <= 13 and we can use uint32_t */ 1142 unpack_quint_block(wt_bits, raw, &weights_quant[i]); 1148 offset -= 7 + wt_bits * [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texcompress_astc.cpp | 604 int wt_bits; member in struct:Block 1120 int bits_to_read = MIN2(bits_left, 8 + 5*wt_bits); 1121 /* If wt_trits then wt_bits <= 3, so bits_to_read <= 23 and we can use uint32_t */ 1123 unpack_trit_block(wt_bits, raw, &weights_quant[i]); 1131 offset -= 8 + wt_bits * 5; 1132 bits_left -= 8 + wt_bits * 5; 1140 int bits_to_read = MIN2(bits_left, 7 + 3*wt_bits); 1141 /* If wt_quints then wt_bits <= 2, so bits_to_read <= 13 and we can use uint32_t */ 1143 unpack_quint_block(wt_bits, raw, &weights_quant[i]); 1149 offset -= 7 + wt_bits * [all...] |
Completed in 6 milliseconds