Lines Matching refs:command
147 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX34& mtx34 ) const in MakeUniformCommand() argument
149 return MakeUniformCommandVS( command, start, mtx34 ); in MakeUniformCommand()
160 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX44& mtx44 ) const in MakeUniformCommand() argument
162 return MakeUniformCommandVS( command, start, mtx44 ); in MakeUniformCommand()
173 bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4& vec4 ) const in MakeUniformCommand() argument
175 return MakeUniformCommandVS( command, start, vec4 ); in MakeUniformCommand()
188 … bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4 vec4[], const int num ) const in MakeUniformCommand() argument
190 return MakeUniformCommandVS( command, start, vec4, num ); in MakeUniformCommand()
215 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand() argument
217 return MakeUniformCommandVS( command, start, x, y, z ); in MakeUniformCommand()
258 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX34& mtx34 ) const in MakeUniformCommand() argument
260 return MakeUniformCommandGS( command, start, mtx34 ); in MakeUniformCommand()
271 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX44& mtx44 ) const in MakeUniformCommand() argument
273 return MakeUniformCommandGS( command, start, mtx44 ); in MakeUniformCommand()
284 bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4& vec4 ) const in MakeUniformCommand() argument
286 return MakeUniformCommandGS( command, start, vec4 ); in MakeUniformCommand()
298 … bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4 vec4[], const int num ) const in MakeUniformCommand() argument
300 return MakeUniformCommandGS( command, start, vec4, num ); in MakeUniformCommand()
313 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand() argument
315 return MakeUniformCommandGS( command, start, x, y, z ); in MakeUniformCommand()