Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_BindSymbol.h148 return MakeUniformCommandVS( command, start, mtx34 ); in MakeUniformCommand()
161 return MakeUniformCommandVS( command, start, mtx44 ); in MakeUniformCommand()
174 return MakeUniformCommandVS( command, start, vec4 ); in MakeUniformCommand()
189 return MakeUniformCommandVS( command, start, vec4, num ); in MakeUniformCommand()
216 return MakeUniformCommandVS( command, start, x, y, z ); in MakeUniformCommand()
Dgr_Utility.h202 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX34& mtx34 ) in MakeUniformCommandVS() function
221 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandVS() function
240 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4& vec4 ) in MakeUniformCommandVS() function
266 …inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4 vec4[], cons… in MakeUniformCommandVS() function
310 inline bit32* MakeUniformCommandVS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandVS() function