Lines Matching refs:location

70 …    inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX34& mtx34 )  in MakeUniformCommandVS()  argument
72 *command++ = 0x80000000 | location; in MakeUniformCommandVS()
89 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandVS() argument
91 *command++ = 0x80000000 | location; in MakeUniformCommandVS()
108 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4& vec4 ) in MakeUniformCommandVS() argument
111 *command++ = 0x80000000 | location; in MakeUniformCommandVS()
134 …inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4 vec4[], cons… in MakeUniformCommandVS() argument
142 *command++ = 0x80000000 | location; in MakeUniformCommandVS()
178 inline bit32* MakeUniformCommandVS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandVS() argument
181 *command++ = PICA_CMD_HEADER_SINGLE( PICA_REG_VS_INT0 + location ); in MakeUniformCommandVS()
196 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::MTX34& mtx34 ) in MakeUniformCommandGS() argument
198 *command++ = 0x80000000 | location; in MakeUniformCommandGS()
215 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandGS() argument
217 *command++ = 0x80000000 | location; in MakeUniformCommandGS()
234 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::VEC4& vec4 ) in MakeUniformCommandGS() argument
236 *command++ = 0x80000000 | location; in MakeUniformCommandGS()
257 …inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::VEC4 vec4[], cons… in MakeUniformCommandGS() argument
264 *command++ = 0x80000000 | location; in MakeUniformCommandGS()
298 inline bit32* MakeUniformCommandGS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandGS() argument
301 *command++ = PICA_CMD_HEADER_SINGLE( PICA_REG_GS_INT0 + location ); in MakeUniformCommandGS()