| /CTR-SDK-0.14.4/sources/libraries/gr/CTR/ |
| D | gr_RenderState.cpp | 25 bit32* RenderState::Culling::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() function in nn::gr::CTR::RenderState::Culling 46 return isUpdateFBAccess ? m_RenderState.fbAccess.MakeCommand( command ) : command; in MakeCommand() 51 bit32* RenderState::Blend::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() function in nn::gr::CTR::RenderState::Blend 82 return isUpdateFBAccess ? m_RenderState.fbAccess.MakeCommand( command ) : command; in MakeCommand() 87 bit32* RenderState::LogicOp::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() function in nn::gr::CTR::RenderState::LogicOp 104 return isUpdateFBAccess ? m_RenderState.fbAccess.MakeCommand( command ) : command; in MakeCommand() 109 … bit32* RenderState::AlphaTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() function in nn::gr::CTR::RenderState::AlphaTest 115 return isUpdateFBAccess ? m_RenderState.fbAccess.MakeCommand( command ) : command; in MakeCommand() 120 … bit32* RenderState::StencilTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand() function in nn::gr::CTR::RenderState::StencilTest 130 return isUpdateFBAccess ? m_RenderState.fbAccess.MakeCommand( command ) : command; in MakeCommand() [all …]
|
| D | gr_Texture.cpp | 25 bit32* Texture::Unit0::MakeCommand( bit32* command, bool is_update_texture_func ) const in MakeCommand() function in nn::gr::CTR::Texture::Unit0 108 bit32* Texture::Unit1::MakeCommand( bit32* command, bool is_update_texture_func ) const in MakeCommand() function in nn::gr::CTR::Texture::Unit1 153 bit32* Texture::Unit2::MakeCommand( bit32* command, bool is_update_texture_func ) const in MakeCommand() function in nn::gr::CTR::Texture::Unit2 197 bit32* Texture::Unit3::MakeCommand( bit32* command, bool is_update_texture_func ) const in MakeCommand() function in nn::gr::CTR::Texture::Unit3 209 bit32* Texture::MakeCommand( bit32* command, bool isAddDummyCommand ) const in MakeCommand() function in nn::gr::CTR::Texture 212 command = unit0.MakeCommand( command, false ); in MakeCommand() 213 command = unit1.MakeCommand( command, false ); in MakeCommand() 214 command = unit2.MakeCommand( command, false ); in MakeCommand() 215 command = unit3.MakeCommand( command, false ); in MakeCommand()
|
| D | gr_FrameBuffer.cpp | 25 bit32* FrameBuffer::ColorBuffer::MakeCommand( bit32* command ) const in MakeCommand() function in nn::gr::CTR::FrameBuffer::ColorBuffer 48 bit32* FrameBuffer::DepthStencilBuffer::MakeCommand( bit32* command ) const in MakeCommand() function in nn::gr::CTR::FrameBuffer::DepthStencilBuffer 65 bit32* FrameBuffer::FrameBuffer::MakeCommand( bit32* command, const u32 bufferBit, in MakeCommand() function in nn::gr::CTR::FrameBuffer::FrameBuffer 77 command = colorBuffer.MakeCommand( command ); in MakeCommand() 83 command = depthStencilBuffer.MakeCommand( command ); in MakeCommand()
|
| D | gr_Scissor.cpp | 25 bit32* Scissor::MakeCommand( bit32* command ) in MakeCommand() function in nn::gr::CTR::Scissor
|
| D | gr_Viewport.cpp | 26 bit32* Viewport::MakeCommand( bit32* command ) in MakeCommand() function in nn::gr::CTR::Viewport
|
| D | gr_Combiner.cpp | 25 bit32* Combiner::MakeCommand( bit32* command ) const in MakeCommand() function in nn::gr::CTR::Combiner 29 command = stage[ stage_index ].MakeCommand( command ); in MakeCommand() 55 bit32* Combiner::Stage::MakeCommand( bit32* command ) const in MakeCommand() function in nn::gr::CTR::Combiner::Stage
|
| D | gr_FragmentLight.cpp | 25 bit32* FragmentLight::Source::MakeCommand( bit32* command ) const in MakeCommand() function in nn::gr::CTR::FragmentLight::Source 212 command = source[ i ].MakeCommand( command ); in MakeLightSourceCommand()
|
| /CTR-SDK-0.14.4/include/nn/gr/CTR/ |
| D | gr_RenderState.h | 114 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const; 321 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const; 386 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const; 534 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const; 603 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const; 687 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const; 770 bit32* MakeCommand( bit32* command, bool isUpdateFBAccess = true ) const; 804 bit32* MakeCommand( bit32* command, bool isClearFrameBufferCache = true ) const; 904 bit32* MakeCommand( bit32* command, bool isClearFrameBufferCache = true ) const;
|
| D | gr_LookUpTable.h | 63 bit32* MakeCommand( bit32* command, const PicaDataFragLightSampler type ) const in MakeCommand() function 84 …return MakeCommand( command, static_cast< PicaDataFragLightSampler >( PICA_DATA_SAMPLER_SP + light… in MakeSpotTableCommand() 97 …return MakeCommand( command, static_cast< PicaDataFragLightSampler >( PICA_DATA_SAMPLER_DA + light… in MakeDistAttnTableCommand()
|
| D | gr_Texture.h | 312 bit32* MakeCommand( bit32* command, bool is_update_texture_func = true ) const; 353 bit32* MakeCommand( bit32* command, bool is_update_texture_func = true ) const; 408 bit32* MakeCommand( bit32* command, bool is_update_texture_func = true ) const; 465 bit32* MakeCommand( bit32* command, bool is_update_texture_func = true ) const; 517 bit32* MakeCommand( bit32* command, bool isAddDummyCommand = true ) const;
|
| D | gr_FrameBuffer.h | 109 bit32* MakeCommand( bit32* command ) const; 172 bit32* MakeCommand( bit32* command ) const; 232 … bit32* MakeCommand( bit32* command, const u32 bufferBit, bool isClearCache = true ) const;
|
| D | gr_Combiner.h | 284 bit32* MakeCommand( bit32* command ) const; 354 bit32* MakeCommand( bit32* command ) const;
|
| D | gr_Viewport.h | 59 bit32* MakeCommand( bit32* command );
|
| D | gr_Scissor.h | 61 bit32* MakeCommand( bit32* command );
|
| D | gr_Shadow.h | 53 …bit32* MakeCommand( bit32* command, bool isAddDummyCommand = true, bool isAddCacheClearCommand = t…
|
| D | gr_FragmentLight.h | 317 bit32* MakeCommand( bit32* command ) const;
|