Home
last modified time | relevance | path

Searched refs:G3OP_TEXCOORD (Results 1 – 25 of 26) sorted by relevance

12

/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Toon/src/
Ddata.c20 (G3OP_TEXCOORD << 24) | (G3OP_VTX_16 << 16) | (G3OP_NORMAL << 8) | (G3OP_TEXCOORD),
25 (G3OP_NORMAL << 24) | (G3OP_TEXCOORD << 16) | (G3OP_VTX_16 << 8) | (G3OP_NORMAL),
30 (G3OP_VTX_16 << 24) | (G3OP_NORMAL << 16) | (G3OP_TEXCOORD << 8) | (G3OP_VTX_16),
35 (G3OP_TEXCOORD << 24) | (G3OP_VTX_16 << 16) | (G3OP_NORMAL << 8) | (G3OP_TEXCOORD),
40 (G3OP_NORMAL << 24) | (G3OP_TEXCOORD << 16) | (G3OP_VTX_16 << 8) | (G3OP_NORMAL),
45 (G3OP_VTX_16 << 24) | (G3OP_NORMAL << 16) | (G3OP_TEXCOORD << 8) | (G3OP_VTX_16),
50 (G3OP_TEXCOORD << 24) | (G3OP_VTX_16 << 16) | (G3OP_NORMAL << 8) | (G3OP_TEXCOORD),
55 (G3OP_NORMAL << 24) | (G3OP_TEXCOORD << 16) | (G3OP_VTX_16 << 8) | (G3OP_NORMAL),
60 (G3OP_VTX_16 << 24) | (G3OP_NORMAL << 16) | (G3OP_TEXCOORD << 8) | (G3OP_VTX_16),
65 (G3OP_TEXCOORD << 24) | (G3OP_VTX_16 << 16) | (G3OP_NORMAL << 8) | (G3OP_TEXCOORD),
[all …]
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_High_Light/src/
Ddata.c20 (G3OP_TEXCOORD << 24) | (G3OP_VTX_16 << 16) | (G3OP_NORMAL << 8) | (G3OP_TEXCOORD),
25 (G3OP_NORMAL << 24) | (G3OP_TEXCOORD << 16) | (G3OP_VTX_16 << 8) | (G3OP_NORMAL),
30 (G3OP_VTX_16 << 24) | (G3OP_NORMAL << 16) | (G3OP_TEXCOORD << 8) | (G3OP_VTX_16),
35 (G3OP_TEXCOORD << 24) | (G3OP_VTX_16 << 16) | (G3OP_NORMAL << 8) | (G3OP_TEXCOORD),
40 (G3OP_NORMAL << 24) | (G3OP_TEXCOORD << 16) | (G3OP_VTX_16 << 8) | (G3OP_NORMAL),
45 (G3OP_VTX_16 << 24) | (G3OP_NORMAL << 16) | (G3OP_TEXCOORD << 8) | (G3OP_VTX_16),
50 (G3OP_TEXCOORD << 24) | (G3OP_VTX_16 << 16) | (G3OP_NORMAL << 8) | (G3OP_TEXCOORD),
55 (G3OP_NORMAL << 24) | (G3OP_TEXCOORD << 16) | (G3OP_VTX_16 << 8) | (G3OP_NORMAL),
60 (G3OP_VTX_16 << 24) | (G3OP_NORMAL << 16) | (G3OP_TEXCOORD << 8) | (G3OP_VTX_16),
65 (G3OP_TEXCOORD << 24) | (G3OP_VTX_16 << 16) | (G3OP_NORMAL << 8) | (G3OP_TEXCOORD),
[all …]
/TwlSDK-5.1.0/build/demos/gx/UnitTours/FlipRepeat/src/
Dmain.c84 G3_Direct1(G3OP_TEXCOORD, s_TextureCoord[idx]); in TextureCoord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/AntiAlias/src/
Dmain.c83 G3_Direct1(G3OP_TEXCOORD, s_TextureCoord[i_idx]); in TextureCoord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_PolAttr_DpthTest/src/
Dmain.c94 G3_Direct1(G3OP_TEXCOORD, s_TextureCoord[i_idx]); in TextureCoord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Tex32768/src/
Dmain.c79 G3_Direct1(G3OP_TEXCOORD, gCubeTexCoord[idx]); in tex_coord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Tex4x4/src/
Dmain.c82 G3_Direct1(G3OP_TEXCOORD, gCubeTexCoord[idx]); in tex_coord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/ClearColor/src/
Dmain.c92 G3_Direct1(G3OP_TEXCOORD, s_TextureCoord[i_idx]); in TextureCoord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/ClearImage/src/
Dmain.c96 G3_Direct1(G3OP_TEXCOORD, s_TextureCoord[idx]); in TextureCoord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Tex4_Plett/src/
Dmain.c80 G3_Direct1(G3OP_TEXCOORD, gCubeTexCoord[idx]); in tex_coord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Tex_Alpha/src/
Dmain.c80 G3_Direct1(G3OP_TEXCOORD, gCubeTexCoord[idx]); in tex_coord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Tex16_Plett/src/
Dmain.c80 G3_Direct1(G3OP_TEXCOORD, gCubeTexCoord[idx]); in tex_coord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Tex256_Plett/src/
Dmain.c80 G3_Direct1(G3OP_TEXCOORD, gCubeTexCoord[idx]); in tex_coord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/LinesOver/src/
Dmain.c94 G3_Direct1(G3OP_TEXCOORD, s_TextureCoord[i_idx]); in TextureCoord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/Capture/src/
Dmain.c98 G3_Direct1(G3OP_TEXCOORD, s_TextureCoord[i_idx]); in TextureCoord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/Master_Bright/src/
Dmain.c98 G3_Direct1(G3OP_TEXCOORD, s_TextureCoord[idx]); in TextureCoord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/ClearDepthOnly/src/
Dmain.c97 G3_Direct1(G3OP_TEXCOORD, s_TextureCoord[idx]); in TextureCoord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_PolAttr_FARClip/src/
Dmain.c111 G3_Direct1(G3OP_TEXCOORD, s_TextureCoord[i_idx]); in TextureCoord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Tex_Decal/src/
Dmain.c73 G3_Direct1(G3OP_TEXCOORD, gCubeTexCoord[idx]); in tex_coord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/PosVecTest/src/
Dmain.c100 G3_Direct1(G3OP_TEXCOORD, s_TextureCoord[idx]); in TextureCoord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/ViewPort/src/
Dmain.c99 G3_Direct1(G3OP_TEXCOORD, s_TextureCoord[idx]); in TextureCoord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_PolAttr_1Dot/src/
Dmain.c94 G3_Direct1(G3OP_TEXCOORD, s_TextureCoord[i_idx]); in TextureCoord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/CurrentMtx/src/
Dmain.c98 G3_Direct1(G3OP_TEXCOORD, s_TextureCoord[idx]); in TextureCoord()
/TwlSDK-5.1.0/include/nitro/gx/
Dg3.h50 #define G3OP_TEXCOORD 0x22 /* TexCoord */ macro
Dg3c.h388 G3CS_Direct1(info, G3OP_TEXCOORD, GX_PACK_TEXCOORD_PARAM(s, t)); in G3CS_TexCoord()

12