Lines Matching refs:location
202 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX34& mtx34 ) in MakeUniformCommandVS() argument
204 *command++ = 0x80000000 | location; in MakeUniformCommandVS()
221 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandVS() argument
223 *command++ = 0x80000000 | location; in MakeUniformCommandVS()
240 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4& vec4 ) in MakeUniformCommandVS() argument
243 *command++ = 0x80000000 | location; in MakeUniformCommandVS()
266 …inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4 vec4[], cons… in MakeUniformCommandVS() argument
274 *command++ = 0x80000000 | location; in MakeUniformCommandVS()
310 inline bit32* MakeUniformCommandVS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandVS() argument
313 *command++ = PICA_CMD_HEADER_SINGLE( PICA_REG_VS_INT0 + location ); in MakeUniformCommandVS()
328 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::MTX34& mtx34 ) in MakeUniformCommandGS() argument
330 *command++ = 0x80000000 | location; in MakeUniformCommandGS()
347 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandGS() argument
349 *command++ = 0x80000000 | location; in MakeUniformCommandGS()
366 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::VEC4& vec4 ) in MakeUniformCommandGS() argument
368 *command++ = 0x80000000 | location; in MakeUniformCommandGS()
389 …inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::VEC4 vec4[], cons… in MakeUniformCommandGS() argument
396 *command++ = 0x80000000 | location; in MakeUniformCommandGS()
430 inline bit32* MakeUniformCommandGS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandGS() argument
433 *command++ = PICA_CMD_HEADER_SINGLE( PICA_REG_GS_INT0 + location ); in MakeUniformCommandGS()