Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp198 int inputIndex = 0; // 内部頂点属性番号 in CalcSetupDeactivateVertexAttributeCommandSize_() local
210 ++inputIndex; in CalcSetupDeactivateVertexAttributeCommandSize_()
218 inputIndex += streamCount; in CalcSetupDeactivateVertexAttributeCommandSize_()
222 ++inputIndex; in CalcSetupDeactivateVertexAttributeCommandSize_()
231 for ( int i = 1; i < inputIndex; ++i ) in CalcSetupDeactivateVertexAttributeCommandSize_()
322 int inputIndex = 0; // 内部頂点属性番号 in SetupActivateVertexAttributeCommand_() local
368 …inputMapTable[ (inputIndex / 8) * 2 ] |= (usageIndex & 0xf) << (4 * (inputIndex % 8)); // (inputIn… in SetupActivateVertexAttributeCommand_()
374 …inputFormat[ inputIndex / 8 ] |= CommandCacheHelper::GetVertexFormat(dimension, format) << ((input… in SetupActivateVertexAttributeCommand_()
378 arraySetting[0] |= inputIndex << (streamIdx * 4); in SetupActivateVertexAttributeCommand_()
382 arraySetting[1] |= inputIndex << ((streamIdx - 8) * 4); in SetupActivateVertexAttributeCommand_()
[all …]
Dgfx_ParticleShape.cpp91 int inputIndex = 0; // 内部頂点属性番号 in SetupParticleVertexAttributeCommand() local
103 inputTable[ (inputIndex / 8) * 2 ] |= (usage & 0xF) << (4 * (inputIndex % 8)); in SetupParticleVertexAttributeCommand()
109 …inputFormat[ inputIndex / 8 ] |= internal::CommandCacheHelper::GetVertexFormat(dimension, format) … in SetupParticleVertexAttributeCommand()
121 command[commandIndex++] = inputIndex; in SetupParticleVertexAttributeCommand()
124 ++inputIndex; in SetupParticleVertexAttributeCommand()
129 for (s32 i = inputIndex; i < vtxAttrNum; ++i) in SetupParticleVertexAttributeCommand()
149 inputTable[ (inputIndex / 8) * 2 ] |= (usage & 0xF) << (4 * (inputIndex % 8)); in SetupParticleVertexAttributeCommand()
168 command[commandIndex] = inputIndex; in SetupParticleVertexAttributeCommand()
175 vertexParamMask[0] |= 1 << (16 + inputIndex); in SetupParticleVertexAttributeCommand()
177 ++inputIndex; in SetupParticleVertexAttributeCommand()
[all …]