Searched refs:st (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.2/build/demos/gxdemo/src/Tev/ |
| D | tev-multi.c | 691 f32 st, ss; in AnimTexMtx() local 697 st = (f32)( cnt % 200 ) / 200.0F; in AnimTexMtx() 698 MTXTrans(tg[1], st, st, 0); in AnimTexMtx() 701 st = (f32)( cnt % 90 ) * 4.0F; in AnimTexMtx() 703 MTXRotDeg(m1, 'z', st); in AnimTexMtx() 709 st = (f32)( cnt % 200 ) / 200.0F; in AnimTexMtx() 710 MTXTrans(m0, st, 0.0F, 0.0F); in AnimTexMtx() 715 st = (f32)( cnt % 360 ) * PI / 180.0F; in AnimTexMtx() 716 ss = ( sinf(st) + 1.0F ) * 1.5F + 1.0F; in AnimTexMtx() 720 st = (f32)( cnt % 180 ) * PI / 90.0F; in AnimTexMtx() [all …]
|
| /RvlSDK-3.2/build/demos/gxdemo/ |
| D | makefile | 78 Indirect/ind-bump-st.c Indirect/ind-bump-xyz.c \ 151 ind-bump-st ind-bump-xyz ind-tile-test ind-pseudo-3d \ 266 $(FULLBIN_ROOT)/ind-bump-st$(BINSUFFIX): Indirect/ind-bump-st.o \
|
| /RvlSDK-3.2/build/demos/axdemo/src/ |
| D | axart3ddemo.c | 237 static void startSound(soundObject *so, SPSoundTable *st, u32 i) in startSound() argument 245 so->sound = SPGetSoundEntry(st, i); in startSound()
|