Searched refs:wt_trits (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_astc.cpp601 int wt_trits; member in struct:Block
1115 if (wt_trits) {
1120 /* If wt_trits then wt_bits <= 3, so bits_to_read <= 23 and we can use uint32_t */
1178 if (wt_trits) {
1471 wt_w, wt_h, wt_d, dual_plane, num_weights, high_prec, wt_range, wt_max, wt_trits, wt_quints, wt_bits, weight_bits);
1727 wt_trits = 0;
1734 case 0x3: wt_max = 2; wt_trits = 1; break;
1737 case 0x6: wt_max = 5; wt_trits = 1; wt_bits = 1; break;
1745 case 0x3: wt_max = 11; wt_trits = 1; wt_bits = 2; break;
1748 case 0x6: wt_max = 23; wt_trits
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_astc.cpp602 int wt_trits; member in struct:Block
1116 if (wt_trits) {
1121 /* If wt_trits then wt_bits <= 3, so bits_to_read <= 23 and we can use uint32_t */
1179 if (wt_trits) {
1472 wt_w, wt_h, wt_d, dual_plane, num_weights, high_prec, wt_range, wt_max, wt_trits, wt_quints, wt_bits, weight_bits);
1728 wt_trits = 0;
1735 case 0x3: wt_max = 2; wt_trits = 1; break;
1738 case 0x6: wt_max = 5; wt_trits = 1; wt_bits = 1; break;
1746 case 0x3: wt_max = 11; wt_trits = 1; wt_bits = 2; break;
1749 case 0x6: wt_max = 23; wt_trits
[all...]

Completed in 6 milliseconds