Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/include/revolution/gx/
DGXVert.h186 #define __GXCDEF1(func,ts,td) \ argument
187 void func(const ts x);
190 #define __GXCDEF2(func,ts,td) \ argument
191 void func(const ts x, const ts y);
194 #define __GXCDEF3(func,ts,td) \ argument
195 void func(const ts x, const ts y, const ts z);
198 #define __GXCDEF4(func,ts,td) \ argument
199 void func(const ts x, const ts y, const ts z, const ts w);
209 #define __GXCDEF1(func,ts,td) \ argument
210 static inline void func(const ts x) \
[all …]
DGXTexture.h213 u16 ss, u16 ts);
/RvlSDK-3.2.2/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-3.2.2/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 …]