Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/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.13.2/sources/libraries/gr/CTR/
Dgr_Combiner.cpp56 u32* Combiner::Stage::MakeCommand( u32* command ) const in MakeCommand()
90 void Combiner::Stage::SetupPrimary() in SetupPrimary()
115 void Combiner::Stage::SetupFragmentPrimary() in SetupFragmentPrimary()
138 void Combiner::Stage::SetupTexture0() in SetupTexture0()
163 void Combiner::Stage::SetupPrevious() in SetupPrevious()
188 void Combiner::Stage::SetupPrimaryModulateTexture0() in SetupPrimaryModulateTexture0()
213 void Combiner::Stage::SetupFragmentPrimaryModulateTexture0() in SetupFragmentPrimaryModulateTexture0()
246 stage[ stage_index ] = Stage( stage_index ); in Combiner()
252 Combiner::Stage::Stage( const int stage_index ) in Stage() function in nn::gr::CTR::Combiner::Stage
272 Combiner::Stage::CombineFunction::CombineFunction( const u8 stage_index, bool is_rgb ) in CombineFunction()