Searched defs:Ni (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp1184 int Ni = incoming.size(); local
1185 // Ni could be big because it comes from previous MODULATEs
1195 } else if (Ni == 1) {
1203 if ((Nt + Ni) > 32) {
1204 // we will overflow, reduce the precision of Ni to 8 bits
1207 shift += Ni-8;
1208 Ni = 8;
1212 if (Nt >= Ni) {
1215 // when shift==16 && Nt<16 && Ni<16, in which
1221 // operation: (Cf*Ct)/((1<<Ni)
1276 int Ni = incoming.size(); local
1314 int Ni = incoming.size(); local
[all...]

Completed in 14 milliseconds