Home
last modified time | relevance | path

Searched refs:proj (Results 1 – 25 of 45) sorted by relevance

12

/RvlSDK-3.2/build/demos/gxdemo/src/Transform/
Dtf-tg-mtx.c446 Mtx proj; in SetProjectionTexGenMtx() local
455 MTXLightFrustum(proj, -5, 5, -5, 5, 50, 0.5F, 0.5F, 0.5F, 0.5F); in SetProjectionTexGenMtx()
456 MTXConcat(proj, mv, proj); in SetProjectionTexGenMtx()
457 GXLoadTexMtxImm(proj, GX_TEXMTX0, GX_MTX3x4); in SetProjectionTexGenMtx()
459 MTXLightFrustum(proj, -5, 5, -5, 5, 20, 0.5F, 0.5F, 0.5F, 0.5F); in SetProjectionTexGenMtx()
460 MTXConcat(proj, mv, proj); in SetProjectionTexGenMtx()
461 GXLoadTexMtxImm(proj, GX_TEXMTX1, GX_MTX3x4); in SetProjectionTexGenMtx()
463 MTXLightFrustum(proj, -5, 5, -5, 5, 30, 0.5F, 0.5F, 0.7F, 0.3F); in SetProjectionTexGenMtx()
464 MTXConcat(proj, mv, proj); in SetProjectionTexGenMtx()
465 GXLoadTexMtxImm(proj, GX_TEXMTX2, GX_MTX3x4); in SetProjectionTexGenMtx()
[all …]
/RvlSDK-3.2/build/libraries/gd/src/
DGDPixel.c66 u32 fsel, proj; in GDSetFog() local
72 proj = (u32)((type >> 3) & 0x01); in GDSetFog()
74 if ( proj ) // ORTHOGRAPHIC in GDSetFog()
136 GDWriteBPCmd( TEV_FOG_PARAM_3_PS( (c_hex >> 12), proj, fsel, in GDSetFog()
/RvlSDK-3.2/include/revolution/gd/
DGDPixel.h128 #define TEV_FOG_PARAM_3(c_mant, c_expn, c_sign, proj, fsel, rid) \ argument
132 (((unsigned long)(proj)) << TEV_FOG_PARAM_3_PROJ_SHIFT) | \
136 #define TEV_FOG_PARAM_3_PS(c_preshifted, proj, fsel, rid) \ argument
138 (((unsigned long)(proj)) << TEV_FOG_PARAM_3_PROJ_SHIFT) | \
/RvlSDK-3.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-bound-box.c57 Mtx44 proj; member
419 cam->proj, in SetCamera()
426 GXSetProjection(cam->proj, GX_PERSPECTIVE); in SetCamera()
440 Mtx44 proj; in SetScreenSpaceMode() local
443 MTXOrtho( proj, 0.0F, sc->screen_height - 1, 0.0f, sc->screen_width - 1, 0.0f, - MAX_Z ); in SetScreenSpaceMode()
444 GXSetProjection( proj, GX_ORTHOGRAPHIC ); in SetScreenSpaceMode()
Dfrb-copy.c56 Mtx44 proj; member
764 cam->proj, in SetCamera()
771 GXSetProjection(cam->proj, GX_PERSPECTIVE); in SetCamera()
785 Mtx44 proj; in SetScreenSpaceMode() local
790 MTXOrtho( proj, 0.0F, sc->screen_height, 0.0f, sc->screen_width, 0.0f, - MAX_Z ); in SetScreenSpaceMode()
792 GXSetProjection( proj, GX_ORTHOGRAPHIC ); in SetScreenSpaceMode()
/RvlSDK-3.2/build/demos/gxdemo/src/TexGen/
Dtg-basic.c20 Mtx44 proj; variable
129 MTXLightPerspective(proj, 40.0F, 1.0F, 2.0F, 2.0F, 0.5F, 0.5F); in DrawInit()
247 MTXConcat((MtxPtr)proj, mv, mv); in AnimTick()
Dtg-dual.c58 Mtx44 proj; member
235 GXSetProjection(sc->cam.proj, GX_PERSPECTIVE); in DrawTick()
436 cam->proj, in SetCamera()
538 Mtx proj; in SetTexGenPos() local
542 proj, in SetTexGenPos()
555 MTXConcat(proj, mv, mp); in SetTexGenPos()
Dtg-shadow2.c87 Mtx44 proj; member
679 Mtx proj; in GetTexProjMtx() local
684 proj, in GetTexProjMtx()
698 proj, in GetTexProjMtx()
709 MTXConcat(proj, cam->view, mp); in GetTexProjMtx()
765 cam->proj, in SetCamera()
776 cam->proj, in SetCamera()
785 GXSetProjection(cam->proj, cam->cfg.type); in SetCamera()
Dtg-shadow.c59 Mtx44 proj; member
546 Mtx proj; in GetTexProjMtx() local
549 proj, in GetTexProjMtx()
559 MTXConcat(proj, cam->view, mp); in GetTexProjMtx()
592 cam->proj, in SetCamera()
599 GXSetProjection(cam->proj, GX_PERSPECTIVE); in SetCamera()
Dtg-project.c616 Mtx proj; in TextureLightInit() local
619 MTXLightFrustum(proj, ymin, ymax, xmin, xmax, nnear, in TextureLightInit()
624 MTXConcat(proj, mv, proj); in TextureLightInit()
626 GXLoadTexMtxImm(proj, GX_TEXMTX0, GX_MTX3x4); in TextureLightInit()
Dtg-shadow3.c91 Mtx44 proj; member
938 cam->proj, in SetCamera()
949 cam->proj, in SetCamera()
958 GXSetProjection(cam->proj, cam->cfg.type); in SetCamera()
978 Mtx proj, dp; in GetTexProjMtx() local
994 proj, in GetTexProjMtx()
1019 proj, in GetTexProjMtx()
1040 MTXConcat(proj, cam->view, tmo->texProj); in GetTexProjMtx()
/RvlSDK-3.2/build/demos/gxdemo/src/Texture/
Dtex-wrap.c49 Mtx44 proj; member
346 cam->proj, in SetCamera()
353 GXSetProjection(cam->proj, GX_ORTHOGRAPHIC); in SetCamera()
Dtex-mix-mode.c49 Mtx44 proj; member
555 cam->proj, in SetCamera()
562 GXSetProjection(cam->proj, GX_ORTHOGRAPHIC); in SetCamera()
Dtex-fmt-cube.c62 Mtx44 proj; member
473 cam->proj, in SetCamera()
480 GXSetProjection(cam->proj, GX_PERSPECTIVE); in SetCamera()
Dtex-filter.c54 Mtx44 proj; member
456 cam->proj, in SetCamera()
463 GXSetProjection(cam->proj, GX_ORTHOGRAPHIC); in SetCamera()
Dtex-lod.c52 Mtx44 proj; member
516 cam->proj, in SetCamera()
523 GXSetProjection(cam->proj, GX_ORTHOGRAPHIC); in SetCamera()
/RvlSDK-3.2/build/demos/gxdemo/src/Tev/
Dtev-swap.c188 Mtx44 proj; in DrawTick() local
191 MTXOrtho(proj, 0, sc->screen_height, 0, sc->screen_width, 0.0F, 10000.0F); in DrawTick()
192 GXSetProjection(proj, GX_ORTHOGRAPHIC); in DrawTick()
/RvlSDK-3.2/build/demos/gddemo/src/
Dgd-indtex-gc.c99 Mtx44 proj; member
623 cam->proj, in SetCamera()
630 GXSetProjection(cam->proj, GX_PERSPECTIVE); in SetCamera()
644 Mtx44 proj; in SetScreenSpaceMode() local
647 MTXOrtho( proj, 0.0F, SCREEN_HT, 0.0F, SCREEN_WD, 0.0F, - MAX_Z ); in SetScreenSpaceMode()
648 GXSetProjection( proj, GX_ORTHOGRAPHIC ); in SetScreenSpaceMode()
/RvlSDK-3.2/build/demos/gxdemo/src/PixelProc/
Dpix-sub.c62 Mtx44 proj; member
677 Mtx44 proj; in DrawScrSizeQuad() local
680 MTXOrtho(proj, 0, 480, 0, 640, 0.0F, 10000.0F); in DrawScrSizeQuad()
681 GXSetProjection(proj, GX_ORTHOGRAPHIC); in DrawScrSizeQuad()
733 cam->proj, in SetCamera()
740 GXSetProjection(cam->proj, GX_PERSPECTIVE); in SetCamera()
/RvlSDK-3.2/build/demos/gxdemo/src/Lighting/
Dlit-dist-atn.c47 Mtx44 proj; member
365 cam->proj, in SetCamera()
372 GXSetProjection(cam->proj, GX_PERSPECTIVE); in SetCamera()
Dlit-unclamp.c52 Mtx44 proj; member
434 cam->proj, in SetCamera()
441 GXSetProjection(cam->proj, GX_PERSPECTIVE); in SetCamera()
Dlit-cartoon.c53 Mtx44 proj; member
464 cam->proj, in SetCamera()
471 GXSetProjection(cam->proj, GX_PERSPECTIVE); in SetCamera()
Dlit-specular.c54 Mtx44 proj; member
500 cam->proj, in SetCamera()
507 GXSetProjection(cam->proj, GX_PERSPECTIVE); in SetCamera()
/RvlSDK-3.2/build/demos/cxdemo/src/
Dcx_uncompress.c40 Mtx44 proj; member
195 MTXOrtho( cam->proj, in SetCamera()
203 GXSetProjection( cam->proj, GX_ORTHOGRAPHIC ); in SetCamera()
/RvlSDK-3.2/build/demos/cntdemo/src/
Dstrapcntdemo.c58 Mtx44 proj; member
596 cam->proj, in SetCamera()
603 GXSetProjection(cam->proj, GX_ORTHOGRAPHIC); in SetCamera()

12