Home
last modified time | relevance | path

Searched refs:_01 (Results 1 – 25 of 31) sorted by relevance

12

/TwlSDK-5.1.0/build/libraries/fx/common/src/
Dfx_mtx22.c98 pDst->_01 = mul64(v, pSrc->_01); in MTX_ScaleApply22()
137 (fx64)pSrc->_01 * pSrc->_10 + (fx64)(FX32_ONE >> 1)) >> FX32_SHIFT); in MTX_Inverse22()
149 p->_01 = -(fx32)(((fx64)det * pSrc->_01) >> FX32_SHIFT); in MTX_Inverse22()
199 y = a->_01; in MTX_Concat22()
202 p->_01 = (fx32)(((fx64)x * b->_01 + (fx64)y * b->_11) >> FX32_SHIFT); in MTX_Concat22()
208 p->_11 = (fx32)(((fx64)x * b->_01 + (fx64)y * b->_11) >> FX32_SHIFT); in MTX_Concat22()
Dfx_mtx33.c134 pDst->_01 = mul64(v, pSrc->_01); in MTX_ScaleApply33()
248 pDst->_01 = t01 + s2; in MTX_RotAxis33()
305 (fx64)pSrc->_01 * det10 + in MTX_Inverse33()
314 tmp01 = (fx32)(((fx64)pSrc->_01 * pSrc->_22 - (fx64)pSrc->_21 * pSrc->_02) >> FX32_SHIFT); in MTX_Inverse33()
315 tmp02 = (fx32)(((fx64)pSrc->_01 * pSrc->_12 - (fx64)pSrc->_11 * pSrc->_02) >> FX32_SHIFT); in MTX_Inverse33()
321 p->_01 = -(fx32)(((fx64)det * tmp01) >> FX32_SHIFT); in MTX_Inverse33()
330 tmp21 = (fx32)(((fx64)pSrc->_00 * pSrc->_21 - (fx64)pSrc->_20 * pSrc->_01) >> FX32_SHIFT); in MTX_Inverse33()
333 tmp22 = (fx32)(((fx64)pSrc->_00 * pSrc->_11 - (fx64)pSrc->_10 * pSrc->_01) >> FX32_SHIFT); in MTX_Inverse33()
382 y = a->_01; in MTX_Concat33()
386 p->_01 = (fx32)(((fx64)x * b->_01 + (fx64)y * b->_11 + (fx64)z * b->_21) >> FX32_SHIFT); in MTX_Concat33()
[all …]
Dfx_mtx43.c109 pSrc->_31 + (fx32)((xx * pSrc->_01 + yy * pSrc->_11 + zz * pSrc->_21) >> FX32_SHIFT); in MTX_TransApply43()
286 (fx64)pSrc->_01 * det10 + in MTX_Inverse43()
295 tmp01 = (fx32)(((fx64)pSrc->_01 * pSrc->_22 - (fx64)pSrc->_21 * pSrc->_02) >> FX32_SHIFT); in MTX_Inverse43()
296 tmp02 = (fx32)(((fx64)pSrc->_01 * pSrc->_12 - (fx64)pSrc->_11 * pSrc->_02) >> FX32_SHIFT); in MTX_Inverse43()
302 p->_01 = -(fx32)(((fx64)det * tmp01) >> FX32_SHIFT); in MTX_Inverse43()
311 tmp21 = (fx32)(((fx64)pSrc->_00 * pSrc->_21 - (fx64)pSrc->_20 * pSrc->_01) >> FX32_SHIFT); in MTX_Inverse43()
314 tmp22 = (fx32)(((fx64)pSrc->_00 * pSrc->_11 - (fx64)pSrc->_10 * pSrc->_01) >> FX32_SHIFT); in MTX_Inverse43()
321 p->_31 = -(fx32)(((fx64)p->_01 * pSrc->_30 + in MTX_Inverse43()
373 y = a->_01; in MTX_Concat43()
377 p->_01 = (fx32)(((fx64)x * b->_01 + (fx64)y * b->_11 + (fx64)z * b->_21) >> FX32_SHIFT); in MTX_Concat43()
[all …]
Dfx_mtx44.c114 pSrc->_31 + (fx32)((xx * pSrc->_01 + yy * pSrc->_11 + zz * pSrc->_21) >> FX32_SHIFT); in MTX_TransApply44()
191 pDst->_01 = mul64(v, pSrc->_01); in MTX_ScaleApply44()
343 pDst->_01 = t01 + s2; in MTX_RotAxis44()
399 y = a->_01; in MTX_Concat44()
406 p->_01 = in MTX_Concat44()
407 (fx32)(((fx64)x * b->_01 + (fx64)y * b->_11 + (fx64)z * b->_21 + in MTX_Concat44()
428 (fx32)(((fx64)x * b->_01 + (fx64)y * b->_11 + (fx64)z * b->_21 + in MTX_Concat44()
449 (fx32)(((fx64)x * b->_01 + (fx64)y * b->_11 + (fx64)z * b->_21 + in MTX_Concat44()
470 (fx32)(((fx64)x * b->_01 + (fx64)y * b->_11 + (fx64)z * b->_21 + in MTX_Concat44()
517 mtx->_01 = 0; in MTX_FrustumW()
[all …]
/TwlSDK-5.1.0/include/nitro/fx/
Dfx.h163 fx32 _00, _01, _02, _03; member
174 fx32 _00, _01, _02, _03; member
191 fx32 _00, _01, _02; member
202 fx32 _00, _01, _02; member
219 fx32 _00, _01, _02; member
229 fx32 _00, _01, _02; member
245 fx32 _00, _01; member
254 fx32 _00, _01; member
/TwlSDK-5.1.0/build/demos/fx/test/src/
Dfx_append_mtx.c54 double _00, _01, _02, _03; member
75 double _00, _01, _02; member
181 y = a._01; in MTX_Concat43D_()
185 ab->_01 = x * b._01 + y * b._11 + z * b._21; in MTX_Concat43D_()
199 ab->_11 = x * b._01 + y * b._11 + z * b._21; in MTX_Concat43D_()
213 ab->_21 = x * b._01 + y * b._11 + z * b._21; in MTX_Concat43D_()
226 ab->_31 = x * b._01 + y * b._11 + z * b._21 + b._31; in MTX_Concat43D_()
237 pDst->_01 = 0; in MTX_RotY43D_()
256 pDst->_01 = (double)FX_FX32_TO_F32(sinVal); in MTX_RotZ43D_()
303 y = a._01; in MTX_Concat44D_()
[all …]
Dfx_test_common.c76 OutDetail("%f %f %f\n", m->_00 / 4096.0, m->_01 / 4096.0, m->_02 / 4096.0); in print_mtx43()
Dmain.c249 OS_Printf("%f %f %f\n", m->_00 / 4096.0, m->_01 / 4096.0, m->_02 / 4096.0); in print_mtx33()
258 a->_01 == b->_01 && in equal_mtx33()
268 a->_01 == b->_01 && in equal_mtx43()
285 OS_Printf("%f %f %f %f\n", m->_00 / 4096.0, m->_01 / 4096.0, m->_02 / 4096.0, m->_03 / 4096.0); in print_mtx44()
295 a->_01 == b->_01 && in equal_mtx44()
/TwlSDK-5.1.0/build/libraries/gx/ARM9/src/
Dg3imm.c45 reg_G3_MTX_LOAD_4x4 = (u32)m->_01; in G3_LoadMtx44()
84 reg_G3_MTX_LOAD_4x3 = (u32)m->_01; in G3_LoadMtx43()
119 reg_G3_MTX_MULT_4x4 = (u32)m->_01; in G3_MultMtx44()
158 reg_G3_MTX_MULT_4x3 = (u32)m->_01; in G3_MultMtx43()
193 reg_G3_MTX_MULT_3x3 = (u32)m->_01; in G3_MultMtx33()
Dg2.c37 SDK_MINMAX_ASSERT(mtx->_01, -128 * FX32_ONE, 128 * FX32_ONE - 1); in G2x_SetBGyAffine_()
42 *((vu32 *)addr + 0) = (u32)((u16)(s16)(mtx->_00 >> 4) | (u16)(s16)(mtx->_01 >> 4) << 16); in G2x_SetBGyAffine_()
52 x2 = mtx->_00 * dx + mtx->_01 * dy + (centerX << FX32_SHIFT); in G2x_SetBGyAffine_()
Dg3_util.c275 *p = mtx->_01; in G3_LoadTexMtxTexCoord()
299 *(param + 3) = (u32)(mtx->_01); in G3xx_LoadTexMtxTexCoord_()
404 *p = mtx->_01 << 4; in G3_LoadTexMtxEnv()
444 *(info->curr_param + 3) = (u32)(mtx->_01 << 4); in G3BS_LoadTexMtxEnv()
501 *(info->curr_param + 3) = (u32)(mtx->_01 << 4); in G3CS_LoadTexMtxEnv()
Dg3b.c84 *(info->curr_param + 1) = (u32)m->_01; in G3BS_LoadMtx44()
129 *(info->curr_param + 1) = (u32)m->_01; in G3BS_LoadMtx43()
170 *(info->curr_param + 1) = (u32)m->_01; in G3BS_MultMtx44()
215 *(info->curr_param + 1) = (u32)m->_01; in G3BS_MultMtx43()
256 *(info->curr_param + 1) = (u32)m->_01; in G3BS_MultMtx33()
294 *((u32 *)info->curr_param + 1) = (u32)mtx->_01; in G3BS_MultTransMtx33()
Dg3c.c196 *(info->curr_param + 1) = (u32)m->_01; in G3CS_LoadMtx44()
243 *(info->curr_param + 1) = (u32)m->_01; in G3CS_LoadMtx43()
286 *(info->curr_param + 1) = (u32)m->_01; in G3CS_MultMtx44()
333 *(info->curr_param + 1) = (u32)m->_01; in G3CS_MultMtx43()
376 *(info->curr_param + 1) = (u32)m->_01; in G3CS_MultMtx33()
416 *((u32 *)info->curr_param + 1) = (u32)mtx->_01; in G3CS_MultTransMtx33()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/CurrentMtx/src/
Dmain.c265 OS_Printf("mssg%d:%d, %d, %d, %d\n", count++, m._00, m._01, m._02, m._03); in TwlMain()
271 EXT_CompPrint("5321, 0, 0, 0", "%d, %d, %d, %d", m._00, m._01, m._02, m._03); in TwlMain()
296 OS_Printf("mssg%d:%d, %d, %d\n", count++, m._00, m._01, m._02); in TwlMain()
301 EXT_CompPrint("4096, 0, 0", "%d, %d, %d", m._00, m._01, m._02); in TwlMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/Sub_Oam_3/src/
Dmain.c99 mtx._01 = 0; in TwlMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_Oam_3/src/
Dmain.c98 mtx._01 = 0; in TwlMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/Sub_Oam_2/src/
Dmain.c106 mtx._01 = sinVal; in TwlMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_Oam_2/src/
Dmain.c105 mtx._01 = sinVal; in TwlMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/Sub_CharBg_3/src/
Dmain.c119 mtx._01 = 0; in TwlMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/Sub_CharBg_2/src/
Dmain.c118 mtx._01 = (fx32)sinVal; in TwlMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_CharBg_3/src/
Dmain.c129 mtx._01 = 0; in TwlMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_CharBg_2/src/
Dmain.c118 mtx._01 = (fx32)sinVal; in TwlMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_CharBg_256BMP/src/
Dmain.c234 mtx._01 = (fx32)((sinVal * rScale) >> FX32_SHIFT); in TwlMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_CharBg_Direct/src/
Dmain.c212 mtx._01 = (fx32)((sinVal * rScale) >> FX32_SHIFT); in TwlMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_CharBg_256_16/src/
Dmain.c249 mtx._01 = (fx32)((sinVal * rScale) >> FX32_SHIFT); in TwlMain()

12