Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/nitro/fx/
Dfx_mtx33.h38 SDK_DECL_INLINE void MTX_Copy33(const MtxFx33 *pSrc, MtxFx33 *pDst);
90 SDK_INLINE void MTX_Copy33(const MtxFx33 *pSrc, MtxFx33 *pDst) in MTX_Copy33() function
/TwlSDK-5.4/build/demos/fx/test/src/
Dmain.c344 MTX_Copy33(&m, &m33); in test_FX_MTX33()