Lines Matching refs:fx16
77 static void G3BS_Normal(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
79 static void G3BS_Vtx(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
80 static void G3BS_Vtx10(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
81 static void G3BS_VtxXY(GXDLInfo *info, fx16 x, fx16 y);
82 static void G3BS_VtxXZ(GXDLInfo *info, fx16 x, fx16 z);
83 static void G3BS_VtxYZ(GXDLInfo *info, fx16 y, fx16 z);
84 static void G3BS_VtxDiff(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
98 static void G3BS_LightVector(GXDLInfo *info, GXLightId lightID, fx16 x, fx16 y, fx16 z);
106 static void G3BS_PositionTest(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
107 static void G3BS_VectorTest(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
134 void G3B_Normal(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
136 void G3B_Vtx(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
137 void G3B_Vtx10(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
138 void G3B_VtxXY(GXDLInfo *info, fx16 x, fx16 y);
139 void G3B_VtxXZ(GXDLInfo *info, fx16 x, fx16 z);
140 void G3B_VtxYZ(GXDLInfo *info, fx16 y, fx16 z);
141 void G3B_VtxDiff(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
153 void G3B_LightVector(GXDLInfo *info, GXLightId lightID, fx16 x, fx16 y, fx16 z);
161 void G3B_PositionTest(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
162 void G3B_VectorTest(GXDLInfo *info, fx16 x, fx16 y, fx16 z);
464 static inline void G3BS_Normal(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3BS_Normal()
506 static inline void G3BS_Vtx(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3BS_Vtx()
524 static inline void G3BS_Vtx10(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3BS_Vtx10()
542 static inline void G3BS_VtxXY(GXDLInfo *info, fx16 x, fx16 y) in G3BS_VtxXY()
560 static inline void G3BS_VtxXZ(GXDLInfo *info, fx16 x, fx16 z) in G3BS_VtxXZ()
578 static inline void G3BS_VtxYZ(GXDLInfo *info, fx16 y, fx16 z) in G3BS_VtxYZ()
597 static inline void G3BS_VtxDiff(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3BS_VtxDiff()
599 SDK_MINMAX_ASSERT(x, (fx16)0xfe00, (fx16)0x1ff); in G3BS_VtxDiff()
600 SDK_MINMAX_ASSERT(y, (fx16)0xfe00, (fx16)0x1ff); in G3BS_VtxDiff()
601 SDK_MINMAX_ASSERT(z, (fx16)0xfe00, (fx16)0x1ff); in G3BS_VtxDiff()
757 static inline void G3BS_LightVector(GXDLInfo *info, GXLightId lightID, fx16 x, fx16 y, fx16 z) in G3BS_LightVector()
909 static inline void G3BS_PositionTest(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3BS_PositionTest()
928 static inline void G3BS_VectorTest(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3BS_VectorTest()