Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.cpp2902 int nWeight[4]; local
2907 nWeight[i] = (int)vt2f((VERTTYPEMUL(f2vt(255.0f), pfBoneWeight[i])));
2915 nWeight[i] = PVRT_MAX(nWeight[i], 0);
2916 nWeight[i] = PVRT_MIN(nWeight[i], 255);
2922 nWeight[i] = 0;
2930 nSum += nWeight[i];
2940 if(nWeight[i]) {
2941 ++nWeight[i];
2954 …gned int*)pWeight = ((unsigned int)(((nWeight[3]&0xff)<<24)|((nWeight[0]&0xff)<<16)|((nWeight[1]&0…
2962 pWeight[i] = (char) nWeight[i];