Searched refs:MakeLoadCommand_ (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/gr/CTR/ |
| D | gr_Shader.h | 209 … return MakeLoadCommand_( command, PICA_REG_VS_PROG_SWIZZLE_DATA0, m_Swizzle, m_SwizzleCount ); in MakeVtxSwizzleCommand() 224 … return MakeLoadCommand_( command, PICA_REG_GS_PROG_SWIZZLE_DATA0, m_Swizzle, m_SwizzleCount ); in MakeGeoSwizzleCommand() 507 bit32* MakeLoadCommand_( bit32* command,
|
| D | gr_ShaderLite.h | 210 … return MakeLoadCommand_( command, PICA_REG_VS_PROG_SWIZZLE_DATA0, m_Swizzle, m_SwizzleCount ); in MakeVtxSwizzleCommand() 225 … return MakeLoadCommand_( command, PICA_REG_GS_PROG_SWIZZLE_DATA0, m_Swizzle, m_SwizzleCount ); in MakeGeoSwizzleCommand() 536 bit32* MakeLoadCommand_( bit32* command,
|
| /CTR-SDK-4.2.5/sources/libraries/gr/CTR/ |
| D | gr_Shader.cpp | 270 command = MakeLoadCommand_( command, reg_load, in MakeVtxProgramCommand() 305 command = MakeLoadCommand_( command, reg_load, in MakeGeoProgramCommand() 848 bit32* Shader::MakeLoadCommand_( bit32* command, in MakeLoadCommand_() function in nn::gr::CTR::Shader
|
| D | gr_ShaderLite.cpp | 333 command = MakeLoadCommand_( command, reg_load, in MakeVtxProgramCommand() 368 command = MakeLoadCommand_( command, reg_load, in MakeGeoProgramCommand() 911 bit32* ShaderLite::MakeLoadCommand_( bit32* command, in MakeLoadCommand_() function in nn::gr::CTR::ShaderLite
|