Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Pane.cpp57 const nw::math::MTX34* __restrict pMtxParent, in MultMatrixSRTxST() argument
85 register const f32 a00 = pMtxParent->m[0][0]; in MultMatrixSRTxST()
86 register const f32 a01 = pMtxParent->m[0][1]; in MultMatrixSRTxST()
87 register const f32 a02 = pMtxParent->m[0][2]; in MultMatrixSRTxST()
88 register const f32 a03 = pMtxParent->m[0][3]; in MultMatrixSRTxST()
90 register const f32 a10 = pMtxParent->m[1][0]; in MultMatrixSRTxST()
91 register const f32 a11 = pMtxParent->m[1][1]; in MultMatrixSRTxST()
92 register const f32 a12 = pMtxParent->m[1][2]; in MultMatrixSRTxST()
93 register const f32 a13 = pMtxParent->m[1][3]; in MultMatrixSRTxST()
95 register const f32 a20 = pMtxParent->m[2][0]; in MultMatrixSRTxST()
[all …]