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