Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp313 … const u32 HEADER_VTX_PARAM_INDEX = internal::MakeCommandHeader(REG_VTX_PARAM_INDEX, 4, true, 0xF); in SetupActivateVertexAttributeCommand_() local
342 command[commandIndex + 1] = HEADER_VTX_PARAM_INDEX; in SetupActivateVertexAttributeCommand_()
366 command[commandIndex + 1] = HEADER_VTX_PARAM_INDEX; in SetupActivateVertexAttributeCommand_()
478 … const u32 HEADER_VTX_PARAM_INDEX = internal::MakeCommandHeader(REG_VTX_PARAM_INDEX, 4, true, 0xF); in SetupDeactivateVertexAttributeCommand_() local
484 command[commandIndex + 1] = HEADER_VTX_PARAM_INDEX; in SetupDeactivateVertexAttributeCommand_()
Dgfx_ParticleShape.cpp164 … const u32 HEADER_VTX_PARAM_INDEX = internal::MakeCommandHeader(REG_VTX_PARAM_INDEX, 4, true, 0xF); in SetupParticleVertexAttributeCommand() local
169 command[commandIndex + 1] = HEADER_VTX_PARAM_INDEX; in SetupParticleVertexAttributeCommand()
228 … const u32 HEADER_VTX_PARAM_INDEX = internal::MakeCommandHeader(REG_VTX_PARAM_INDEX, 4, true, 0xF); in SetupDeactivateParticleVertexAttributeCommand() local
234 command[commandIndex++] = HEADER_VTX_PARAM_INDEX; in SetupDeactivateParticleVertexAttributeCommand()