Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/gr/CTR/
Dgr_Combiner.h37 class Stage
178 friend class Stage;
273 explicit Stage( const int stage_index );
296 explicit Stage( void ) in Stage() function
312 Stage stage[ COMBINER_STAGE_MAX ];
/CTR-SDK-0.14.4/sources/libraries/gr/CTR/
Dgr_Combiner.cpp55 bit32* Combiner::Stage::MakeCommand( bit32* command ) const in MakeCommand()
89 void Combiner::Stage::SetupPrimary() in SetupPrimary()
114 void Combiner::Stage::SetupFragmentPrimary() in SetupFragmentPrimary()
137 void Combiner::Stage::SetupTexture0() in SetupTexture0()
162 void Combiner::Stage::SetupPrevious() in SetupPrevious()
187 void Combiner::Stage::SetupPrimaryModulateTexture0() in SetupPrimaryModulateTexture0()
212 void Combiner::Stage::SetupFragmentPrimaryModulateTexture0() in SetupFragmentPrimaryModulateTexture0()
245 stage[ stage_index ] = Stage( stage_index ); in Combiner()
251 Combiner::Stage::Stage( const int stage_index ) in Stage() function in nn::gr::CTR::Combiner::Stage
271 Combiner::Stage::CombineFunction::CombineFunction( const u8 stage_index, bool is_rgb ) in CombineFunction()