Lines Matching refs:inputIndex
91 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()
211 int inputIndex = 0; // 内部頂点属性番号 in SetupDeactivateParticleVertexAttributeCommand() local
222 …ndIndex++] = internal::MakeCommandHeader(REG_VTX_ARRAY_OFFSET + 2 + 3 * inputIndex, 1, false, 0xF); in SetupDeactivateParticleVertexAttributeCommand()
224 ++inputIndex; in SetupDeactivateParticleVertexAttributeCommand()
231 for ( int i = 0; i < inputIndex; ++i ) in SetupDeactivateParticleVertexAttributeCommand()