Home
last modified time | relevance | path

Searched refs:MakeUniformCommandVS (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.4/include/nn/gr/CTR/
Dgr_BindSymbol.h149 return MakeUniformCommandVS( command, start, mtx34 ); in MakeUniformCommand()
162 return MakeUniformCommandVS( command, start, mtx44 ); in MakeUniformCommand()
175 return MakeUniformCommandVS( command, start, vec4 ); in MakeUniformCommand()
190 return MakeUniformCommandVS( command, start, vec4, num ); in MakeUniformCommand()
217 return MakeUniformCommandVS( command, start, x, y, z ); in MakeUniformCommand()
Dgr_Utility.h70 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX34& mtx34 ) in MakeUniformCommandVS() function
89 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandVS() function
108 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4& vec4 ) in MakeUniformCommandVS() function
132 …inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4 vec4[], cons… in MakeUniformCommandVS() function
168 inline bit32* MakeUniformCommandVS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandVS() function