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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTShadowVol.cpp812 PVRTVECTOR3 v, vShift[16]; local
857 vShift[i].x = pBoundingHyperCube[i].x;
858 vShift[i].y = pBoundingHyperCube[i].y;
859 vShift[i].z = pBoundingHyperCube[i].z - fCamZ;
869 PVRTMatrixVec3CrossProduct(v, vShift[w0], vShift[w1]);
889 if((j != w0) & (j != w1) && (PVRTMatrixVec3DotProduct(vShift[j], v) > 0))
917 PVRTVECTOR3 v, vShift[16]; local
981 vShift[i].x = pBoundingHyperCube[i].x;
982 vShift[
[all...]

Completed in 160 milliseconds