Home
last modified time | relevance | path

Searched refs:Texture (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_Texture.h31 class Texture
252 explicit Unit0( const Texture& texture_ );
255 const Texture& m_Texture;
288 explicit Unit1( const Texture& texture_ );
291 const Texture& m_Texture;
331 explicit Unit2( const Texture& texture_ );
334 const Texture& m_Texture;
375 explicit Unit3( const Texture& texture_ );
378 const Texture& m_Texture;
410 Texture();
/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
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_()
283 Texture::UnitBase::UnitBase() in UnitBase()
304 Texture::Unit0::Unit0( const Texture& texture_ ) in Unit0()
[all …]
Dgr_Utility.cpp148 command = nn::gr::CTR::Texture::MakeDisableCommand( command ); in MakeDisableAllCommand()
/CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/
Dabstruct.csv34 0x080,Texture sampler type setting (sampler type/UV coordinates of textures 2 and 3)
35 0x081,Texture 0 border color
36 0x082,Texture 0 resolution setting
37 0x083,Texture 0 format/filter/wrap mode
38 0x084,Texture 0 LOD level/bias
39 0x085,Texture 0 data address (TEXTURE_2D or CUBE_MAP_POSITIVE_X)
40 0x086,Texture 0 data address (CUBEMAP_NEGATIVE_X)
41 0x087,Texture 0 data address (CUBEMAP_POSITIVE_Y)
42 0x088,Texture 0 data address (CUBEMAP_NEGATIVE_Y)
43 0x089,Texture 0 data address (CUBEMAP_POSITIVE_Z)
[all …]
Ddetail.csv60 0x0c: Texture coordinate 0, u
61 0x0d: Texture coordinate 0, v
62 0x0e: Texture coordinate 1, u
63 0x0f: Texture coordinate 1, v
64 0x10: Texture coordinate 0, w
68 0x16: Texture coordinate 2, u
69 0x17: Texture coordinate 2, v
85 0x0c: Texture coordinate 0, u
86 0x0d: Texture coordinate 0, v
87 0x0e: Texture coordinate 1, u
[all …]