Home
last modified time | relevance | path

Searched refs:mtx (Results 1 – 17 of 17) sorted by relevance

/RvlSDK-2.1/build/libraries/gd/src/
DGDTransform.c51 void GDLoadPosMtxImm ( const f32 mtx[3][4], u32 id ) in GDLoadPosMtxImm()
55 GDWrite_f32(mtx[0][0]); in GDLoadPosMtxImm()
56 GDWrite_f32(mtx[0][1]); in GDLoadPosMtxImm()
57 GDWrite_f32(mtx[0][2]); in GDLoadPosMtxImm()
58 GDWrite_f32(mtx[0][3]); in GDLoadPosMtxImm()
60 GDWrite_f32(mtx[1][0]); in GDLoadPosMtxImm()
61 GDWrite_f32(mtx[1][1]); in GDLoadPosMtxImm()
62 GDWrite_f32(mtx[1][2]); in GDLoadPosMtxImm()
63 GDWrite_f32(mtx[1][3]); in GDLoadPosMtxImm()
65 GDWrite_f32(mtx[2][0]); in GDLoadPosMtxImm()
[all …]
DGDIndirect.c264 f32 mtx[2][3]; in GDSetTevIndTile() local
292 mtx[0][0] = ((f32) tilespacing_s / IND_TEX_MTX_SCALE); in GDSetTevIndTile()
293 mtx[0][1] = mtx[0][2] = 0.0f; in GDSetTevIndTile()
294 mtx[1][1] = ((f32) tilespacing_t / IND_TEX_MTX_SCALE); in GDSetTevIndTile()
295 mtx[1][0] = mtx[1][2] = 0.0f; in GDSetTevIndTile()
296 GDSetIndTexMtx(matrix_sel, mtx, IND_TEX_MTX_EXP); in GDSetTevIndTile()
/RvlSDK-2.1/include/revolution/gx/
DGXTransform.h97 void GXSetProjection ( const f32 mtx[4][4], GXProjectionType type );
99 void GXLoadPosMtxImm ( const f32 mtx[3][4], u32 id );
101 void GXLoadNrmMtxImm ( const f32 mtx[3][4], u32 id );
102 void GXLoadNrmMtxImm3x3 ( const f32 mtx[3][3], u32 id );
105 void GXLoadTexMtxImm ( const f32 mtx[][4], u32 id, GXTexMtxType type );
112 const f32 mtx[3][4], // model-view matrix
DGXGeometry.h138 u32 mtx,
148 u32 mtx );
154 u32 mtx ) in GXSetTexCoordGen() argument
156 GXSetTexCoordGen2(dst_coord, func, src_param, mtx, in GXSetTexCoordGen()
/RvlSDK-2.1/include/revolution/gd/
DGDTransform.h61 void GDLoadPosMtxImm ( const f32 mtx[3][4], u32 id );
63 void GDLoadNrmMtxImm ( const f32 mtx[3][4], u32 id );
64 void GDLoadNrmMtxImm3x3 ( const f32 mtx[3][3], u32 id );
66 void GDLoadTexMtxImm ( const f32 mtx[][4], u32 id, GXTexMtxType type );
72 void GDSetProjection ( const f32 mtx[4][4], GXProjectionType type );
/RvlSDK-2.1/build/libraries/mtx/
Dmakefile20 MODULENAME = mtx
23 LIBNAME = mtx
28 CLIBSRCS = mtx.c \
/RvlSDK-2.1/build/demos/gxdemo/src/Transform/
Dtf-stitch.c58 GXPosNrmMtx mtx; member
317 GXLoadPosMtxImm(mv, segs[(i + (10 * k)) - k].mtx); in DrawTick()
324 GXLoadNrmMtxImm(mv, segs[(i + (10 * k)) - k].mtx); in DrawTick()
352 GXMatrixIndex1u8(segs[((j + (10 * k)) - k) + 1].mtx); in DrawTick()
357 GXMatrixIndex1u8(segs[((j + (10 * k)) - k)].mtx); in DrawTick()
363 GXMatrixIndex1u8(segs[((j + (10 * k)) - k) + 1].mtx); in DrawTick()
368 GXMatrixIndex1u8(segs[((j + (10 * k)) - k)].mtx); in DrawTick()
489 GXLoadNrmMtxImm(mv, seg->mtx); in ComputeNormalRotMtx()
/RvlSDK-2.1/build/demos/gxdemo/
Dmakefile59 DisplayList/DL-tf-mtx.c \
125 Transform/tf-pn-mtx.c Transform/tf-stitch.c \
126 Transform/tf-tg-mtx.c Transform/tf-mirror.c \
141 DL-geom DL-tex DL-tf-mtx \
178 tf-pn-mtx tf-stitch tf-tg-mtx tf-mirror \
218 $(FULLBIN_ROOT)/DL-tf-mtx$(BINSUFFIX): DisplayList/DL-tf-mtx.o \
453 $(FULLBIN_ROOT)/tf-pn-mtx$(BINSUFFIX): Transform/tf-pn-mtx.o \
459 $(FULLBIN_ROOT)/tf-tg-mtx$(BINSUFFIX): Transform/tf-tg-mtx.o \
/RvlSDK-2.1/RVL/bin/demos/gxdemo/
Dsmp-onetri.map732 0000f9d0 0002a0 800160f0 000122b0 1 .text mtx.a mtx.o
733 UNUSED 00003c ........ ........ C_MTXIdentity mtx.a mtx.o
734 0000f9d0 00002c 800160f0 000122b0 4 PSMTXIdentity mtx.a mtx.o
735 UNUSED 00006c ........ ........ C_MTXCopy mtx.a mtx.o
736 UNUSED 000034 ........ ........ PSMTXCopy mtx.a mtx.o
737 UNUSED 0002a8 ........ ........ C_MTXConcat mtx.a mtx.o
738 0000f9fc 0000cc 8001611c 000122dc 4 PSMTXConcat mtx.a mtx.o
739 UNUSED 000068 ........ ........ C_MTXConcatArray mtx.a mtx.o
740 UNUSED 000198 ........ ........ PSMTXConcatArray mtx.a mtx.o
741 UNUSED 00009c ........ ........ C_MTXTranspose mtx.a mtx.o
[all …]
/RvlSDK-2.1/build/demos/osdemo/src/
Dfontdemo1.c66 Mtx mtx; in LoadSheet() local
90 MTXScale(mtx, 1.0f / FontData->sheetWidth, in LoadSheet()
93 GXLoadTexMtxImm(mtx, GX_TEXMTX0, GX_MTX2x4); in LoadSheet()
Dfontdemo3.c72 Mtx mtx; in LoadSheet() local
96 MTXScale(mtx, 1.0f / FontData->sheetWidth, in LoadSheet()
99 GXLoadTexMtxImm(mtx, GX_TEXMTX0, GX_MTX2x4); in LoadSheet()
/RvlSDK-2.1/build/demos/gxdemo/src/PixelProc/
Dpix-z-comp.c392 Mtx mtx; in myDrawModel() local
421 MTXScale( mtx, ((float)width)/200.0f, ((float)height)/200.f, sceneZScale ); in myDrawModel()
422 GXLoadPosMtxImm( mtx, GX_PNMTX0 ); in myDrawModel()
Dpix-a-comp.c494 Mtx mtx; in myDrawModel() local
523 MTXScale( mtx, ((float)width)/200.0f, ((float)height)/200.f, 1.0f ); in myDrawModel()
524 GXLoadPosMtxImm( mtx, GX_PNMTX0 ); in myDrawModel()
/RvlSDK-2.1/RVL/bin/demos/thpdemo/
DTHPSimple.map795 000119cc 00002c 800180ec 000142ac 1 .text mtx.a mtx.o
796 UNUSED 00003c ........ ........ C_MTXIdentity mtx.a mtx.o
797 000119cc 00002c 800180ec 000142ac 4 PSMTXIdentity mtx.a mtx.o
798 UNUSED 00006c ........ ........ C_MTXCopy mtx.a mtx.o
799 UNUSED 000034 ........ ........ PSMTXCopy mtx.a mtx.o
800 UNUSED 0002a8 ........ ........ C_MTXConcat mtx.a mtx.o
801 UNUSED 0000cc ........ ........ PSMTXConcat mtx.a mtx.o
802 UNUSED 000068 ........ ........ C_MTXConcatArray mtx.a mtx.o
803 UNUSED 000198 ........ ........ PSMTXConcatArray mtx.a mtx.o
804 UNUSED 00009c ........ ........ C_MTXTranspose mtx.a mtx.o
[all …]
/RvlSDK-2.1/build/libraries/demo/src/
DDEMOPuts.c545 Mtx mtx; in LoadSheet() local
575 MTXScale(mtx, 1.0f / FontData->sheetWidth, in LoadSheet()
578 GXLoadTexMtxImm(mtx, GX_TEXMTX0, GX_MTX2x4); in LoadSheet()
/RvlSDK-2.1/build/
Dmakefile54 mtx \
/RvlSDK-2.1/build/buildtools/
Dcommondefs314 $(INSTALL_ROOT)/lib/mtx$(LIBSUFFIX) \