Lines Matching refs:fx16

70 static void G3CS_Normal(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
72 static void G3CS_Vtx(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
73 static void G3CS_Vtx10(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
74 static void G3CS_VtxXY(GXDLInfo *info, fx16 x, fx16 y);
75 static void G3CS_VtxXZ(GXDLInfo *info, fx16 x, fx16 z);
76 static void G3CS_VtxYZ(GXDLInfo *info, fx16 y, fx16 z);
77 static void G3CS_VtxDiff(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
91 static void G3CS_LightVector(GXDLInfo *info, GXLightId lightID, fx16 x, fx16 y, fx16 z);
99 static void G3CS_PositionTest(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
100 static void G3CS_VectorTest(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
126 void G3C_Normal(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
128 void G3C_Vtx(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
129 void G3C_Vtx10(GXDLInfo *info, fx16, fx16, fx16);
130 void G3C_VtxXY(GXDLInfo *info, fx16 x, fx16 y);
131 void G3C_VtxXZ(GXDLInfo *info, fx16 x, fx16 z);
132 void G3C_VtxYZ(GXDLInfo *info, fx16 y, fx16 z);
133 void G3C_VtxDiff(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
145 void G3C_LightVector(GXDLInfo *info, GXLightId lightID, fx16 x, fx16 y, fx16 z);
153 void G3C_PositionTest(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
154 void G3C_VectorTest(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
362 static inline void G3CS_Normal(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3CS_Normal()
404 static inline void G3CS_Vtx(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3CS_Vtx()
422 static inline void G3CS_Vtx10(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3CS_Vtx10()
440 static inline void G3CS_VtxXY(GXDLInfo *info, fx16 x, fx16 y) in G3CS_VtxXY()
458 static inline void G3CS_VtxXZ(GXDLInfo *info, fx16 x, fx16 z) in G3CS_VtxXZ()
476 static inline void G3CS_VtxYZ(GXDLInfo *info, fx16 y, fx16 z) in G3CS_VtxYZ()
495 static inline void G3CS_VtxDiff(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3CS_VtxDiff()
497 SDK_MINMAX_ASSERT(x, (fx16)0xfe00, (fx16)0x1ff); in G3CS_VtxDiff()
498 SDK_MINMAX_ASSERT(y, (fx16)0xfe00, (fx16)0x1ff); in G3CS_VtxDiff()
499 SDK_MINMAX_ASSERT(z, (fx16)0xfe00, (fx16)0x1ff); in G3CS_VtxDiff()
655 static inline void G3CS_LightVector(GXDLInfo *info, GXLightId lightID, fx16 x, fx16 y, fx16 z) in G3CS_LightVector()
807 static inline void G3CS_PositionTest(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3CS_PositionTest()
826 static inline void G3CS_VectorTest(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3CS_VectorTest()