Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp602 int wt_trits; member
1116 if (wt_trits) { in unpack_weights()
1179 if (wt_trits) { in unquantise_weights()
1472 …wt_w, wt_h, wt_d, dual_plane, num_weights, high_prec, wt_range, wt_max, wt_trits, wt_quints, wt_bi… in decode()
1728 wt_trits = 0; in calculate_from_weights()
1735 case 0x3: wt_max = 2; wt_trits = 1; break; in calculate_from_weights()
1738 case 0x6: wt_max = 5; wt_trits = 1; wt_bits = 1; break; in calculate_from_weights()
1746 case 0x3: wt_max = 11; wt_trits = 1; wt_bits = 2; break; in calculate_from_weights()
1749 case 0x6: wt_max = 23; wt_trits = 1; wt_bits = 3; break; in calculate_from_weights()
1756 assert(wt_trits || wt_quints || wt_bits); in calculate_from_weights()
[all …]