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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_astc.cpp1296 int p00, p01, p10, p11, i0, i1; local in function:Block::compute_infill_weights
1298 p00 = weights[(v0) * 2];
1302 i0 = (p00*w00 + p01*w01 + p10*w10 + p11*w11 + 8) >> 4;
1303 p00 = weights[(v0) * 2 + 1];
1308 i1 = (p00*w00 + p01*w01 + p10*w10 + p11*w11 + 8) >> 4;
1313 int p00, p01, p10, p11, i; local in function:Block::compute_infill_weights
1315 p00 = weights[v0];
1320 i = (p00*w00 + p01*w01 + p10*w10 + p11*w11 + 8) >> 4;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_astc.cpp1297 int p00, p01, p10, p11, i0, i1; local in function:Block::compute_infill_weights
1299 p00 = weights[(v0) * 2];
1303 i0 = (p00*w00 + p01*w01 + p10*w10 + p11*w11 + 8) >> 4;
1304 p00 = weights[(v0) * 2 + 1];
1309 i1 = (p00*w00 + p01*w01 + p10*w10 + p11*w11 + 8) >> 4;
1314 int p00, p01, p10, p11, i; local in function:Block::compute_infill_weights
1316 p00 = weights[v0];
1321 i = (p00*w00 + p01*w01 + p10*w10 + p11*w11 + 8) >> 4;

Completed in 7 milliseconds