Lines Matching refs:location

70 …        inline u32* MakeUniformCommandVS( u32* command, u8 location, const nn::math::MTX34& mtx34 )  in MakeUniformCommandVS()  argument
72 *command++ = 0x80000000 | location; in MakeUniformCommandVS()
89 … inline u32* MakeUniformCommandVS( u32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandVS() argument
91 *command++ = 0x80000000 | location; in MakeUniformCommandVS()
108 … inline u32* MakeUniformCommandVS( u32* command, u8 location, const nn::math::VEC4& vec4 ) in MakeUniformCommandVS() argument
110 *command++ = 0x80000000 | location; in MakeUniformCommandVS()
132 …inline u32* MakeUniformCommandVS( u32* command, u8 location, const nn::math::VEC4 vec4[], const in… in MakeUniformCommandVS() argument
134 *command++ = 0x80000000 | location; in MakeUniformCommandVS()
168 inline u32* MakeUniformCommandVS( u32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandVS() argument
171 *command++ = PICA_CMD_HEADER_SINGLE( PICA_REG_VS_INT0 + location ); in MakeUniformCommandVS()
186 … inline u32* MakeUniformCommandGS( u32* command, u8 location, const nn::math::MTX34& mtx34 ) in MakeUniformCommandGS() argument
188 *command++ = 0x80000000 | location; in MakeUniformCommandGS()
205 … inline u32* MakeUniformCommandGS( u32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandGS() argument
207 *command++ = 0x80000000 | location; in MakeUniformCommandGS()
224 … inline u32* MakeUniformCommandGS( u32* command, u8 location, const nn::math::VEC4& vec4 ) in MakeUniformCommandGS() argument
226 *command++ = 0x80000000 | location; in MakeUniformCommandGS()
247 …inline u32* MakeUniformCommandGS( u32* command, u8 location, const nn::math::VEC4 vec4[], const in… in MakeUniformCommandGS() argument
249 *command++ = 0x80000000 | location; in MakeUniformCommandGS()
283 inline u32* MakeUniformCommandGS( u32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandGS() argument
286 *command++ = PICA_CMD_HEADER_SINGLE( PICA_REG_GS_INT0 + location ); in MakeUniformCommandGS()