Searched refs:PVRTMatrixVec3CrossProductF (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTMatrix.h | 210 #define PVRTMatrixVec3CrossProduct PVRTMatrixVec3CrossProductF 706 void PVRTMatrixVec3CrossProductF(
|
D | PVRTMatrixF.cpp | 380 PVRTMatrixVec3CrossProductF(s, f, vUp); in PVRTMatrixLookAtLHF() 382 PVRTMatrixVec3CrossProductF(u, s, f); in PVRTMatrixLookAtLHF() 431 PVRTMatrixVec3CrossProductF(s, f, vUp); in PVRTMatrixLookAtRHF() 433 PVRTMatrixVec3CrossProductF(u, s, f); in PVRTMatrixLookAtRHF() 709 void PVRTMatrixVec3CrossProductF( in PVRTMatrixVec3CrossProductF() function
|
D | PVRTVertex.cpp | 535 PVRTMatrixVec3CrossProductF(*pvTan, *pvNor, AlignedVector); in PVRTVertexTangentBitangent() 539 PVRTMatrixVec3CrossProductF(*pvBin, *pvTan, *pvNor); in PVRTVertexTangentBitangent()
|