Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp565 int wt_w, wt_h, wt_d; member
1276 int gr = (cr * (wt_d - 1) + 32) >> 6; in compute_infill_weights()
1451 wt_d = 1; in decode()
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()
1474 if (wt_w > decoder.block_w || wt_h > decoder.block_h || wt_d > decoder.block_d) in decode()
1570 for (int r = 0; r < wt_d; ++r) { in decode()
1577 if (r < wt_d - 1) in decode()
1758 num_weights = wt_w * wt_h * wt_d; in calculate_from_weights()