Home
last modified time | relevance | path

Searched refs:nCh (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.cpp3310 unsigned int i, nCh; local
3346 for(nCh = 0; nCh < 4 && pChannels[nCh]; ++nCh)
3347 po[nCh] = bNegate[nCh] ? -pv[i32Map[nCh]] : pv[i32Map[nCh]];
3349 for(; nCh < 4; ++nCh)
3350 po[nCh] = 0;