Searched refs:mtx44 (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/gr/CTR/ |
| D | gr_BindSymbol.h | 159 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX44& mtx44 ) const in MakeUniformCommand() argument 161 return MakeUniformCommandVS( command, start, mtx44 ); in MakeUniformCommand() 270 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX44& mtx44 ) const in MakeUniformCommand() argument 272 return MakeUniformCommandGS( command, start, mtx44 ); in MakeUniformCommand()
|
| D | gr_Utility.h | 221 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandVS() argument 225 … CopyMtx44WithHeader( reinterpret_cast<f32*>( command ), &mtx44, PICA_CMD_HEADER_VS_F32( 4 ) ); in MakeUniformCommandVS() 347 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandGS() argument 351 … CopyMtx44WithHeader( reinterpret_cast<f32*>( command ), &mtx44, PICA_CMD_HEADER_GS_F32( 4 ) ); in MakeUniformCommandGS()
|