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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_astc.cpp1264 int Ds = block_w <= 1 ? 0 : (1024 + block_w / 2) / (block_w - 1); local in function:Block::compute_infill_weights
1270 int cs = Ds * s;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_astc.cpp1265 int Ds = block_w <= 1 ? 0 : (1024 + block_w / 2) / (block_w - 1); local in function:Block::compute_infill_weights
1271 int cs = Ds * s;

Completed in 7 milliseconds