Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_astc.cpp559 int wt_w, wt_h, wt_d; member
1270 int gr = (cr * (wt_d - 1) + 32) >> 6; in compute_infill_weights()
1445 wt_d = 1;
1466 wt_w, wt_h, wt_d, dual_plane, num_weights, high_prec, wt_range, wt_max, wt_trits, wt_quints, wt_bits, weight_bits);
1468 if (wt_w > decoder.block_w || wt_h > decoder.block_h || wt_d > decoder.block_d)
1564 for (int r = 0; r < wt_d; ++r) {
1571 if (r < wt_d - 1)
1740 num_weights = wt_w * wt_h * wt_d;

Completed in 3 milliseconds