Searched refs:tm0 (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-2.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-2.1/build/demos/gxdemo/src/Transform/ |
| D | tf-reflect.c | 234 GXTexMtx tm0, tm1; in myDrawModel() local 275 tm0 = GX_TEXMTX0; in myDrawModel() 278 GXLoadTexMtxIndx( 0, tm0, GX_MTX2x4 ); in myDrawModel() 280 GXSetTexCoordGen( GX_TEXCOORD0, GX_TG_MTX2x4, GX_TG_NRM, tm0 ); in myDrawModel() 297 tm1 = ( tm0 == GX_TEXMTX0 ) ? GX_TEXMTX1 : GX_TEXMTX0; in myDrawModel() 305 GXMatrixIndex1x8( (u8)tm0 ); in myDrawModel() 316 tm0 = tm1; in myDrawModel() 324 GXSetTexCoordGen( GX_TEXCOORD0, GX_TG_MTX2x4, GX_TG_NRM, tm0 ); in myDrawModel()
|