Searched refs:dual_plane (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_astc.cpp | 556 int dual_plane; member 709 dual_plane = in.get_bits(10, 1); in decode_block_mode() 803 dual_plane = 0; in decode_block_mode() 1290 if (dual_plane) { in compute_infill_weights() 1465 printf("weights_grid=%dx%dx%d dual_plane=%d num_weights=%d high_prec=%d r=%d range=0..%d (%dt %dq %db) weight_bits=%d\n", 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); 1476 if (dual_plane && num_parts > 3) 1526 if (dual_plane) { 1559 for (int plane = 0; plane <= dual_plane; ++plane) { 1567 printf("%3d", weights[i++ * (1 + dual_plane) [all...] |
Completed in 3 milliseconds