Home
last modified time | relevance | path

Searched refs:tm (Results 1 – 10 of 10) sorted by relevance

/RvlSDK-3.1.4/build/demos/gxdemo/src/TexGen/
Dspheremap.c225 Mtx tm, tc, tmp; in drawSphereMap() local
407 MTXIdentity(tm); in drawSphereMap()
412 MTXConcat(tm, tmp, tm); in drawSphereMap()
415 MTXConcat(tm, tmp, tm); in drawSphereMap()
417 MTXConcat(tc, tm, tm); in drawSphereMap()
418 GXLoadTexMtxImm(tm, GX_TEXMTX0, GX_MTX3x4); in drawSphereMap()
421 GXLoadNrmMtxImm(tm, GX_PNMTX0); in drawSphereMap()
Dparabolicmap.c255 Mtx tm, tc, tmp; in drawParaboloidMap() local
446 MTXIdentity(tm); in drawParaboloidMap()
452 MTXConcat(tm, tmp, tm); in drawParaboloidMap()
455 MTXConcat(tm, tmp, tm); in drawParaboloidMap()
457 MTXConcat(tc, tm, tm); in drawParaboloidMap()
458 GXLoadTexMtxImm(tm, GX_TEXMTX0, GX_MTX3x4); in drawParaboloidMap()
461 GXLoadNrmMtxImm(tm, GX_PNMTX0); in drawParaboloidMap()
/RvlSDK-3.1.4/build/demos/gddemo/src/
Dgd-matrix-gc.c396 Mtx ry, rz, mv, tm, mn; in AnimTick() local
419 MTXTrans(tm, tx, ty, 0); in AnimTick()
422 MTXConcat(tm, mv, mv); in AnimTick()
441 MTXTrans(tm, AnimData[i][0]*(tr), in AnimTick()
444 MTXConcat(mv, tm, posMats[i]); in AnimTick()
Dgd-init-gc.c323 Mtx ry, rz, tm; in AnimTick() local
346 MTXTrans(tm, tx, ty, 0); in AnimTick()
349 MTXConcat(tm, mv, mv); in AnimTick()
Dgd-texture-gc.c566 Mtx ry, rz, mv, tm, mn; in AnimTick() local
589 MTXTrans(tm, tx, ty, 0); in AnimTick()
592 MTXConcat(tm, mv, mv); in AnimTick()
/RvlSDK-3.1.4/build/libraries/gd/src/
DGDIndirect.c321 GXIndTexMtxID sm, tm; in GDSetTevIndBumpST() local
327 tm = GX_ITM_T0; in GDSetTevIndBumpST()
331 tm = GX_ITM_T1; in GDSetTevIndBumpST()
335 tm = GX_ITM_T2; in GDSetTevIndBumpST()
356 tm, // matrix select in GDSetTevIndBumpST()
/RvlSDK-3.1.4/build/libraries/tc/src/
DTCTPLToolbox.cpp139 struct tm colorModTime; // mod. date of the color srcImage file
140 struct tm alphaModTime; // mod. date of the alpha srcImage file
159 struct tm srcModTime; // mod. date of the srcImage
173 struct tm tplModTime;
289 static void TCGetFileModTime ( const char* tplName, struct tm* refTmPtr );
290 static void TCGetTime ( struct tm* tmPtr );
293 static void TCSetFileModTime ( const char* fileName, struct tm* refTm );
294 static s32 TCCompareTime ( struct tm* time1, struct tm* time2 );
305 static void TCWriteCachedScriptFile ( const char* tplName, struct tm* refTmPtr );
308 static u32 TCCompareToCachedScriptData ( const char* prevTplName, struct tm* prevTplModTime, u8** …
[all …]
/RvlSDK-3.1.4/build/demos/gxdemo/src/Transform/
Dtf-mirror.c426 Mtx tm; in GetMirrorMv() local
428 MTXRotDeg(tm, 'Y', rot->y); // ignore rot->z for now in GetMirrorMv()
429 MTXConcat(tm, mv, mv); in GetMirrorMv()
430 MTXTrans(tm, trans->x, trans->y, trans->z); in GetMirrorMv()
431 MTXConcat(tm, mv, mv); in GetMirrorMv()
/RvlSDK-3.1.4/build/demos/hio2demo/vc++/simple/
Dsimple.cpp195 struct tm *pLocalTime; in __HIO2Send()
/RvlSDK-3.1.4/build/demos/hio2demo/vc++/multi/
Dmulti.cpp304 struct tm *pLocalTime; in CreatePcTime()