• Home
  • Raw
  • Download

Lines Matching refs:mDummyMatrix

262 	PVRTMATRIXx	mDummyMatrix;  in PVRTMatrixInverseX()  local
296mDummyMatrix.f[ 0] = PVRTXMUL(( PVRTXMUL(mIn.f[ 5], mIn.f[10]) - PVRTXMUL(mIn.f[ 9], mIn.f[ 6]) … in PVRTMatrixInverseX()
297mDummyMatrix.f[ 1] = - PVRTXMUL(( PVRTXMUL(mIn.f[ 1], mIn.f[10]) - PVRTXMUL(mIn.f[ 9], mIn.f[ 2]) … in PVRTMatrixInverseX()
298mDummyMatrix.f[ 2] = PVRTXMUL(( PVRTXMUL(mIn.f[ 1], mIn.f[ 6]) - PVRTXMUL(mIn.f[ 5], mIn.f[ 2]) … in PVRTMatrixInverseX()
299mDummyMatrix.f[ 4] = - PVRTXMUL(( PVRTXMUL(mIn.f[ 4], mIn.f[10]) - PVRTXMUL(mIn.f[ 8], mIn.f[ 6]) … in PVRTMatrixInverseX()
300mDummyMatrix.f[ 5] = PVRTXMUL(( PVRTXMUL(mIn.f[ 0], mIn.f[10]) - PVRTXMUL(mIn.f[ 8], mIn.f[ 2]) … in PVRTMatrixInverseX()
301mDummyMatrix.f[ 6] = - PVRTXMUL(( PVRTXMUL(mIn.f[ 0], mIn.f[ 6]) - PVRTXMUL(mIn.f[ 4], mIn.f[ 2]) … in PVRTMatrixInverseX()
302mDummyMatrix.f[ 8] = PVRTXMUL(( PVRTXMUL(mIn.f[ 4], mIn.f[ 9]) - PVRTXMUL(mIn.f[ 8], mIn.f[ 5]) … in PVRTMatrixInverseX()
303mDummyMatrix.f[ 9] = - PVRTXMUL(( PVRTXMUL(mIn.f[ 0], mIn.f[ 9]) - PVRTXMUL(mIn.f[ 8], mIn.f[ 1]) … in PVRTMatrixInverseX()
304mDummyMatrix.f[10] = PVRTXMUL(( PVRTXMUL(mIn.f[ 0], mIn.f[ 5]) - PVRTXMUL(mIn.f[ 4], mIn.f[ 1]) … in PVRTMatrixInverseX()
307mDummyMatrix.f[12] = - ( PVRTXMUL(mIn.f[12], mDummyMatrix.f[ 0]) + PVRTXMUL(mIn.f[13], mDummyMatri… in PVRTMatrixInverseX()
308mDummyMatrix.f[13] = - ( PVRTXMUL(mIn.f[12], mDummyMatrix.f[ 1]) + PVRTXMUL(mIn.f[13], mDummyMatri… in PVRTMatrixInverseX()
309mDummyMatrix.f[14] = - ( PVRTXMUL(mIn.f[12], mDummyMatrix.f[ 2]) + PVRTXMUL(mIn.f[13], mDummyMatri… in PVRTMatrixInverseX()
312 mDummyMatrix.f[ 3] = PVRTF2X(0.0f); in PVRTMatrixInverseX()
313 mDummyMatrix.f[ 7] = PVRTF2X(0.0f); in PVRTMatrixInverseX()
314 mDummyMatrix.f[11] = PVRTF2X(0.0f); in PVRTMatrixInverseX()
315 mDummyMatrix.f[15] = PVRTF2X(1.0f); in PVRTMatrixInverseX()
319 mOut = mDummyMatrix; in PVRTMatrixInverseX()