Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp200 int inputIndex = 0; // 内部頂点属性番号 in CalcSetupDeactivateVertexAttributeCommandSize_() local
212 ++inputIndex; in CalcSetupDeactivateVertexAttributeCommandSize_()
220 inputIndex += streamCount; in CalcSetupDeactivateVertexAttributeCommandSize_()
224 ++inputIndex; in CalcSetupDeactivateVertexAttributeCommandSize_()
233 for ( int i = 1; i < inputIndex; ++i ) in CalcSetupDeactivateVertexAttributeCommandSize_()
324 int inputIndex = 0; // 内部頂点属性番号 in SetupActivateVertexAttributeCommand_() local
370 …inputMapTable[ (inputIndex / 8) * 2 ] |= (usageIndex & 0xf) << (4 * (inputIndex % 8)); // (inputIn… in SetupActivateVertexAttributeCommand_()
376 …inputFormat[ inputIndex / 8 ] |= CommandCacheHelper::GetVertexFormat(dimension, format) << ((input… in SetupActivateVertexAttributeCommand_()
380 arraySetting[0] |= inputIndex << (streamIdx * 4); in SetupActivateVertexAttributeCommand_()
384 arraySetting[1] |= inputIndex << ((streamIdx - 8) * 4); in SetupActivateVertexAttributeCommand_()
[all …]
Dgfx_ParticleShape.cpp93 int inputIndex = 0; // 内部頂点属性番号 in SetupParticleVertexAttributeCommand() local
105 inputTable[ (inputIndex / 8) * 2 ] |= (usage & 0xF) << (4 * (inputIndex % 8)); in SetupParticleVertexAttributeCommand()
111 …inputFormat[ inputIndex / 8 ] |= internal::CommandCacheHelper::GetVertexFormat(dimension, format) … in SetupParticleVertexAttributeCommand()
123 command[commandIndex++] = inputIndex; in SetupParticleVertexAttributeCommand()
126 ++inputIndex; in SetupParticleVertexAttributeCommand()
131 for (s32 i = inputIndex; i < vtxAttrNum; ++i) in SetupParticleVertexAttributeCommand()
151 inputTable[ (inputIndex / 8) * 2 ] |= (usage & 0xF) << (4 * (inputIndex % 8)); in SetupParticleVertexAttributeCommand()
170 command[commandIndex] = inputIndex; in SetupParticleVertexAttributeCommand()
177 vertexParamMask[0] |= 1 << (16 + inputIndex); in SetupParticleVertexAttributeCommand()
179 ++inputIndex; in SetupParticleVertexAttributeCommand()
[all …]