Home
last modified time | relevance | path

Searched refs:MakeCommand (Results 1 – 16 of 16) sorted by relevance

/CTR-SDK-0.14.4/sources/libraries/gr/CTR/
Dgr_RenderState.cpp25 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 …]
Dgr_Texture.cpp25 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()
Dgr_FrameBuffer.cpp25 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()
Dgr_Scissor.cpp25 bit32* Scissor::MakeCommand( bit32* command ) in MakeCommand() function in nn::gr::CTR::Scissor
Dgr_Viewport.cpp26 bit32* Viewport::MakeCommand( bit32* command ) in MakeCommand() function in nn::gr::CTR::Viewport
Dgr_Combiner.cpp25 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
Dgr_FragmentLight.cpp25 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/
Dgr_RenderState.h114 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;
Dgr_LookUpTable.h63 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()
Dgr_Texture.h312 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;
Dgr_FrameBuffer.h109 bit32* MakeCommand( bit32* command ) const;
172 bit32* MakeCommand( bit32* command ) const;
232 … bit32* MakeCommand( bit32* command, const u32 bufferBit, bool isClearCache = true ) const;
Dgr_Combiner.h284 bit32* MakeCommand( bit32* command ) const;
354 bit32* MakeCommand( bit32* command ) const;
Dgr_Viewport.h59 bit32* MakeCommand( bit32* command );
Dgr_Scissor.h61 bit32* MakeCommand( bit32* command );
Dgr_Shadow.h53 …bit32* MakeCommand( bit32* command, bool isAddDummyCommand = true, bool isAddCacheClearCommand = t…
Dgr_FragmentLight.h317 bit32* MakeCommand( bit32* command ) const;