Home
last modified time | relevance | path

Searched refs:REG_VTX_MAP_0 (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp280 REG_VTX_MAP_0 = 0x2bb, // [31:0] 入力レジスタのインデックス in SetupActivateVertexAttributeCommand_() enumerator
311 command[5] = internal::MakeCommandHeader(REG_VTX_MAP_0, 2, true, 0xF); in SetupActivateVertexAttributeCommand_()
530 REG_VTX_MAP_0 = 0x2bb, // [31:0] 入力レジスタのインデックス in SetupDeactivateVertexAttributeCommand_() enumerator
586 … command[commandIndex++] = internal::MakeCommandHeader(REG_VTX_MAP_0, 2, true, 0xF); in SetupDeactivateVertexAttributeCommand_()
Dgfx_ParticleShape.cpp52 REG_VTX_MAP_0 = 0x2bb, // [31:0] 入力レジスタのインデックス in SetupParticleVertexAttributeCommand() enumerator
69 … const u32 HEADER_VTX_MAP_0 = internal::MakeCommandHeader(REG_VTX_MAP_0, 2, true, 0xF); in SetupParticleVertexAttributeCommand()