Home
last modified time | relevance | path

Searched refs:view (Results 1 – 25 of 39) sorted by relevance

12

/RvlSDK-3.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-zcopy.c54 Mtx view; member
78 static void DrawUnitCell ( Mtx view );
79 static void DrawCells ( Mtx view );
297 DrawUnitCell(sc->cam.view); in DrawTick()
347 DrawCells(sc->cam.view); in DrawTick()
407 static void DrawUnitCell( Mtx view ) in DrawUnitCell() argument
431 MTXConcat(view, mv, mv); in DrawUnitCell()
470 MTXConcat(view, mt, mv); in DrawUnitCell()
484 MTXConcat(view, ms, mv); in DrawUnitCell()
505 static void DrawCells( Mtx view ) in DrawCells() argument
[all …]
Dfrb-copy.c55 Mtx view; member
94 static void DrawCubes ( Mtx view );
369 DrawCubes(sc->cam.view); in DrawTick()
373 MTXCopy(sc->cam.view, mv); in DrawTick()
379 MTXCopy(sc->cam.view, mv); in DrawTick()
596 static void DrawCubes( Mtx view ) in DrawCubes() argument
616 MTXConcat(view, mt, mv); in DrawCubes()
758 cam->view, in SetCamera()
/RvlSDK-3.2/build/demos/gxdemo/src/TexGen/
Dtg-shadow2.c86 Mtx view; member
130 static void DrawModels ( Mtx view, Mtx tgv, f32 adj, MyAnimCtrlObj* anim );
131 static void LoadGXMatrices ( Mtx view, Mtx tgv, Mtx mdm );
382 DrawModels(sc->light.cam.view, mtg, adjf, &sc->anim); in DrawTick()
414 SetLight(&sc->light, sc->cam.view); in DrawTick()
451 DrawModels(sc->cam.view, mtg, 1.0F, &sc->anim); in DrawTick()
546 static void DrawModels( Mtx view, Mtx tgv, f32 adj, MyAnimCtrlObj* anim ) in DrawModels() argument
569 LoadGXMatrices(view, tgv, mm); in DrawModels()
588 LoadGXMatrices(view, tgv, mm); in DrawModels()
602 LoadGXMatrices(view, tgv, mm); in DrawModels()
[all …]
Dtg-light-fx.c52 Mtx view; member
93 static void SetLight ( MyLightObj* light, Mtx view );
363 SetLight(&sc->light, sc->cam.view); in DrawTick()
387 MTXConcat(sc->cam.view, sc->modelCtrl, mm); in DrawTick()
414 MTXConcat(sc->cam.view, mr, mv); in DrawTick()
536 cam->view, in SetCamera()
562 static void SetLight( MyLightObj* light, Mtx view ) in SetLight() argument
575 MTXMultVec(view, &lpos, &lpos); in SetLight()
635 MTXConcat(mt, sc->cam.view, mt); in SetTexGenMtx0()
676 MTXMultVecSR(sc->cam.view, &vlight, &vlight); in SetTexGenMtx1()
[all …]
Dtg-dual.c57 Mtx view; member
90 static void SetLight ( MyLightObj* light, Mtx view );
238 SetLight(&sc->light, sc->cam.view); in DrawTick()
258 MTXConcat(sc->cam.view, sc->modelCtrl, mm); in DrawTick()
292 MTXConcat(sc->cam.view, mr, mv); in DrawTick()
430 cam->view, in SetCamera()
455 static void SetLight( MyLightObj* light, Mtx view ) in SetLight() argument
464 MTXMultVec(view, &lpos, &lpos); in SetLight()
553 MTXInverse(sc->cam.view, mci); in SetTexGenPos()
554 MTXConcat(sc->light.cam.view, mci, mv); in SetTexGenPos()
Dtg-shadow.c58 Mtx view; member
324 MTXConcat(sc->light.cam.view, mtr, mv); in DrawTick()
354 SetLight(&sc->light, sc->cam.view); in DrawTick()
359 MTXConcat(sc->cam.view, mtr, mv); in DrawTick()
391 MTXConcat(sc->cam.view, ms, mv); in DrawTick()
559 MTXConcat(proj, cam->view, mp); in GetTexProjMtx()
586 cam->view, in SetCamera()
Dtg-shadow3.c90 Mtx view; member
107 Mtx view; // Viewing transformation member
442 MTXCopy(sc->light.cam.view, tmo.view); in DrawTick()
473 SetLight(&sc->light, sc->cam.view); in DrawTick()
533 MTXCopy(sc->cam.view, tmo.view); in DrawTick()
893 MTXConcat(tmo->view, mm, mv); in LoadGXMatrices()
930 cam->view, in SetCamera()
1040 MTXConcat(proj, cam->view, tmo->texProj); in GetTexProjMtx()
1041 MTXConcat(dp, cam->view, tmo->depth); in GetTexProjMtx()
/RvlSDK-3.2/build/demos/gxdemo/src/Lighting/
Dlit-unclamp.c51 Mtx view; member
84 static void SetLight ( MyLightEnvObj * le, Mtx view );
213 SetLight(&sc->lightEnv, sc->cam.view); in DrawTick()
216 MTXConcat(sc->cam.view, sc->modelCtrl, mv); in DrawTick()
229 MTXConcat(sc->cam.view, mr, mv); in DrawTick()
428 cam->view, in SetCamera()
454 static void SetLight( MyLightEnvObj* le, Mtx view ) in SetLight() argument
469 MTXMultVec(view, &lpos, &lpos); in SetLight()
Dlit-cartoon.c52 Mtx view; member
87 static void SetLight ( MyLightEnvObj* le, Mtx view );
242 SetLight(&sc->lightEnv, sc->cam.view); in DrawTick()
259 MTXConcat(sc->cam.view, sc->modelCtrl, mv); in DrawTick()
277 MTXConcat(sc->cam.view, mr, mv); in DrawTick()
458 cam->view, in SetCamera()
484 static void SetLight( MyLightEnvObj* le, Mtx view ) in SetLight() argument
499 MTXMultVec(view, &lpos, &lpos); in SetLight()
Dlit-specular.c53 Mtx view; member
86 static void SetLight ( MyLightEnvObj* le, Mtx view );
232 SetLight(&sc->lightEnv, sc->cam.view); in DrawTick()
320 MTXConcat(sc->cam.view, sc->modelCtrl, mv); in DrawTick()
335 MTXConcat(sc->cam.view, mr, mv); in DrawTick()
494 cam->view, in SetCamera()
520 static void SetLight( MyLightEnvObj* le, Mtx view ) in SetLight() argument
541 MTXMultVecSR(view, &ldir, &ldir); in SetLight()
Dlit-texture.c52 Mtx view; member
86 static void SetLight ( MyLightEnvObj * le, Mtx view );
305 SetLight(&sc->lightEnv, sc->cam.view); in DrawTick()
308 MTXConcat(sc->cam.view, sc->modelCtrl, mv); in DrawTick()
325 MTXConcat(sc->cam.view, mr, mv); in DrawTick()
503 cam->view, in SetCamera()
529 static void SetLight( MyLightEnvObj* le, Mtx view ) in SetLight() argument
544 MTXMultVec(view, &lpos, &lpos); in SetLight()
Dlit-alpha.c53 Mtx view; member
268 MTXConcat(sc->cam.view, mr, mv); in DrawTick()
278 MTXConcat(sc->cam.view, sc->modelCtrl, mv); in DrawTick()
291 SetLight(sc->lightCtrl, sc->cam.view); in DrawTick()
301 MTXConcat(sc->cam.view, sc->modelCtrl, mv); in DrawTick()
497 cam->view, in SetCamera()
523 void SetLight( MyLightObj* lightCtrl, Mtx view ) in SetLight() argument
539 MTXMultVec(view, &lpos, &lpos); in SetLight()
Dlit-dist-atn.c46 Mtx view; member
227 SetLight(&sc->light, sc->cam.view); in DrawTick()
235 MTXConcat(sc->cam.view, ms, mv); in DrawTick()
254 MTXConcat(sc->cam.view, mt, mv); in DrawTick()
359 cam->view, in SetCamera()
Dlit-atn-func.c47 Mtx view; member
235 MTXMultVec(sc->sub[0].cam.view, &lpos, &lpos); in DrawInit()
243 MTXMultVec(sc->sub[1].cam.view, &lpos, &lpos); in DrawInit()
251 MTXConcat(sc->sub[0].cam.view, ms, sc->sub[0].modelCtrl); in DrawInit()
253 MTXConcat(sc->sub[1].cam.view, ms, sc->sub[1].modelCtrl); in DrawInit()
491 cam->view, in SetCamera()
Dlit-spot.c54 Mtx view; member
113 static void SetLight ( MyLightEnvObj* le, Mtx view );
314 SetLight(&sc->lightEnv, sc->cam.view); in DrawTick()
324 MTXConcat(sc->cam.view, mt, mv); in DrawTick()
340 MTXCopy(sc->cam.view, mv); in DrawTick()
692 cam->view, in SetCamera()
718 static void SetLight( MyLightEnvObj* le, Mtx view ) in SetLight() argument
736 MTXMultVecSR(view, &ldir, &ldir); in SetLight()
740 MTXMultVec(view, &lpos, &lpos); in SetLight()
Dlit-prelit.c55 Mtx view; member
272 MTXConcat(sc->cam.view, mt, mv); in DrawInit()
412 cam->view, in SetCamera()
452 MTXMultVecSR(sc->cam.view, &ldir, &ldir); in SetLight()
459 MTXMultVec(sc->cam.view, &lpos, &lpos); in SetLight()
Dlit-multi.c52 Mtx view; member
351 MTXConcat(sc->cam.view, mr, mv); in DrawTick()
362 MTXConcat(sc->cam.view, sc->modelCtrl, mv); in DrawTick()
608 cam->view, in SetCamera()
652 MTXMultVec(sc->cam.view, &lpos, &lpos); in SetLight()
/RvlSDK-3.2/build/demos/cxdemo/src/
Dcx_uncompress.c39 Mtx view; member
190 MTXLookAt( cam->view, in SetCamera()
374 GXLoadPosMtxImm( sc->cam.view, GX_PNMTX0 ); in DrawInit()
394 GXLoadPosMtxImm( sc->cam.view, GX_PNMTX0 ); in DrawTick()
432 MTXConcat( m, sc->cam.view, mv ); in DrawTick()
Dcx_uncompress_stream.c36 Mtx view; member
187 MTXLookAt( cam->view, in SetCamera()
469 GXLoadPosMtxImm( sc->cam.view, GX_PNMTX0 ); in DrawInit()
489 GXLoadPosMtxImm( sc->cam.view, GX_PNMTX0 ); in DrawTick()
527 MTXConcat( m, sc->cam.view, mv ); in DrawTick()
/RvlSDK-3.2/build/demos/gddemo/src/
Dgd-tev-gc.c80 Mtx view; member
129 static void SetLight ( MyLightCtrlObj* le, Mtx view );
290 MTXConcat(sc->cam.view, sc->modelRot, mr); in DrawTick()
309 SetLight(&sc->lightCtrl, sc->cam.view); in DrawTick()
368 cam->view, in SetCamera()
394 static void SetLight( MyLightCtrlObj* le, Mtx view ) in SetLight() argument
417 MTXMultVec(view, &lpos, &lpos); in SetLight()
423 MTXMultVecSR(view, &ldir, &ldir); in SetLight()
Dgd-indtex-gc.c98 Mtx view; member
435 MTXConcat(sc->cam.view, ms, mv); in DrawModels()
445 MTXConcat(sc->cam.view, ms, mv); in DrawModels()
455 MTXConcat(sc->cam.view, ms, mv); in DrawModels()
465 MTXConcat(sc->cam.view, ms, mv); in DrawModels()
475 MTXConcat(sc->cam.view, mt, mv); in DrawModels()
617 cam->view, in SetCamera()
/RvlSDK-3.2/build/demos/gxdemo/src/Tev/
Dtev-complex.c65 Mtx view; member
151 static void SetLight ( MyLightCtrlObj* le, Mtx view );
430 MTXConcat(sc->cam.view, sc->model.rot, mr); in DrawTick()
449 SetLight(&sc->lightCtrl, sc->cam.view); in DrawTick()
628 cam->view, in SetCamera()
654 static void SetLight( MyLightCtrlObj* le, Mtx view ) in SetLight() argument
677 MTXMultVec(view, &lpos, &lpos); in SetLight()
683 MTXMultVecSR(view, &ldir, &ldir); in SetLight()
/RvlSDK-3.2/build/demos/gxdemo/src/PixelProc/
Dpix-sub.c61 Mtx view; member
341 SetLight(&sc->light, sc->cam.view); in DrawTick()
352 MTXConcat(sc->cam.view, ms, mv); in DrawTick()
469 SetLight(&sc->light, sc->cam.view); in DrawTick()
548 MTXConcat(sc->cam.view, mt, mv); in DrawBalls()
583 MTXConcat(sc->cam.view, mt, mv); in DrawShadowVol()
727 cam->view, in SetCamera()
/RvlSDK-3.2/build/demos/gxdemo/src/Texture/
Dtex-wrap.c48 Mtx view; member
246 MTXConcat(sc->cam.view, mt, mv); in DrawTick()
340 cam->view, in SetCamera()
Dtex-mix-mode.c48 Mtx view; member
293 MTXConcat(sc->cam.view, mt, mv); in DrawTick()
549 cam->view, in SetCamera()

12