Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp804 REG_ELEMENTS_MODE_3 = 0x25e, // [23:16]にはバイトイネーブルでアクセスしてはいけない。 in SetupDrawIndexStreamCommand() enumerator
868 command[commandIndex++] = internal::MakeCommandHeader(REG_ELEMENTS_MODE_3, 1, false, 0x2); in SetupDrawIndexStreamCommand()
880 command[commandIndex++] = internal::MakeCommandHeader(REG_ELEMENTS_MODE_3, 1, false, 0x8); in SetupDrawIndexStreamCommand()
882 command[commandIndex++] = internal::MakeCommandHeader(REG_ELEMENTS_MODE_3, 1, false, 0x8); in SetupDrawIndexStreamCommand()
Dgfx_ParticleShape.cpp260 REG_ELEMENTS_MODE_3 = 0x25e, // [31:16]にはバイトイネーブルでアクセスしてはいけない。 in CreatePrimitiveCommandCache() enumerator
297 …const u32 HEADER_ELEMENTS_MODE_3 = internal::MakeCommandHeader(REG_ELEMENTS_MODE_3, 1, fal… in CreatePrimitiveCommandCache()