Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/nitro/fx/
Dfx_mtx43.h41 void MTX_TransApply43(const MtxFx43 *pSrc, MtxFx43 *pDst, fx32 x, fx32 y, fx32 z);
/TwlSDK-5.4/build/demos/fx/test/src/
Dfx_append_mtx.c527 MTX_TransApply43(&mtxFx, &mtxFx, FX32_ONE, FX32_ONE, FX32_ONE); in MTX_inv_43_test_()
528 MTX_TransApply43(&mtxFx, &mtxFx2, FX32_ONE, FX32_ONE, FX32_ONE); in MTX_inv_43_test_()
/TwlSDK-5.4/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