| /RvlSDK-3.2/build/demos/gxdemo/src/Transform/ |
| D | tf-tg-mtx.c | 446 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/ |
| D | GDPixel.c | 66 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/ |
| D | GDPixel.h | 128 #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/ |
| D | frb-bound-box.c | 57 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()
|
| D | frb-copy.c | 56 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/ |
| D | tg-basic.c | 20 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()
|
| D | tg-dual.c | 58 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()
|
| D | tg-shadow2.c | 87 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()
|
| D | tg-shadow.c | 59 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()
|
| D | tg-project.c | 616 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()
|
| D | tg-shadow3.c | 91 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/ |
| D | tex-wrap.c | 49 Mtx44 proj; member 346 cam->proj, in SetCamera() 353 GXSetProjection(cam->proj, GX_ORTHOGRAPHIC); in SetCamera()
|
| D | tex-mix-mode.c | 49 Mtx44 proj; member 555 cam->proj, in SetCamera() 562 GXSetProjection(cam->proj, GX_ORTHOGRAPHIC); in SetCamera()
|
| D | tex-fmt-cube.c | 62 Mtx44 proj; member 473 cam->proj, in SetCamera() 480 GXSetProjection(cam->proj, GX_PERSPECTIVE); in SetCamera()
|
| D | tex-filter.c | 54 Mtx44 proj; member 456 cam->proj, in SetCamera() 463 GXSetProjection(cam->proj, GX_ORTHOGRAPHIC); in SetCamera()
|
| D | tex-lod.c | 52 Mtx44 proj; member 516 cam->proj, in SetCamera() 523 GXSetProjection(cam->proj, GX_ORTHOGRAPHIC); in SetCamera()
|
| /RvlSDK-3.2/build/demos/gxdemo/src/Tev/ |
| D | tev-swap.c | 188 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/ |
| D | gd-indtex-gc.c | 99 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/ |
| D | pix-sub.c | 62 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/ |
| D | lit-dist-atn.c | 47 Mtx44 proj; member 365 cam->proj, in SetCamera() 372 GXSetProjection(cam->proj, GX_PERSPECTIVE); in SetCamera()
|
| D | lit-unclamp.c | 52 Mtx44 proj; member 434 cam->proj, in SetCamera() 441 GXSetProjection(cam->proj, GX_PERSPECTIVE); in SetCamera()
|
| D | lit-cartoon.c | 53 Mtx44 proj; member 464 cam->proj, in SetCamera() 471 GXSetProjection(cam->proj, GX_PERSPECTIVE); in SetCamera()
|
| D | lit-specular.c | 54 Mtx44 proj; member 500 cam->proj, in SetCamera() 507 GXSetProjection(cam->proj, GX_PERSPECTIVE); in SetCamera()
|
| /RvlSDK-3.2/build/demos/cxdemo/src/ |
| D | cx_uncompress.c | 40 Mtx44 proj; member 195 MTXOrtho( cam->proj, in SetCamera() 203 GXSetProjection( cam->proj, GX_ORTHOGRAPHIC ); in SetCamera()
|
| /RvlSDK-3.2/build/demos/cntdemo/src/ |
| D | strapcntdemo.c | 58 Mtx44 proj; member 596 cam->proj, in SetCamera() 603 GXSetProjection(cam->proj, GX_ORTHOGRAPHIC); in SetCamera()
|