Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 105) sorted by relevance

12345

/RvlSDK-3.2.2/build/libraries/mix/src/
Dmix.c584 MIXChannel *c; in MIXInitChannel() local
590 c = &__MIXChannel[axvpb->index]; in MIXInitChannel()
592 c->axvpb = axvpb; in MIXInitChannel()
593 c->mode = mode & (MIX_MODE_AUXA_PREFADER in MIXInitChannel()
597 c->input = input; in MIXInitChannel()
598 c->auxA = auxA; in MIXInitChannel()
599 c->auxB = auxB; in MIXInitChannel()
600 c->auxC = auxC; in MIXInitChannel()
601 c->pan = pan; in MIXInitChannel()
602 c->span = span; in MIXInitChannel()
[all …]
/RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/
Dind-bump-xyz.c596 int c, f, v; in drawDonut() local
601 for(c=0; c<9; c++) // for each cube in drawDonut()
603 if (c==4) continue; // middle cube not drawn in drawDonut()
605 x = (c % 3) - 1; // compute cube offset in drawDonut()
606 y = 1 - (c / 3); in drawDonut()
610 if (!(face[c] & ((1<<5)>>f))) continue; in drawDonut()
632 coord c; in drawHemisphere() local
640 c.x = ((f32) 2.0f*(i+1)/ST) - 1.0f; in drawHemisphere()
641 c.y = ((f32) 2.0f*j/TT) - 1.0f; in drawHemisphere()
642 c.z = -2.0f; in drawHemisphere()
[all …]
Dind-bump-st.c563 coord c; in drawHemisphere() local
571 c.x = ((f32) 2.0f*i/ST) - 1.0f; in drawHemisphere()
572 c.y = ((f32) 2.0f*j/TT) - 1.0f; in drawHemisphere()
573 c.z = -2.0f; in drawHemisphere()
574 c.nx = c.x / NRM_SCALE; in drawHemisphere()
575 c.ny = c.y / NRM_SCALE; in drawHemisphere()
576 c.nz = c.x*c.x + c.y*c.y; in drawHemisphere()
577 c.nz = c.nz < 1 ? sqrtf(1 - c.nz) : 0; in drawHemisphere()
578 sendVertex(&c); in drawHemisphere()
580 c.x = ((f32) 2.0f*(i+1)/ST) - 1.0f; in drawHemisphere()
[all …]
Dind-pseudo-3d.c66 void adjustPoint(coord height[HFH][HFW], u16 r, u16 c, f32 h);
113 void adjustPoint(coord height[HFH][HFW], u16 r, u16 c, f32 h) in adjustPoint() argument
123 height[r][c].z = h; in adjustPoint()
130 u16 r, c; in createHeightField() local
141 for(c=0; c<HFW; c++) in createHeightField()
143 height[r][c].x = (f32) c - HFW/2.0f; in createHeightField()
144 height[r][c].y = (f32) r - HFH/2.0f; in createHeightField()
145 height[r][c].z = (f32) 0; in createHeightField()
146 height[r][c].nx = (f32) 0; in createHeightField()
147 height[r][c].ny = (f32) 0; in createHeightField()
[all …]
Dind-tile-test.c269 Coord c; in DrawTick() local
274 c.x = -1.0f; in DrawTick()
275 c.y = -0.5f; in DrawTick()
276 c.z = -5.0f; in DrawTick()
277 c.s = 0.0f; in DrawTick()
278 c.t = 0.0f; in DrawTick()
279 sendVertex(&c); in DrawTick()
280 c.x = 1.0f; in DrawTick()
281 c.s = 1.0f; in DrawTick()
282 sendVertex(&c); in DrawTick()
[all …]
/RvlSDK-3.2.2/build/demos/gxdemo/
Dmakefile56 Culling/cul-faces.c Culling/cul-viewport.c \
58 DisplayList/DL-geom.c DisplayList/DL-tex.c \
59 DisplayList/DL-tf-mtx.c \
61 Framebuffer/frb-bound-box.c \
62 Framebuffer/frb-copy.c \
63 Framebuffer/frb-fld-dbs.c \
64 Framebuffer/frb-fld-dbs-aa.c \
65 Framebuffer/frb-fld-int.c \
66 Framebuffer/frb-fld-int-aa.c \
67 Framebuffer/frb-aa-full.c \
[all …]
/RvlSDK-3.2.2/build/demos/osdemo/
Dmakefile40 CSRCS = stopwatchdemo.c \
41 allocdemo1-gettingmemory.c \
42 allocdemo2-oneheap.c \
43 allocdemo3-multipleheaps.c \
44 cachedemo.c \
45 timerdemo.c \
46 idlefunctiondemo.c \
47 threaddemo1.c \
48 threaddemo2.c \
49 threaddemo3.c \
[all …]
/RvlSDK-3.2.2/build/demos/axdemo/
Dmakefile74 CSRCS = axstream.c \
75 axsimple.c \
76 syndemo.c \
77 seqdemo.c \
78 compressor.c \
79 axart3ddemo.c \
80 dpl2demo.c \
81 dpl2reverb.c \
82 axfilter.c \
83 expchorus.c \
[all …]
/RvlSDK-3.2.2/build/demos/thpdemo/
Dmakefile82 CSRCS = THPSimple/main.c \
83 THPSimple/THPSimple.c \
84 THPSimple/THPDraw.c \
85 THPSimple/axseq.c \
86 THPPlayer/main.c \
87 THPPlayer/THPPlayer.c \
88 THPPlayer/THPVideoDecode.c \
89 THPPlayer/THPAudioDecode.c \
90 THPPlayer/THPRead.c \
91 THPPlayer/THPDraw.c \
[all …]
/RvlSDK-3.2.2/build/libraries/mtx/
Dmakefile28 CLIBSRCS = mtx.c \
29 mtxvec.c \
30 mtxstack.c \
31 mtx44.c \
32 mtx44vec.c \
33 vec.c \
34 quat.c \
35 psmtx.c
/RvlSDK-3.2.2/build/libraries/gd/
Dmakefile65 CLIBSRCS = GDBase.c \
66 GDFile.c \
67 GDGeometry.c \
68 GDIndirect.c \
69 GDLight.c \
70 GDPixel.c \
71 GDTev.c \
72 GDTexture.c \
73 GDTransform.c
/RvlSDK-3.2.2/build/demos/videmo/
Dmakefile87 CSRCS = color.c moving.c moving.30Hz.c viewer.c bmp.c smp-onetri_PAL.c moving.progressive.c \
88 smp-onetri_Progressive.c frb-vi-gamma.c cross-color.c dimming.c \
89 moving.regions.c
153 $(FULLBINOBJ_ROOT)/viewer_NTSC_INT.o: src/viewer.c
159 $(FULLBINOBJ_ROOT)/viewer_NTSC_DS.o: src/viewer.c
165 $(FULLBINOBJ_ROOT)/viewer_PAL_INT.o: src/viewer.c
171 $(FULLBINOBJ_ROOT)/viewer_PAL_DS.o: src/viewer.c
/RvlSDK-3.2.2/build/demos/gddemo/
Dmakefile72 gd-texture-gc.c \
73 gd-texture-gc-load.c \
74 gd-texture-create.c \
76 gd-matrix-gc.c \
77 gd-matrix-gc-load.c \
78 gd-matrix-create.c \
80 gd-light-gc.c \
81 gd-light-gc-load.c \
82 gd-light-create.c \
84 gd-tev-gc.c \
[all …]
/RvlSDK-3.2.2/build/demos/nanddemo/
Dmakefile40 CSRCS = basic.c directory.c async.c util.c gamesave.c safe.c check.c banner.c cancel.c
/RvlSDK-3.2.2/build/libraries/mem/
Dmakefile45 mem_heapCommon.c \
46 mem_expHeap.c \
47 mem_frameHeap.c \
48 mem_unitHeap.c \
49 mem_allocator.c \
50 mem_list.c \
/RvlSDK-3.2.2/build/libraries/demo/
Dmakefile60 CLIBSRCS = DEMOInit.c DEMOPuts.c DEMOFont.c DEMOPad.c DEMOWin.c DEMOAVX.c
/RvlSDK-3.2.2/RVL/bin/demos/thpdemo/
DTHPSimple.map10 00000028 00000c 80004028 000001e8 4 __set_debug_bba os.a __start.o
12 0000003c 00016c 8000403c 000001fc 4 __start os.a __start.o
21 0000043c 000030 8000443c 000005fc 4 memset Runtime.PPCEABI.H.a __mem.o
22 …0000046c 000054 8000446c 0000062c 1 .init TRK_Hollywood_Revolution.a C:\products\RVL\runtime_lib…
23 …0000046c 000030 8000446c 0000062c 4 TRK_memset TRK_Hollywood_Revolution.a C:\products\RVL\runtim…
25 …0000049c 000024 8000449c 0000065c 4 TRK_memcpy TRK_Hollywood_Revolution.a C:\products\RVL\runtim…
29 …000023f4 00002c 800063f4 000025b4 1 .init TRK_Hollywood_Revolution.a C:\products\RVL\runtime_lib…
30 …000023f4 00002c 800063f4 000025b4 4 __TRK_reset TRK_Hollywood_Revolution.a C:\products\RVL\runti…
31 00002420 00009c 80006420 000025e0 1 .init Linker Generated Symbol File
197 00000354 00011c 80006af4 00002cb4 4 THPSimpleInit THPSimple.o
[all …]
/RvlSDK-3.2.2/RVL/bin/demos/gxdemo/
Dsmp-onetri.map10 00000028 00000c 80004028 000001e8 4 __set_debug_bba os.a __start.o
12 0000003c 00016c 8000403c 000001fc 4 __start os.a __start.o
21 0000043c 000030 8000443c 000005fc 4 memset Runtime.PPCEABI.H.a __mem.o
22 …0000046c 000054 8000446c 0000062c 1 .init TRK_Hollywood_Revolution.a C:\products\RVL\runtime_lib…
23 …0000046c 000030 8000446c 0000062c 4 TRK_memset TRK_Hollywood_Revolution.a C:\products\RVL\runtim…
25 …0000049c 000024 8000449c 0000065c 4 TRK_memcpy TRK_Hollywood_Revolution.a C:\products\RVL\runtim…
29 …000023f4 00002c 800063f4 000025b4 1 .init TRK_Hollywood_Revolution.a C:\products\RVL\runtime_lib…
30 …000023f4 00002c 800063f4 000025b4 4 __TRK_reset TRK_Hollywood_Revolution.a C:\products\RVL\runti…
31 00002420 00009c 80006420 000025e0 1 .init Linker Generated Symbol File
163 00000000 00055c 800067a0 00002960 1 .text smp-onetri.o
[all …]
/RvlSDK-3.2.2/build/demos/dvddemo/
Dmakefile40 CSRCS = dvddemo1.c \
41 dvddemo2.c \
42 dvddemo3.c \
43 directory.c \
44 dvdfatal.c \
45 selectfile.c \
46 errorhandling.c
/RvlSDK-3.2.2/build/demos/hio2demo/
Dmakefile44 SIMPLE_CSRCS = simple.c
45 SIMPLE_OBJS = $(SIMPLE_CSRCS:.c=.o)
47 DUAL_CSRCS = dual-main.c
48 DUAL_OBJS = $(DUAL_CSRCS:.c=.o) $(HIO2IF_OBJS)
50 MULTI_CSRCS = multi-main.c
51 MULTI_OBJS = $(MULTI_CSRCS:.c=.o) $(HIO2IF_OBJS)
53 HIO2IF_CSRCS = Hio2If.c
54 HIO2IF_OBJS = $(HIO2IF_CSRCS:.c=.o)
/RvlSDK-3.2.2/build/demos/wpaddemo/
Dmakefile61 CSRCS = wpadsample.c \
62 wpad_axdemo.c \
63 wpad_seqdemo.c \
64 wpad_spdemo.c \
65 memory.c \
66 sync.c \
67 dummy_checker.c \
/RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/
Dcmn-model.c48 void cmModelAnime( DEMOPadStatus* pad, Camera* c ) in cmModelAnime() argument
58 (*cmModel[i].anim)( &cmModel[i], pad, c ); in cmModelAnime()
75 static void cmModel0_Draw( Camera* c ) in cmModel0_Draw() argument
82 GXLoadPosMtxImm( c->viewMtx, GX_PNMTX0 ); in cmModel0_Draw()
173 static void cmModel1_Anim( Model* m, DEMOPadStatus* pad, Camera* c ) in cmModel1_Anim() argument
199 if (dist > c->zfar*c->zfar || dist < c->zfar*c->zfar/9) in cmModel1_Anim()
208 if ( p->z > c->zfar || p->z < c->zfar / 3 ) in cmModel1_Anim()
218 if ( p->z > c->zfar || p->z < c->znear ) in cmModel1_Anim()
227 p->z = ( p->z > c->zfar ) ? c->znear : c->zfar; in cmModel1_Anim()
242 static void cmModel1_Draw( Camera* c ) in cmModel1_Draw() argument
[all …]
/RvlSDK-3.2.2/build/demos/gxdemo/src/Culling/
Dcul-faces.c220 Camera* c = s->camera; in SceneDraw() local
228 MTXPerspective( c->projMtx, c->fovy, aspect, c->znear, c->zfar ); in SceneDraw()
229 GXSetProjection( c->projMtx, GX_PERSPECTIVE ); in SceneDraw()
232 MTXLookAt( c->viewMtx, &c->position, &c->up, &c->target ); in SceneDraw()
247 myDrawModel( g, c ); in SceneDraw()
327 void myDrawModel( GlobalScene* g, Camera *c ) in myDrawModel() argument
331 GXLoadPosMtxImm( c->viewMtx, GX_PNMTX0 ); in myDrawModel()
507 f32 d, c, s; in myDrawArrow() local
519 c = (float)( ( v[i-2].x - v[i-1].x ) * xflip ); in myDrawArrow()
521 d = (float)ARROWSIZE / sqrtf( c * c + s * s ); in myDrawArrow()
[all …]
/RvlSDK-3.2.2/build/demos/kpaddemo/
Dmakefile54 CSRCS = graphic.c kfont.c main.c sample.c swing.c weight.c
/RvlSDK-3.2.2/build/demos/paddemo/
Dmakefile85 CSRCS = basic.c cont.c contdemo.c motordemo.c sampling.c clamp2.c

12345