Home
last modified time | relevance | path

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

/RvlSDK-3.2/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-3.2/include/revolution/gx/
DGXTransform.h96 void GXSetProjection ( const f32 mtx[4][4], GXProjectionType type );
98 void GXLoadPosMtxImm ( const f32 mtx[3][4], u32 id );
100 void GXLoadNrmMtxImm ( const f32 mtx[3][4], u32 id );
101 void GXLoadNrmMtxImm3x3 ( const f32 mtx[3][3], u32 id );
104 void GXLoadTexMtxImm ( const f32 mtx[][4], u32 id, GXTexMtxType type );
111 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-3.2/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-3.2/build/libraries/mtx/
Dmakefile20 MODULENAME = mtx
23 LIBNAME = mtx
28 CLIBSRCS = mtx.c \
/RvlSDK-3.2/build/demos/gxdemo/src/Transform/
Dtf-stitch.c58 GXPosNrmMtx mtx; member
327 GXLoadPosMtxImm(mv, segs[(i + (10 * k)) - k].mtx); in DrawTick()
334 GXLoadNrmMtxImm(mv, segs[(i + (10 * k)) - k].mtx); in DrawTick()
362 GXMatrixIndex1u8(segs[((j + (10 * k)) - k) + 1].mtx); in DrawTick()
367 GXMatrixIndex1u8(segs[((j + (10 * k)) - k)].mtx); in DrawTick()
373 GXMatrixIndex1u8(segs[((j + (10 * k)) - k) + 1].mtx); in DrawTick()
378 GXMatrixIndex1u8(segs[((j + (10 * k)) - k)].mtx); in DrawTick()
499 GXLoadNrmMtxImm(mv, seg->mtx); in ComputeNormalRotMtx()
/RvlSDK-3.2/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-3.2/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()
/RvlSDK-3.2/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-3.2/RVL/bin/demos/gxdemo/
Dsmp-onetri.map884 00013c0c 0002a0 8001a3ac 0001656c 1 .text mtx.a mtx.o
885 UNUSED 00003c ........ ........ C_MTXIdentity mtx.a mtx.o
886 00013c0c 00002c 8001a3ac 0001656c 4 PSMTXIdentity mtx.a mtx.o
887 UNUSED 00006c ........ ........ C_MTXCopy mtx.a mtx.o
888 UNUSED 000034 ........ ........ PSMTXCopy mtx.a mtx.o
889 UNUSED 0002a8 ........ ........ C_MTXConcat mtx.a mtx.o
890 00013c38 0000cc 8001a3d8 00016598 4 PSMTXConcat mtx.a mtx.o
891 UNUSED 000068 ........ ........ C_MTXConcatArray mtx.a mtx.o
892 UNUSED 000198 ........ ........ PSMTXConcatArray mtx.a mtx.o
893 UNUSED 00009c ........ ........ C_MTXTranspose mtx.a mtx.o
[all …]
/RvlSDK-3.2/build/libraries/demo/src/
DDEMOPuts.c559 Mtx mtx; in LoadSheet() local
589 MTXScale(mtx, 1.0f / FontData->sheetWidth, in LoadSheet()
592 GXLoadTexMtxImm(mtx, GX_TEXMTX0, GX_MTX2x4); in LoadSheet()
/RvlSDK-3.2/RVL/bin/demos/thpdemo/
DTHPSimple.map949 00015ce4 00002c 8001c484 00018644 1 .text mtx.a mtx.o
950 UNUSED 00003c ........ ........ C_MTXIdentity mtx.a mtx.o
951 00015ce4 00002c 8001c484 00018644 4 PSMTXIdentity mtx.a mtx.o
952 UNUSED 00006c ........ ........ C_MTXCopy mtx.a mtx.o
953 UNUSED 000034 ........ ........ PSMTXCopy mtx.a mtx.o
954 UNUSED 0002a8 ........ ........ C_MTXConcat mtx.a mtx.o
955 UNUSED 0000cc ........ ........ PSMTXConcat mtx.a mtx.o
956 UNUSED 000068 ........ ........ C_MTXConcatArray mtx.a mtx.o
957 UNUSED 000198 ........ ........ PSMTXConcatArray mtx.a mtx.o
958 UNUSED 00009c ........ ........ C_MTXTranspose mtx.a mtx.o
[all …]
/RvlSDK-3.2/build/
Dmakefile55 mtx \
/RvlSDK-3.2/build/buildtools/
Dcommondefs314 $(INSTALL_ROOT)/lib/mtx$(LIBSUFFIX) \
/RvlSDK-3.2/
Dreadme-RVL_SDK-3_2-patch2.txt307 ./build/demos/gxdemo/src/DisplayList/DL-tf-mtx.c