Home
last modified time | relevance | path

Searched refs:v0 (Results 1 – 10 of 10) sorted by relevance

/RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-fld-int-aa.c67 static void Tri (f32 *v0, f32 *v1, f32 *v2, u8 color, u32 depth);
185 static void Tri (f32 *v0, f32 *v1, f32 *v2, u8 color, u32 depth) in Tri() argument
195 VECAdd((VecPtr) v0, (VecPtr) v1, (VecPtr) vertMid01); in Tri()
203 VECAdd((VecPtr) v2, (VecPtr) v0, (VecPtr) vertMid20); in Tri()
208 Tri(v0, vertMid01, vertMid20, color, depth - 1); in Tri()
220 GXPosition3f32( v0[0], v0[1], v0[2] ); in Tri()
Dfrb-fld-dbs-aa.c63 static void Tri (f32 *v0, f32 *v1, f32 *v2, u8 color, u32 depth);
181 static void Tri (f32 *v0, f32 *v1, f32 *v2, u8 color, u32 depth) in Tri() argument
191 VECAdd((VecPtr) v0, (VecPtr) v1, (VecPtr) vertMid01); in Tri()
199 VECAdd((VecPtr) v2, (VecPtr) v0, (VecPtr) vertMid20); in Tri()
204 Tri(v0, vertMid01, vertMid20, color, depth - 1); in Tri()
216 GXPosition3f32( v0[0], v0[1], v0[2] ); in Tri()
Dfrb-aa-full.c81 static void Tri (f32 *v0, f32 *v1, f32 *v2, u8 color, u32 depth);
278 static void Tri (f32 *v0, f32 *v1, f32 *v2, u8 color, u32 depth) in Tri() argument
288 VECAdd((VecPtr) v0, (VecPtr) v1, (VecPtr) vertMid01); in Tri()
296 VECAdd((VecPtr) v2, (VecPtr) v0, (VecPtr) vertMid20); in Tri()
301 Tri(v0, vertMid01, vertMid20, color, depth - 1); in Tri()
313 GXPosition3f32( v0[0], v0[1], v0[2] ); in Tri()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Simple/
Dsmp-toy-draw.c295 u8 v0, in DrawTexQuad() argument
302 VertexT(v0, s0, t0); in DrawTexQuad()
322 u8 v0, in DrawFSQuad() argument
328 VertexC(v0, c); in DrawFSQuad()
351 u8 v0, u8 c0, in DrawSSQuad() argument
356 VertexC(v0, c0); in DrawSSQuad()
Dsmp-onetri.c207 u8 v0, in DrawFsQuad() argument
213 Vertex(v0, c); in DrawFsQuad()
/RvlSDK-3.2.2/build/demos/videmo/src/
Dsmp-onetri_Progressive.c255 u8 v0, in DrawFsQuad() argument
261 Vertex(v0, c); in DrawFsQuad()
Dsmp-onetri_PAL.c386 u8 v0, in DrawFsQuad() argument
392 Vertex(v0, c); in DrawFsQuad()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/
Dtex-fmt-cube.c403 u8 v0, in DrawTexQuad() argument
411 VertexT(v0, s0+MAX_SCOORD, t0, c); in DrawTexQuad()
Dtex-fmt-tpl.c568 u8 v0, in DrawTexQuad() argument
576 VertexT(v0, s0+MAX_SCOORD, t0, c); in DrawTexQuad()
/RvlSDK-3.2.2/build/demos/cntdemo/src/
Dstrapcntdemo.c542 u8 v0, in DrawQuad() argument
552 VertexT( v0, s0, t0 ); in DrawQuad()