Lines Matching refs:minActiveIndex
3204 int minActiveIndex = collection->GetMinActiveIndex(); in UpdateParticles() local
3207 (minActiveIndex + ut::RoundUp(maxActiveIndex - minActiveIndex + 1, 8) + 2) / 3)); // TBD in UpdateParticles()
3209 if (minActiveIndex <= maxActiveIndex) in UpdateParticles()
3212 minActiveIndex + ut::RoundUp(maxActiveIndex - minActiveIndex + 1, 8)); in UpdateParticles()
3216 reinterpret_cast<f32*>(&work[minActiveIndex]), in UpdateParticles()
3217 &limit[minActiveIndex], in UpdateParticles()
3219 maxActiveIndex - minActiveIndex + 1); in UpdateParticles()
3234 minActiveIndex = 0xffff; in UpdateParticles()
3254 if (minActiveIndex > index) in UpdateParticles()
3256 minActiveIndex = index; in UpdateParticles()
3289 int minActiveIndex = 0xffff; in UpdateParticles()
3309 if (minActiveIndex > index) in UpdateParticles()
3311 minActiveIndex = index; in UpdateParticles()
3344 if (minActiveIndex > index) in UpdateParticles()
3346 minActiveIndex = index; in UpdateParticles()
3362 collection->SetMinActiveIndex(minActiveIndex); in UpdateParticles()