Lines Matching refs:fx16
62 static void G3_Normal(fx16 x, fx16 y, fx16 z);
64 static void G3_Vtx(fx16 x, fx16 y, fx16 z);
65 static void G3_Vtx10(fx16 x, fx16 y, fx16 z);
66 static void G3_VtxXY(fx16 x, fx16 y);
67 static void G3_VtxXZ(fx16 x, fx16 z);
68 static void G3_VtxYZ(fx16 y, fx16 z);
69 static void G3_VtxDiff(fx16 x, fx16 y, fx16 z);
80 static void G3_LightVector(GXLightId lightID, fx16 x, fx16 y, fx16 z);
88 static void G3_PositionTest(fx16 x, fx16 y, fx16 z);
89 static void G3_VectorTest(fx16 x, fx16 y, fx16 z);
333 static inline void G3_Normal(fx16 x, fx16 y, fx16 z) in G3_Normal()
373 static inline void G3_Vtx(fx16 x, fx16 y, fx16 z) in G3_Vtx()
390 static inline void G3_Vtx10(fx16 x, fx16 y, fx16 z) in G3_Vtx10()
407 static inline void G3_VtxXY(fx16 x, fx16 y) in G3_VtxXY()
424 static inline void G3_VtxXZ(fx16 x, fx16 z) in G3_VtxXZ()
441 static inline void G3_VtxYZ(fx16 y, fx16 z) in G3_VtxYZ()
458 static inline void G3_VtxDiff(fx16 x, fx16 y, fx16 z) in G3_VtxDiff()
460 SDK_MINMAX_ASSERT(x, (fx16)0xfe00, (fx16)0x1ff); in G3_VtxDiff()
461 SDK_MINMAX_ASSERT(y, (fx16)0xfe00, (fx16)0x1ff); in G3_VtxDiff()
462 SDK_MINMAX_ASSERT(z, (fx16)0xfe00, (fx16)0x1ff); in G3_VtxDiff()
604 static inline void G3_LightVector(GXLightId lightID, fx16 x, fx16 y, fx16 z) in G3_LightVector()
733 static inline void G3_PositionTest(fx16 x, fx16 y, fx16 z) in G3_PositionTest()
751 static inline void G3_VectorTest(fx16 x, fx16 y, fx16 z) in G3_VectorTest()