Home
last modified time | relevance | path

Searched defs:command (Results 1 – 19 of 19) sorted by relevance

/CTR-SDK-0.14.21/sources/libraries/gr/CTR/
Dgr_RenderState.cpp25 bit32* RenderState::Culling::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
51 bit32* RenderState::Blend::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
87 bit32* RenderState::LogicOp::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
109 … bit32* RenderState::AlphaTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
120 … bit32* RenderState::StencilTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
135 … bit32* RenderState::DepthTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
152 bit32* RenderState::WBuffer::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
200 … bit32* RenderState::FBAccess::MakeCommand( bit32* command, bool isClearFrameBufferCache ) const in MakeCommand()
253 bit32* command = buffer; in MakeCommand() local
Dgr_Texture.cpp25 bit32* Texture::Unit0::MakeCommand( bit32* command, bool is_update_texture_func ) const in MakeCommand()
108 bit32* Texture::Unit1::MakeCommand( bit32* command, bool is_update_texture_func ) const in MakeCommand()
153 bit32* Texture::Unit2::MakeCommand( bit32* command, bool is_update_texture_func ) const in MakeCommand()
197 bit32* Texture::Unit3::MakeCommand( bit32* command, bool is_update_texture_func ) const in MakeCommand()
209 bit32* Texture::MakeCommand( bit32* command, bool isAddDummyCommand ) const in MakeCommand()
222 bit32* Texture::MakeFuncCommand( bit32* command, bool isAddDummyCommand ) const in MakeFuncCommand()
Dgr_FragmentLight.cpp119 … bit32* FragmentLight::MakeLightEnvCommand( bit32* command, bool isAddDummyCommand ) const in MakeLightEnvCommand()
220 bit32* FragmentLight::MakeAllCommand( bit32* command, bool isAddDummyCommand ) const in MakeAllCommand()
Dgr_LookUpTable.cpp27 bit32* command = m_TableCommand; in SetTable() local
Dgr_Fog.cpp27 bit32* command = m_TableCommand; in SetTable() local
Dgr_Scissor.cpp25 bit32* Scissor::MakeCommand( bit32* command ) in MakeCommand()
Dgr_Viewport.cpp26 bit32* Viewport::MakeCommand( bit32* command ) in MakeCommand()
Dgr_FrameBuffer.cpp65 bit32* FrameBuffer::FrameBuffer::MakeCommand( bit32* command, const u32 bufferBit, in MakeCommand()
141 bit32* FrameBuffer::MakeClearCacheCommand( bit32* command ) in MakeClearCacheCommand()
Dgr_ProcedureTexture.cpp158 …void ProcedureTexture::SetLookUpDualTables_( bit32* command, PicaDataProcTexRefTable procTexLookUp… in SetLookUpDualTables_()
205 bit32* command = m_ColorLookUpTableCommand; in SetColorLookUpTable_() local
240 bit32* command = m_ColorDiffLookUpTableCommand; in SetColorDiffLookUpTable_() local
Dgr_Shader.cpp250 bit32* Shader::MakeConstRgCommand_( bit32* command, in MakeConstRgCommand_()
310 bit32* Shader::MakeOutAttrCommand_( bit32* command ) in MakeOutAttrCommand_()
647 bit32* Shader::MakeLoadCommand_( bit32* command, in MakeLoadCommand_()
687 bit32* Shader::MakeDummyCommand_( bit32* command, in MakeDummyCommand_()
Dgr_Vertex.cpp29 bit32* Vertex::MakeDrawCommand( bit32* command, const IndexStream& index_stream ) const in MakeDrawCommand()
/CTR-SDK-0.14.21/include/nn/gr/CTR/
Dgr_BindSymbol.h147 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX34& mtx34 ) const in MakeUniformCommand()
160 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX44& mtx44 ) const in MakeUniformCommand()
173 bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4& vec4 ) const in MakeUniformCommand()
188 … bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4 vec4[], const int num ) const in MakeUniformCommand()
215 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand()
258 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX34& mtx34 ) const in MakeUniformCommand()
271 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX44& mtx44 ) const in MakeUniformCommand()
284 bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4& vec4 ) const in MakeUniformCommand()
298 … bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4 vec4[], const int num ) const in MakeUniformCommand()
313 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand()
Dgr_LookUpTable.h63 bit32* MakeCommand( bit32* command, const PicaDataFragLightSampler type ) const in MakeCommand()
82 bit32* MakeSpotTableCommand( bit32* command, u8 light_id ) const in MakeSpotTableCommand()
95 bit32* MakeDistAttnTableCommand( bit32* command, u8 light_id ) const in MakeDistAttnTableCommand()
Dgr_Fog.h87 bit32* MakeAllCommand( bit32* command ) const in MakeAllCommand()
101 bit32* MakeConfigCommand( bit32* command ) const in MakeConfigCommand()
121 bit32* MakeTableCommand( bit32* command ) const in MakeTableCommand()
Dgr_Utility.h70 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX34& mtx34 ) in MakeUniformCommandVS()
89 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandVS()
108 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4& vec4 ) in MakeUniformCommandVS()
132 …inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4 vec4[], cons… in MakeUniformCommandVS()
168 inline bit32* MakeUniformCommandVS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandVS()
186 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::MTX34& mtx34 ) in MakeUniformCommandGS()
205 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandGS()
224 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::VEC4& vec4 ) in MakeUniformCommandGS()
247 …inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::VEC4 vec4[], cons… in MakeUniformCommandGS()
283 inline bit32* MakeUniformCommandGS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandGS()
Dgr_Shader.h106 bit32* MakeVtxBoolMapCommand( bit32* command ) const in MakeVtxBoolMapCommand()
120 bit32* MakeGeoBoolMapCommand( bit32* command ) const in MakeGeoBoolMapCommand()
166 bit32* MakeVtxSwizzleCommand( bit32* command ) const in MakeVtxSwizzleCommand()
181 bit32* MakeGeoSwizzleCommand( bit32* command ) const in MakeGeoSwizzleCommand()
196 bit32* MakeVtxConstRgCommand( bit32* command ) const in MakeVtxConstRgCommand()
210 bit32* MakeGeoConstRgCommand( bit32* command ) const in MakeGeoConstRgCommand()
225 bit32* MakeOutAttrCommand( bit32* command ) const in MakeOutAttrCommand()
Dgr_Vertex.h155 bit32* MakeEnableAttrCommand( bit32* command ) const in MakeEnableAttrCommand()
184 bit32* MakeDisableAttrCommand( bit32* command ) const in MakeDisableAttrCommand()
234 static bit32* MakeDisableCommand( bit32* command ) in MakeDisableCommand()
Dgr_ProcedureTexture.h472 static bit32* MakeDummyCommand( bit32* command ) in MakeDummyCommand()
/CTR-SDK-0.14.21/include/nn/font/CTR/
Dfont_RectDrawerCommand.h22 #define NN_FONT_ADD_COMMANDS_PTR( ptr, command, size ) \ argument
30 #define NN_FONT_RECTDRAWER_ADD_COMMAND( command, size ) \ argument