Searched refs:tm0 (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.1/build/demos/gxdemo/src/DisplayList/ |
| D | DL-tf-mtx.c | 376 GXTexMtx tm0, tm1; in BuildModelDL() local 391 tm0 = GX_TEXMTX0; in BuildModelDL() 394 GXLoadTexMtxIndx (0, tm0, GX_MTX2x4); in BuildModelDL() 400 GXMatrixIndex1x8((u8)tm0); in BuildModelDL() 414 tm0 = GX_TEXMTX0; in BuildModelDL() 419 GXLoadTexMtxIndx ((u16)(i+j), tm0, GX_MTX2x4); in BuildModelDL() 421 tm0 = (GXTexMtx)(tm0 + MTX_IDX_SPAN); in BuildModelDL() 426 tm0 = GX_TEXMTX0; in BuildModelDL() 430 tm1 = (GXTexMtx)(tm0 + MTX_IDX_SPAN); in BuildModelDL() 437 GXMatrixIndex1x8((u8)tm0); in BuildModelDL() [all …]
|
| /RvlSDK-3.1/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()
|