Home
last modified time | relevance | path

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

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