Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/gr/CTR/
Dgr_Shader.h168 … return MakeLoadCommand_( command, PICA_REG_VS_PROG_SWIZZLE_DATA0, m_Swizzle, m_SwizzleCount ); in MakeVtxSwizzleCommand()
183 … return MakeLoadCommand_( command, PICA_REG_GS_PROG_SWIZZLE_DATA0, m_Swizzle, m_SwizzleCount ); in MakeGeoSwizzleCommand()
404 u32* MakeLoadCommand_( u32* command,
/CTR-SDK-0.13.2/sources/libraries/gr/CTR/
Dgr_Shader.cpp201 command = MakeLoadCommand_( command, reg_load, in MakeVtxProgramCommand()
235 command = MakeLoadCommand_( command, reg_load, in MakeGeoProgramCommand()
623 u32* Shader::MakeLoadCommand_( u32* command, in MakeLoadCommand_() function in nn::gr::CTR::Shader