Lines Matching refs:mDummyMatrix
262 PVRTMATRIXx mDummyMatrix; in PVRTMatrixInverseX() local
296 …mDummyMatrix.f[ 0] = PVRTXMUL(( PVRTXMUL(mIn.f[ 5], mIn.f[10]) - PVRTXMUL(mIn.f[ 9], mIn.f[ 6]) … in PVRTMatrixInverseX()
297 …mDummyMatrix.f[ 1] = - PVRTXMUL(( PVRTXMUL(mIn.f[ 1], mIn.f[10]) - PVRTXMUL(mIn.f[ 9], mIn.f[ 2]) … in PVRTMatrixInverseX()
298 …mDummyMatrix.f[ 2] = PVRTXMUL(( PVRTXMUL(mIn.f[ 1], mIn.f[ 6]) - PVRTXMUL(mIn.f[ 5], mIn.f[ 2]) … in PVRTMatrixInverseX()
299 …mDummyMatrix.f[ 4] = - PVRTXMUL(( PVRTXMUL(mIn.f[ 4], mIn.f[10]) - PVRTXMUL(mIn.f[ 8], mIn.f[ 6]) … in PVRTMatrixInverseX()
300 …mDummyMatrix.f[ 5] = PVRTXMUL(( PVRTXMUL(mIn.f[ 0], mIn.f[10]) - PVRTXMUL(mIn.f[ 8], mIn.f[ 2]) … in PVRTMatrixInverseX()
301 …mDummyMatrix.f[ 6] = - PVRTXMUL(( PVRTXMUL(mIn.f[ 0], mIn.f[ 6]) - PVRTXMUL(mIn.f[ 4], mIn.f[ 2]) … in PVRTMatrixInverseX()
302 …mDummyMatrix.f[ 8] = PVRTXMUL(( PVRTXMUL(mIn.f[ 4], mIn.f[ 9]) - PVRTXMUL(mIn.f[ 8], mIn.f[ 5]) … in PVRTMatrixInverseX()
303 …mDummyMatrix.f[ 9] = - PVRTXMUL(( PVRTXMUL(mIn.f[ 0], mIn.f[ 9]) - PVRTXMUL(mIn.f[ 8], mIn.f[ 1]) … in PVRTMatrixInverseX()
304 …mDummyMatrix.f[10] = PVRTXMUL(( PVRTXMUL(mIn.f[ 0], mIn.f[ 5]) - PVRTXMUL(mIn.f[ 4], mIn.f[ 1]) … in PVRTMatrixInverseX()
307 …mDummyMatrix.f[12] = - ( PVRTXMUL(mIn.f[12], mDummyMatrix.f[ 0]) + PVRTXMUL(mIn.f[13], mDummyMatri… in PVRTMatrixInverseX()
308 …mDummyMatrix.f[13] = - ( PVRTXMUL(mIn.f[12], mDummyMatrix.f[ 1]) + PVRTXMUL(mIn.f[13], mDummyMatri… in PVRTMatrixInverseX()
309 …mDummyMatrix.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()