Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-2.1/include/revolution/gx/
DGXVert.h187 #define __GXCDEF1(func,ts,td) \ argument
188 void func(const ts x);
191 #define __GXCDEF2(func,ts,td) \ argument
192 void func(const ts x, const ts y);
195 #define __GXCDEF3(func,ts,td) \ argument
196 void func(const ts x, const ts y, const ts z);
199 #define __GXCDEF4(func,ts,td) \ argument
200 void func(const ts x, const ts y, const ts z, const ts w);
210 #define __GXCDEF1(func,ts,td) \ argument
211 static inline void func(const ts x) \
[all …]
DGXTexture.h213 u16 ss, u16 ts);
/RvlSDK-2.1/include/revolution/gd/
DGDVert.h61 #define __GXCDEF1(func,ts,td) \ argument
62 static inline void func(const ts x) \
68 #define __GXCDEF2(func,ts,td) \ argument
69 static inline void func(const ts x, const ts y) \
76 #define __GXCDEF3(func,ts,td) \ argument
77 static inline void func(const ts x, const ts y, const ts z) \
85 #define __GXCDEF4(func,ts,td) \ argument
86 static inline void func(const ts x, const ts y, const ts z, const ts w) \
/RvlSDK-2.1/build/demos/gxdemo/src/Tev/
Dtev-one-op.c100 static void DrawColorInputs ( MyTevStateObj* ts );
101 static void DrawMisc ( MyTevStateObj* ts );
106 static void SetTev ( MyTevStateObj* ts );
578 static void DrawColorInputs( MyTevStateObj* ts ) in DrawColorInputs() argument
590 j = ts->param[i]; in DrawColorInputs()
608 static void DrawMisc( MyTevStateObj* ts ) in DrawMisc() argument
620 GXLoadTexObj(&ts->panelTex[TEX_FORMULA], GX_TEXMAP0); in DrawMisc()
626 GXLoadTexObj(&ts->panelTex[TEX_OPS + ts->param[4]], GX_TEXMAP0); in DrawMisc()
632 GXLoadTexObj(&ts->panelTex[TEX_BIASES + ts->param[5]], GX_TEXMAP0); in DrawMisc()
638 GXLoadTexObj(&ts->panelTex[TEX_SCALES + ts->param[6]], GX_TEXMAP0); in DrawMisc()
[all …]