Searched refs:HEADER_VTX_PARAM_INDEX (Results 1 – 2 of 2) sorted by relevance
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_ActivateCommand.cpp | 424 … const u32 HEADER_VTX_PARAM_INDEX = internal::MakeCommandHeader(REG_VTX_PARAM_INDEX, 4, true, 0xF); in SetupActivateVertexAttributeCommand_() local 454 command[commandIndex + 1] = HEADER_VTX_PARAM_INDEX; in SetupActivateVertexAttributeCommand_() 479 command[commandIndex + 1] = HEADER_VTX_PARAM_INDEX; in SetupActivateVertexAttributeCommand_() 594 … const u32 HEADER_VTX_PARAM_INDEX = internal::MakeCommandHeader(REG_VTX_PARAM_INDEX, 4, true, 0xF); in SetupDeactivateVertexAttributeCommand_() local 600 command[commandIndex + 1] = HEADER_VTX_PARAM_INDEX; in SetupDeactivateVertexAttributeCommand_()
|
| D | gfx_ParticleShape.cpp | 166 … const u32 HEADER_VTX_PARAM_INDEX = internal::MakeCommandHeader(REG_VTX_PARAM_INDEX, 4, true, 0xF); in SetupParticleVertexAttributeCommand() local 171 command[commandIndex + 1] = HEADER_VTX_PARAM_INDEX; in SetupParticleVertexAttributeCommand() 230 … const u32 HEADER_VTX_PARAM_INDEX = internal::MakeCommandHeader(REG_VTX_PARAM_INDEX, 4, true, 0xF); in SetupDeactivateParticleVertexAttributeCommand() local 236 command[commandIndex++] = HEADER_VTX_PARAM_INDEX; in SetupDeactivateParticleVertexAttributeCommand()
|