Searched refs:mtx44 (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/gr/CTR/ |
| D | gr_BindSymbol.h | 160 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX44& mtx44 ) const in MakeUniformCommand() argument 162 return MakeUniformCommandVS( command, start, mtx44 ); in MakeUniformCommand() 271 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX44& mtx44 ) const in MakeUniformCommand() argument 273 return MakeUniformCommandGS( command, start, mtx44 ); in MakeUniformCommand()
|
| D | gr_Utility.h | 89 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandVS() argument 93 CopyMtx44WithHeader( (f32*)command, &mtx44, PICA_CMD_HEADER_VS_F32( 4 ) ); in MakeUniformCommandVS() 205 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandGS() argument 209 CopyMtx44WithHeader( (f32*)command, &mtx44, PICA_CMD_HEADER_GS_F32( 4 ) ); in MakeUniformCommandGS()
|