Lines Matching refs:f32
96 void GXSetProjection ( const f32 mtx[4][4], GXProjectionType type );
97 void GXSetProjectionv ( const f32 *ptr );
98 void GXLoadPosMtxImm ( const f32 mtx[3][4], u32 id );
100 void GXLoadNrmMtxImm ( const f32 mtx[3][4], u32 id );
101 void GXLoadNrmMtxImm3x3 ( const f32 mtx[3][3], u32 id );
104 void GXLoadTexMtxImm ( const f32 mtx[][4], u32 id, GXTexMtxType type );
108 f32 x, // Model coordinates
109 f32 y,
110 f32 z,
111 const f32 mtx[3][4], // Model-view matrix
112 const f32* pm, // Projection matrix, as returned by GXGetProjectionv
113 const f32* vp, // Viewport, as returned by GXGetViewportv
114 f32* sx, // Screen coordinates
115 f32* sy,
116 f32* sz );
119 f32 left,
120 f32 top,
121 f32 wd,
122 f32 ht,
123 f32 nearz,
124 f32 farz );
126 static inline void GXSetViewportv( const f32 *vp ) in GXSetViewportv()
132 f32 left,
133 f32 top,
134 f32 wd,
135 f32 ht,
136 f32 nearz,
137 f32 farz,
140 void GXSetZScaleOffset ( f32 scale, f32 offset );