Lines Matching refs:PVRTVECTOR3
66 const static PVRTVECTOR3 c_pvRect[4] = {
99 static unsigned short FindOrCreateVertex(PVRTShadowVolShadowMesh * const psMesh, const PVRTVECTOR3 … in FindOrCreateVertex()
133 …eateEdge(PVRTShadowVolShadowMesh * const psMesh, const PVRTVECTOR3 * const pv0, const PVRTVECTOR3 … in FindOrCreateEdge()
176 PVRTVECTOR3 * const pvOut, in CrossProduct()
177 const PVRTVECTOR3 * const pv0, in CrossProduct()
178 const PVRTVECTOR3 * const pv1, in CrossProduct()
179 const PVRTVECTOR3 * const pv2) in CrossProduct()
181 PVRTVECTOR3 v0, v1; in CrossProduct()
207 const PVRTVECTOR3 * const pv0, in FindOrCreateTriangle()
208 const PVRTVECTOR3 * const pv1, in FindOrCreateTriangle()
209 const PVRTVECTOR3 * const pv2) in FindOrCreateTriangle()
306 psMesh->pV = (PVRTVECTOR3*)malloc(nNumVertex * sizeof(*psMesh->pV)); in PVRTShadowVolMeshCreateMesh()
315 (PVRTVECTOR3*)&pVertex[3 * pFaces[3 * nCurr + 0]], in PVRTShadowVolMeshCreateMesh()
316 (PVRTVECTOR3*)&pVertex[3 * pFaces[3 * nCurr + 1]], in PVRTShadowVolMeshCreateMesh()
317 (PVRTVECTOR3*)&pVertex[3 * pFaces[3 * nCurr + 2]]); in PVRTShadowVolMeshCreateMesh()
331 psMesh->pV = (PVRTVECTOR3*)realloc(psMesh->pV, psMesh->nV * sizeof(*psMesh->pV)); in PVRTShadowVolMeshCreateMesh()
622 …PVRTShadowVolSilhouetteProjectedBuild(psVol, dwVisFlags,psMesh, (PVRTVECTOR3*) pvLightModel, bPoin… in PVRTShadowVolSilhouetteProjectedBuild()
639 const PVRTVECTOR3 * const pvLightModel, in PVRTShadowVolSilhouetteProjectedBuild()
643 PVRTVECTOR3 v; in PVRTShadowVolSilhouetteProjectedBuild()
812 PVRTVECTOR3 v, vShift[16]; in IsBoundingBoxVisibleEx()
917 PVRTVECTOR3 v, vShift[16]; in IsHyperBoundingBoxVisibleEx()
1100 PVRTVECTOR3 * const pvExtrudedCube, in PVRTShadowVolBoundingBoxExtrude()
1102 const PVRTVECTOR3 * const pvLightMdl, in PVRTShadowVolBoundingBoxExtrude()
1150 const PVRTVECTOR3 * const pvLightMdl, in PVRTShadowVolBoundingBoxIsVisible()
1155 PVRTVECTOR3 pvExtrudedCube[8]; in PVRTShadowVolBoundingBoxIsVisible()