Lines Matching refs:pMtxParent
57 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()
96 register const f32 a21 = pMtxParent->m[2][1]; in MultMatrixSRTxST()
97 register const f32 a22 = pMtxParent->m[2][2]; in MultMatrixSRTxST()
98 register const f32 a23 = pMtxParent->m[2][3]; in MultMatrixSRTxST()