Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/fx/common/src/
Dfx_mtx44.c117 pDst->_33 = in MTX_TransApply44()
118 pSrc->_33 + (fx32)((xx * pSrc->_03 + yy * pSrc->_13 + zz * pSrc->_23) >> FX32_SHIFT); in MTX_TransApply44()
216 t2 = pSrc->_33; in MTX_ScaleApply44()
218 pDst->_33 = t2; in MTX_ScaleApply44()
357 pDst->_33 = FX32_ONE; in MTX_RotAxis44()
411 (fx64)w * b->_33) >> FX32_SHIFT); in MTX_Concat44()
432 (fx64)w * b->_33) >> FX32_SHIFT); in MTX_Concat44()
453 (fx64)w * b->_33) >> FX32_SHIFT); in MTX_Concat44()
466 w = a->_33; in MTX_Concat44()
475 p->_33 = in MTX_Concat44()
[all …]
/TwlSDK-5.1.0/build/demos/fx/test/src/
Dfx_append_mtx.c57 double _30, _31, _32, _33; member
309 ab->_03 = x * b._03 + y * b._13 + z * b._23 + w * b._33; in MTX_Concat44D_()
326 ab->_13 = x * b._03 + y * b._13 + z * b._23 + w * b._33; in MTX_Concat44D_()
343 ab->_23 = x * b._03 + y * b._13 + z * b._23 + w * b._33; in MTX_Concat44D_()
356 w = a._33; in MTX_Concat44D_()
361 ab->_33 = x * b._03 + y * b._13 + z * b._23 + w * b._33; in MTX_Concat44D_()
Dmain.c288 OS_Printf("%f %f %f %f\n", m->_30 / 4096.0, m->_31 / 4096.0, m->_32 / 4096.0, m->_33 / 4096.0); in print_mtx44()
306 a->_30 == b->_30 && a->_31 == b->_31 && a->_32 == b->_32 && a->_33 == b->_33); in equal_mtx44()
339 m44._30 = m44._31 = m44._32 = m44._33 = 1; in test_FX_MTX33()
504 m44._03 = m44._13 = m44._23 = m44._33 = 1; in test_FX_MTX43()
/TwlSDK-5.1.0/build/libraries/gx/ARM9/src/
Dg3_util.c289 *p = mtx->_33 << 4; in G3_LoadTexMtxTexCoord()
314 *(param + 17) = (u32)(mtx->_33 << 4); in G3xx_LoadTexMtxTexCoord_()
418 *p = mtx->_33; in G3_LoadTexMtxEnv()
458 *(info->curr_param + 17) = (u32)mtx->_33; in G3BS_LoadTexMtxEnv()
515 *(info->curr_param + 17) = (u32)(mtx->_33); in G3CS_LoadTexMtxEnv()
Dg3imm.c62 reg_G3_MTX_LOAD_4x4 = (u32)m->_33; in G3_LoadMtx44()
136 reg_G3_MTX_MULT_4x4 = (u32)m->_33; in G3_MultMtx44()
Dg3b.c101 *(info->curr_param + 15) = (u32)m->_33; in G3BS_LoadMtx44()
187 *(info->curr_param + 15) = (u32)m->_33; in G3BS_MultMtx44()
Dg3c.c213 *(info->curr_param + 15) = (u32)m->_33; in G3CS_LoadMtx44()
303 *(info->curr_param + 15) = (u32)m->_33; in G3CS_MultMtx44()
Dg3x.c362 m->_33 = *((fx32 *)REG_CLIPMTX_RESULT_0_ADDR + 15); in G3X_GetClipMtx()
/TwlSDK-5.1.0/include/nitro/fx/
Dfx.h166 fx32 _30, _31, _32, _33; member
177 fx32 _30, _31, _32, _33; member
/TwlSDK-5.1.0/build/demos/gx/UnitTours/CurrentMtx/src/
Dmain.c268 OS_Printf("mssg%d:%d, %d, %d, %d\n\n", count++, m._30, m._31, m._32, m._33); in TwlMain()
275 EXT_CompPrint("0, 0, -8213, 0", "%d, %d, %d, %d", m._30, m._31, m._32, m._33); in TwlMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_TexSRT/src/
Dmain.c170 mtx._33 = 16 * FX32_ONE; in TwlMain()