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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_astc.cpp618 /* Calculated by compute_infill_weights(); */
639 void compute_infill_weights(int block_w, int block_h, int block_d);
1262 void Block::compute_infill_weights(int block_w, int block_h, int block_d) function in class:Block
1582 compute_infill_weights(decoder.block_w, decoder.block_h, decoder.block_d);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_astc.cpp619 /* Calculated by compute_infill_weights(); */
640 void compute_infill_weights(int block_w, int block_h, int block_d);
1263 void Block::compute_infill_weights(int block_w, int block_h, int block_d) function in class:Block
1583 compute_infill_weights(decoder.block_w, decoder.block_h, decoder.block_d);

Completed in 7 milliseconds