Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp620 uint8_t infill_weights[2][216]; /* large enough for 6x6x6 */ member
1311 infill_weights[0][s + t*block_w + r*block_w*block_h] = i0; in compute_infill_weights()
1312 infill_weights[1][s + t*block_w + r*block_w*block_h] = i1; in compute_infill_weights()
1323 infill_weights[0][s + t*block_w + r*block_w*block_h] = i; in compute_infill_weights()
1594 printf("%3d", infill_weights[plane][i++]); in decode()
1684 int w0 = infill_weights[0][idx]; in write_decoded()
1685 int w1 = infill_weights[1][idx]; in write_decoded()
1689 int w0 = infill_weights[0][idx]; in write_decoded()