Lines Matching refs:command

146                 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX34& mtx34 ) const  in MakeUniformCommand()  argument
148 return MakeUniformCommandVS( command, start, mtx34 ); in MakeUniformCommand()
159 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX44& mtx44 ) const in MakeUniformCommand() argument
161 return MakeUniformCommandVS( command, start, mtx44 ); in MakeUniformCommand()
172 bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4& vec4 ) const in MakeUniformCommand() argument
174 return MakeUniformCommandVS( command, start, vec4 ); in MakeUniformCommand()
187 … bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4 vec4[], const int num ) const in MakeUniformCommand() argument
189 return MakeUniformCommandVS( command, start, vec4, num ); in MakeUniformCommand()
214 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand() argument
216 return MakeUniformCommandVS( command, start, x, y, z ); in MakeUniformCommand()
257 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX34& mtx34 ) const in MakeUniformCommand() argument
259 return MakeUniformCommandGS( command, start, mtx34 ); in MakeUniformCommand()
270 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX44& mtx44 ) const in MakeUniformCommand() argument
272 return MakeUniformCommandGS( command, start, mtx44 ); in MakeUniformCommand()
283 bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4& vec4 ) const in MakeUniformCommand() argument
285 return MakeUniformCommandGS( command, start, vec4 ); in MakeUniformCommand()
297 … bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4 vec4[], const int num ) const in MakeUniformCommand() argument
299 return MakeUniformCommandGS( command, start, vec4, num ); in MakeUniformCommand()
312 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand() argument
314 return MakeUniformCommandGS( command, start, x, y, z ); in MakeUniformCommand()