Searched refs:inputIndex (Results 1 – 2 of 2) sorted by relevance
200 int inputIndex = 0; // 内部頂点属性番号 in CalcSetupDeactivateVertexAttributeCommandSize_() local212 ++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_() local370 …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 …]
93 int inputIndex = 0; // 内部頂点属性番号 in SetupParticleVertexAttributeCommand() local105 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 …]