Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp422 … const u32 HEADER_VTX_PARAM_INDEX = internal::MakeCommandHeader(REG_VTX_PARAM_INDEX, 4, true, 0xF); in SetupActivateVertexAttributeCommand_() local
452 command[commandIndex + 1] = HEADER_VTX_PARAM_INDEX; in SetupActivateVertexAttributeCommand_()
477 command[commandIndex + 1] = HEADER_VTX_PARAM_INDEX; in SetupActivateVertexAttributeCommand_()
592 … const u32 HEADER_VTX_PARAM_INDEX = internal::MakeCommandHeader(REG_VTX_PARAM_INDEX, 4, true, 0xF); in SetupDeactivateVertexAttributeCommand_() local
598 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()