Lines Matching refs:PVRTVECTOR3x
374 const PVRTVECTOR3x &vEye, in PVRTMatrixLookAtLHX()
375 const PVRTVECTOR3x &vAt, in PVRTMatrixLookAtLHX()
376 const PVRTVECTOR3x &vUp) in PVRTMatrixLookAtLHX()
378 PVRTVECTOR3x f, vUpActual, s, u; in PVRTMatrixLookAtLHX()
424 const PVRTVECTOR3x &vEye, in PVRTMatrixLookAtRHX()
425 const PVRTVECTOR3x &vAt, in PVRTMatrixLookAtRHX()
426 const PVRTVECTOR3x &vUp) in PVRTMatrixLookAtRHX()
428 PVRTVECTOR3x f, vUpActual, s, u; in PVRTMatrixLookAtRHX()
690 PVRTVECTOR3x &vOut, in PVRTMatrixVec3LerpX()
691 const PVRTVECTOR3x &v1, in PVRTMatrixVec3LerpX()
692 const PVRTVECTOR3x &v2, in PVRTMatrixVec3LerpX()
712 const PVRTVECTOR3x &v1, in PVRTMatrixVec3DotProductX()
713 const PVRTVECTOR3x &v2) in PVRTMatrixVec3DotProductX()
727 PVRTVECTOR3x &vOut, in PVRTMatrixVec3CrossProductX()
728 const PVRTVECTOR3x &v1, in PVRTMatrixVec3CrossProductX()
729 const PVRTVECTOR3x &v2) in PVRTMatrixVec3CrossProductX()
731 PVRTVECTOR3x result; in PVRTMatrixVec3CrossProductX()
753 PVRTVECTOR3x &vOut, in PVRTMatrixVec3NormalizeX()
754 const PVRTVECTOR3x &vIn) in PVRTMatrixVec3NormalizeX()
757 PVRTVECTOR3x vTemp; in PVRTMatrixVec3NormalizeX()
782 const PVRTVECTOR3x &vIn) in PVRTMatrixVec3LengthX()