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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_astc.cpp564 int wt_w, wt_h, wt_d; member in struct:Block
1275 int gr = (cr * (wt_d - 1) + 32) >> 6;
1450 wt_d = 1;
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);
1473 if (wt_w > decoder.block_w || wt_h > decoder.block_h || wt_d > decoder.block_d)
1569 for (int r = 0; r < wt_d; ++r) {
1576 if (r < wt_d - 1)
1757 num_weights = wt_w * wt_h * wt_d;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_astc.cpp565 int wt_w, wt_h, wt_d; member in struct:Block
1276 int gr = (cr * (wt_d - 1) + 32) >> 6;
1451 wt_d = 1;
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);
1474 if (wt_w > decoder.block_w || wt_h > decoder.block_h || wt_d > decoder.block_d)
1570 for (int r = 0; r < wt_d; ++r) {
1577 if (r < wt_d - 1)
1758 num_weights = wt_w * wt_h * wt_d;

Completed in 7 milliseconds