Home
last modified time | relevance | path

Searched refs:Vertex (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Vertex.cpp29 bit32* Vertex::MakeDrawCommand( bit32* command, const IndexStream& index_stream ) const in MakeDrawCommand()
79 void Vertex::EnableAttrAsArray( const BindSymbolVSInput& symbol, in EnableAttrAsArray()
120 void Vertex::EnableAttrAsConst( const BindSymbolVSInput& symbol, in EnableAttrAsConst()
146 …void Vertex::EnableInterleavedArray( const nn::gr::CTR::Vertex::InterleaveInfo& interleave_info, c… in EnableInterleavedArray()
183 void Vertex::DisableAttr_( const bit32 bind_reg ) in DisableAttr_()
227 void Vertex::LoadArray::CheckDisable() in CheckDisable()
254 void Vertex::LoadArray::DisableAll() in DisableAll()
271 bit32* Vertex::MakeEnableAttrCommand_( bit32* command ) const in MakeEnableAttrCommand_()
Dgr_Utility.cpp139 command = nn::gr::CTR::Vertex::MakeDisableCommand( command ); in MakeDisableAllCommand()
/CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/
Ddetail.csv48 0x00: Vertex coordinate x
49 0x01: Vertex coordinate y
50 0x02: Vertex coordinate z
51 0x03: Vertex coordinate w
56 0x08: Vertex color R
57 0x09: Vertex color G
58 0x0a: Vertex color B
59 0x0b: Vertex color A
73 0x00: Vertex coordinate x
74 0x01: Vertex coordinate y
[all …]
Dabstruct.csv296 0x22a,Vertex start offset
310 0x242,Vertex attribute input count setting
319 0x25f,Vertex information reset
358 0x2b0,Vertex shader boolean register
359 0x2b1,Vertex shader integer register (i0)
360 0x2b2,Vertex shader integer register (i1)
361 0x2b3,Vertex shader integer register (i2)
362 0x2b4,Vertex shader integer register (i3)
363 0x2b9,Vertex attribute input count setting
365 0x2bb,Vertex attribute input register map setting
[all …]
/CTR-SDK-4.2.5/include/nn/font/
Dfont_DrawerTypes.h27 enum Vertex enum
/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_Vertex.h32 class Vertex
151 …void EnableInterleavedArray( const nn::gr::CTR::Vertex::InterleaveInfo& interleave_info, const upt…
311 explicit Vertex() in Vertex() function