Searched refs:trans (Results 1 – 7 of 7) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/gx/ARM9/src/ |
| D | g3imm.c | 244 void G3_MultTransMtx33(const MtxFx33 *mtx, const VecFx32 *trans) in G3_MultTransMtx33() argument 247 SDK_NULL_ASSERT(trans); in G3_MultTransMtx33() 251 reg_G3X_GXFIFO = (u32)trans->x; in G3_MultTransMtx33() 252 reg_G3X_GXFIFO = (u32)trans->y; in G3_MultTransMtx33() 253 reg_G3X_GXFIFO = (u32)trans->z; in G3_MultTransMtx33()
|
| D | g3b.c | 280 void G3BS_MultTransMtx33(GXDLInfo *info, const MtxFx33 *mtx, const VecFx32 *trans) in G3BS_MultTransMtx33() argument 284 SDK_NULL_ASSERT(trans); in G3BS_MultTransMtx33() 291 MI_CpuCopy32(trans, (u32 *)info->curr_param + 9, sizeof(VecFx32)); in G3BS_MultTransMtx33() 305 *((u32 *)info->curr_param + 9) = trans->x; in G3BS_MultTransMtx33() 306 *((u32 *)info->curr_param + 10) = trans->y; in G3BS_MultTransMtx33() 307 *((u32 *)info->curr_param + 11) = trans->z; in G3BS_MultTransMtx33() 656 void G3B_MultTransMtx33(GXDLInfo *info, const MtxFx33 *mtx, const VecFx32 *trans) in G3B_MultTransMtx33() argument 658 G3BS_MultTransMtx33(info, mtx, trans); in G3B_MultTransMtx33()
|
| D | g3c.c | 400 void G3CS_MultTransMtx33(GXDLInfo *info, const MtxFx33 *mtx, const VecFx32 *trans) in G3CS_MultTransMtx33() argument 404 SDK_NULL_ASSERT(trans); in G3CS_MultTransMtx33() 413 MI_CpuCopy32(trans, (u32 *)info->curr_param + 9, sizeof(VecFx32)); in G3CS_MultTransMtx33() 427 *((u32 *)info->curr_param + 9) = trans->x; in G3CS_MultTransMtx33() 428 *((u32 *)info->curr_param + 10) = trans->y; in G3CS_MultTransMtx33() 429 *((u32 *)info->curr_param + 11) = trans->z; in G3CS_MultTransMtx33() 819 void G3C_MultTransMtx33(GXDLInfo *info, const MtxFx33 *mtx, const VecFx32 *trans) in G3C_MultTransMtx33() argument 821 G3CS_MultTransMtx33(info, mtx, trans); in G3C_MultTransMtx33()
|
| /TwlSDK-5.1.0/build/demos/ctrdg/backup-1/src/ |
| D | draw.c | 275 RGB555 trans = col_gnd; in TransRect() local 281 if (p[i] != trans) in TransRect()
|
| /TwlSDK-5.1.0/include/nitro/gx/ |
| D | g3c.h | 66 void G3CS_MultTransMtx33(GXDLInfo *info, const MtxFx33 *mtx, const VecFx32 *trans); 122 void G3C_MultTransMtx33(GXDLInfo *info, const MtxFx33 *mtx, const VecFx32 *trans);
|
| D | g3b.h | 73 void G3BS_MultTransMtx33(GXDLInfo *info, const MtxFx33 *mtx, const VecFx32 *trans); 132 void G3B_MultTransMtx33(GXDLInfo *info, const MtxFx33 *mtx, const VecFx32 *trans);
|
| D | g3imm.h | 58 void G3_MultTransMtx33(const MtxFx33 *mtx, const VecFx32 *trans);
|