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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_astc.cpp619 uint8_t infill_weights[2][216]; /* large enough for 6x6x6 */ member in struct:Block
1310 infill_weights[0][s + t*block_w + r*block_w*block_h] = i0;
1311 infill_weights[1][s + t*block_w + r*block_w*block_h] = i1;
1322 infill_weights[0][s + t*block_w + r*block_w*block_h] = i;
1593 printf("%3d", infill_weights[plane][i++]);
1683 int w0 = infill_weights[0][idx];
1684 int w1 = infill_weights[1][idx];
1688 int w0 = infill_weights[0][idx];
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_astc.cpp620 uint8_t infill_weights[2][216]; /* large enough for 6x6x6 */ member in struct:Block
1311 infill_weights[0][s + t*block_w + r*block_w*block_h] = i0;
1312 infill_weights[1][s + t*block_w + r*block_w*block_h] = i1;
1323 infill_weights[0][s + t*block_w + r*block_w*block_h] = i;
1594 printf("%3d", infill_weights[plane][i++]);
1684 int w0 = infill_weights[0][idx];
1685 int w1 = infill_weights[1][idx];
1689 int w0 = infill_weights[0][idx];

Completed in 7 milliseconds