Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp170 REG_VTX_MAP_0 = 0x2bb, // [31:0] 入力レジスタのインデックス in SetupActivateVertexAttributeCommand_() enumerator
201 command[5] = internal::MakeCommandHeader(REG_VTX_MAP_0, 2, true, 0xF); in SetupActivateVertexAttributeCommand_()
414 REG_VTX_MAP_0 = 0x2bb, // [31:0] 入力レジスタのインデックス in SetupDeactivateVertexAttributeCommand_() enumerator
470 … command[commandIndex++] = internal::MakeCommandHeader(REG_VTX_MAP_0, 2, true, 0xF); in SetupDeactivateVertexAttributeCommand_()
Dgfx_ParticleShape.cpp50 REG_VTX_MAP_0 = 0x2bb, // [31:0] 入力レジスタのインデックス in SetupParticleVertexAttributeCommand() enumerator
67 … const u32 HEADER_VTX_MAP_0 = internal::MakeCommandHeader(REG_VTX_MAP_0, 2, true, 0xF); in SetupParticleVertexAttributeCommand()