Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTVertex.cpp457 const PVRTVECTOR3f * const pvNor, in PVRTVertexTangentBitangent() argument
467 if(PVRTMatrixVec3DotProductF(*pvNor, *pvNor) == 0) in PVRTVertexTangentBitangent()
535 PVRTMatrixVec3CrossProductF(*pvTan, *pvNor, AlignedVector); in PVRTVertexTangentBitangent()
539 PVRTMatrixVec3CrossProductF(*pvBin, *pvTan, *pvNor); in PVRTVertexTangentBitangent()
554 _ASSERT(PVRTMatrixVec3DotProductF(*pvNor, *pvNor) > 0.9f); in PVRTVertexTangentBitangent()
DPVRTVertex.h114 const PVRTVECTOR3 * const pvNor,