Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp603 int wt_quints; member
1135 } else if (wt_quints) { in unpack_weights()
1214 } else if (wt_quints) { in unquantise_weights()
1472 …, wt_d, dual_plane, num_weights, high_prec, wt_range, wt_max, wt_trits, wt_quints, wt_bits, weight… in decode()
1729 wt_quints = 0; in calculate_from_weights()
1737 case 0x5: wt_max = 4; wt_quints = 1; break; in calculate_from_weights()
1745 case 0x2: wt_max = 9; wt_quints = 1; wt_bits = 1; break; in calculate_from_weights()
1748 case 0x5: wt_max = 19; wt_quints = 1; wt_bits = 2; break; in calculate_from_weights()
1756 assert(wt_trits || wt_quints || wt_bits); in calculate_from_weights()
1765 + (num_weights * 7 * wt_quints + 2) / 3 in calculate_from_weights()