Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_RenderState.cpp25 bit32* RenderState::Culling::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
51 … bit32* RenderState::Culling::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
67 bit32* RenderState::Blend::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
97 … bit32* RenderState::Blend::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
117 bit32* RenderState::LogicOp::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
139 bit32* RenderState::ShadowMap::MakeCommand( bit32* command, in MakeCommand()
160 … bit32* RenderState::ShadowMap::MakeTextureCommand( bit32* command, bool isAddDummyCommand ) const in MakeTextureCommand()
206 … bit32* RenderState::AlphaTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
217 … bit32* RenderState::AlphaTest::MakeDisableCommand( bit32* command, bool isClearFrameBufferCache ) in MakeDisableCommand()
233 … bit32* RenderState::StencilTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
[all …]
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()
239 bit32* Texture::MakeDisableCommand( bit32* command, bool isAddDummyCommand ) in MakeDisableCommand()
269 bit32* Texture::MakeDummyCommand_( bit32* command ) in MakeDummyCommand_()
Dgr_Utility.cpp60 bit32* AddDummyDataForCommandBuffer( bit32* command, const size_t addSize ) in AddDummyDataForCommandBuffer()
133 bit32* MakeDisableAllCommand( bit32* command ) in MakeDisableAllCommand()
173 bit32* MakeChannelKickCommand( bit32* command, const CommandBufferChannel channel ) in MakeChannelKickCommand()
186 bit32* MakeChannel0SubroutineCommand( bit32* command, uptr* bufferSizePtr, in MakeChannel0SubroutineCommand()
215 bit32* MakeChannel1SubroutineCommand( bit32* command, uptr* bufferSizePtr, in MakeChannel1SubroutineCommand()
245 …bit32* MakeChannel0JumpCommand( bit32* command, const uptr commandBufferPtr, const size_t commandB… in MakeChannel0JumpCommand()
267 …bit32* MakeChannel1JumpCommand( bit32* command, const uptr commandBufferPtr, const size_t commandB… in MakeChannel1JumpCommand()
287 … bit32* MakePostVertexCacheEntryTypeCommand( bit32* command, const PostVertexCacheEntryType type ) in MakePostVertexCacheEntryTypeCommand()
Dgr_LookUpTable.cpp44 bit32* command = m_TableCommand; in SetAbsTable() local
68 bit32* command = m_TableCommand; in SetNotAbsTable() local
Dgr_FragmentLight.cpp171 … bit32* FragmentLight::MakeLightEnvCommand( bit32* command, bool isAddDummyCommand ) const in MakeLightEnvCommand()
275 bit32* FragmentLight::MakeAllCommand( bit32* command, bool isAddDummyCommand ) const in MakeAllCommand()
304 bit32* FragmentLight::MakeDisableCommand( bit32* command, bool isAddDummyCommand ) in MakeDisableCommand()
Dgr_FrameBuffer.cpp34 …bit32* FrameBuffer::ColorBuffer::MakeCommand( bit32* command, bool isAddRenderBlockModeCommand ) c… in MakeCommand()
79 bit32* FrameBuffer::FrameBuffer::MakeCommand( bit32* command, const u32 bufferBit, in MakeCommand()
155 bit32* FrameBuffer::MakeClearCacheCommand( bit32* command ) in MakeClearCacheCommand()
Dgr_Fog.cpp28 bit32* command = m_TableCommand; in SetTable() local
Dgr_Shader.cpp185 bit32* Shader::MakeDisableCommand( bit32* command ) in MakeDisableCommand()
199 … bit32* Shader::MakeShaderCommand( bit32* command, const bool isMakePrepareCommand ) const in MakeShaderCommand()
320 bit32* Shader::MakeShaderModeCommand_( bit32* command, in MakeShaderModeCommand_()
398 bit32* Shader::MakeConstRgCommand_( bit32* command, in MakeConstRgCommand_()
463 bit32* Shader::MakeOutAttrCommand_( bit32* command, in MakeOutAttrCommand_()
848 bit32* Shader::MakeLoadCommand_( bit32* command, in MakeLoadCommand_()
888 bit32* Shader::MakeDummyCommand_( bit32* command, in MakeDummyCommand_()
Dgr_ProcedureTexture.cpp161 …void ProcedureTexture::SetLookUpDualTables_( bit32* command, PicaDataProcTexRefTable procTexLookUp… in SetLookUpDualTables_()
208 bit32* command = m_ColorLookUpTableCommand; in SetColorLookUpTable_() local
243 bit32* command = m_ColorDiffLookUpTableCommand; in SetColorDiffLookUpTable_() local
Dgr_ShaderLite.cpp248 bit32* ShaderLite::MakeDisableCommand( bit32* command ) in MakeDisableCommand()
262 … bit32* ShaderLite::MakeShaderCommand( bit32* command, const bool isMakePrepareCommand ) const in MakeShaderCommand()
383 bit32* ShaderLite::MakeShaderModeCommand_( bit32* command, in MakeShaderModeCommand_()
461 bit32* ShaderLite::MakeConstRgCommand_( bit32* command, in MakeConstRgCommand_()
526 bit32* ShaderLite::MakeOutAttrCommand_( bit32* command, in MakeOutAttrCommand_()
911 bit32* ShaderLite::MakeLoadCommand_( bit32* command, in MakeLoadCommand_()
951 bit32* ShaderLite::MakeDummyCommand_( bit32* command, in MakeDummyCommand_()
Dgr_Vertex.cpp29 bit32* Vertex::MakeDrawCommand( bit32* command, const IndexStream& index_stream ) const in MakeDrawCommand()
/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_Fog.h86 bit32* MakeAllCommand( bit32* command ) const in MakeAllCommand()
107 static bit32* MakeDisableCommand( bit32* command ) in MakeDisableCommand()
123 bit32* MakeConfigCommand( bit32* command ) const in MakeConfigCommand()
143 bit32* MakeTableCommand( bit32* command ) const in MakeTableCommand()
Dgr_BindSymbol.h146 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX34& mtx34 ) const in MakeUniformCommand()
159 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX44& mtx44 ) const in MakeUniformCommand()
172 bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4& vec4 ) const in MakeUniformCommand()
187 … bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4 vec4[], const int num ) const in MakeUniformCommand()
214 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand()
257 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX34& mtx34 ) const in MakeUniformCommand()
270 bit32* MakeUniformCommand( bit32* command, const nn::math::MTX44& mtx44 ) const in MakeUniformCommand()
283 bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4& vec4 ) const in MakeUniformCommand()
297 … bit32* MakeUniformCommand( bit32* command, const nn::math::VEC4 vec4[], const int num ) const in MakeUniformCommand()
312 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand()
Dgr_LookUpTable.h87 bit32* MakeCommand( bit32* command, const PicaDataFragLightSampler type ) const in MakeCommand()
106 bit32* MakeSpotTableCommand( bit32* command, u8 light_id ) const in MakeSpotTableCommand()
119 bit32* MakeDistAttnTableCommand( bit32* command, u8 light_id ) const in MakeDistAttnTableCommand()
Dgr_Shader.h145 bit32* MakeVtxBoolMapCommand( bit32* command ) const in MakeVtxBoolMapCommand()
159 bit32* MakeGeoBoolMapCommand( bit32* command ) const in MakeGeoBoolMapCommand()
205 bit32* MakeVtxSwizzleCommand( bit32* command ) const in MakeVtxSwizzleCommand()
220 bit32* MakeGeoSwizzleCommand( bit32* command ) const in MakeGeoSwizzleCommand()
235 bit32* MakeVtxConstRgCommand( bit32* command ) const in MakeVtxConstRgCommand()
250 bit32* MakeGeoConstRgCommand( bit32* command ) const in MakeGeoConstRgCommand()
265 bit32* MakeOutAttrCommand( bit32* command ) const in MakeOutAttrCommand()
Dgr_Utility.h202 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX34& mtx34 ) in MakeUniformCommandVS()
221 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandVS()
240 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4& vec4 ) in MakeUniformCommandVS()
266 …inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4 vec4[], cons… in MakeUniformCommandVS()
310 inline bit32* MakeUniformCommandVS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandVS()
328 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::MTX34& mtx34 ) in MakeUniformCommandGS()
347 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandGS()
366 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::VEC4& vec4 ) in MakeUniformCommandGS()
389 …inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::VEC4 vec4[], cons… in MakeUniformCommandGS()
430 inline bit32* MakeUniformCommandGS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandGS()
Dgr_ShaderLite.h146 bit32* MakeVtxBoolMapCommand( bit32* command ) const in MakeVtxBoolMapCommand()
160 bit32* MakeGeoBoolMapCommand( bit32* command ) const in MakeGeoBoolMapCommand()
206 bit32* MakeVtxSwizzleCommand( bit32* command ) const in MakeVtxSwizzleCommand()
221 bit32* MakeGeoSwizzleCommand( bit32* command ) const in MakeGeoSwizzleCommand()
236 bit32* MakeVtxConstRgCommand( bit32* command ) const in MakeVtxConstRgCommand()
251 bit32* MakeGeoConstRgCommand( bit32* command ) const in MakeGeoConstRgCommand()
266 bit32* MakeOutAttrCommand( bit32* command ) const in MakeOutAttrCommand()
Dgr_Vertex.h162 bit32* MakeEnableAttrCommand( bit32* command ) const in MakeEnableAttrCommand()
191 bit32* MakeDisableAttrCommand( bit32* command ) const in MakeDisableAttrCommand()
241 static bit32* MakeDisableCommand( bit32* command ) in MakeDisableCommand()
Dgr_Scissor.h89 static bit32* MakeDisableCommand( bit32* command, in MakeDisableCommand()
Dgr_Combiner.h216 bit32* MakeConstantColorCommand( bit32* command ) const in MakeConstantColorCommand()
Dgr_ProcedureTexture.h476 static bit32* MakeDummyCommand( bit32* command ) in MakeDummyCommand()
/CTR-SDK-4.2.5/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