Home
last modified time | relevance | path

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

/TwlSDK-5.5/include/nitro/fx/
Dfx_mtx43.h41 void MTX_TransApply43(const MtxFx43 *pSrc, MtxFx43 *pDst, fx32 x, fx32 y, fx32 z);
/TwlSDK-5.5/build/demos/fx/test/src/
Dfx_append_mtx.c529 MTX_TransApply43(&mtxFx, &mtxFx, FX32_ONE, FX32_ONE, FX32_ONE); in MTX_inv_43_test_()
530 MTX_TransApply43(&mtxFx, &mtxFx2, FX32_ONE, FX32_ONE, FX32_ONE); in MTX_inv_43_test_()
/TwlSDK-5.5/build/libraries/fx/common/src/
Dfx_mtx43.c92 void MTX_TransApply43(const MtxFx43 *pSrc, MtxFx43 *pDst, fx32 x, fx32 y, fx32 z) in MTX_TransApply43() function