Searched refs:tm0 (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.2.2/build/demos/gxdemo/src/DisplayList/ |
| D | DL-tf-mtx.c | 378 GXTexMtx tm0, tm1; in BuildModelDL() local 393 tm0 = GX_TEXMTX0; in BuildModelDL() 396 GXLoadTexMtxIndx (0, tm0, GX_MTX2x4); in BuildModelDL() 402 GXMatrixIndex1x8((u8)tm0); in BuildModelDL() 416 tm0 = GX_TEXMTX0; in BuildModelDL() 421 GXLoadTexMtxIndx ((u16)(i+j), tm0, GX_MTX2x4); in BuildModelDL() 423 tm0 = (GXTexMtx)(tm0 + MTX_IDX_SPAN); in BuildModelDL() 428 tm0 = GX_TEXMTX0; in BuildModelDL() 432 tm1 = (GXTexMtx)(tm0 + MTX_IDX_SPAN); in BuildModelDL() 439 GXMatrixIndex1x8((u8)tm0); in BuildModelDL() [all …]
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Transform/ |
| D | tf-reflect.c | 247 GXTexMtx tm0, tm1; in myDrawModel() local 288 tm0 = GX_TEXMTX0; in myDrawModel() 291 GXLoadTexMtxIndx( 0, tm0, GX_MTX2x4 ); in myDrawModel() 293 GXSetTexCoordGen( GX_TEXCOORD0, GX_TG_MTX2x4, GX_TG_NRM, tm0 ); in myDrawModel() 310 tm1 = ( tm0 == GX_TEXMTX0 ) ? GX_TEXMTX1 : GX_TEXMTX0; in myDrawModel() 318 GXMatrixIndex1x8( (u8)tm0 ); in myDrawModel() 329 tm0 = tm1; in myDrawModel() 337 GXSetTexCoordGen( GX_TEXCOORD0, GX_TG_MTX2x4, GX_TG_NRM, tm0 ); in myDrawModel()
|