Lines Matching refs:minActiveIndex
3298 int minActiveIndex = collection->GetMinActiveIndex(); in UpdateParticles() local
3305 … (minActiveIndex + ut::RoundUp(maxActiveIndex - minActiveIndex + 1, 8) + 2) / 3)); // TBD in UpdateParticles()
3307 if (minActiveIndex <= maxActiveIndex) in UpdateParticles()
3310 minActiveIndex + ut::RoundUp(maxActiveIndex - minActiveIndex + 1, 8)); in UpdateParticles()
3314 reinterpret_cast<f32*>(&work[minActiveIndex]), in UpdateParticles()
3315 &limit[minActiveIndex], in UpdateParticles()
3317 maxActiveIndex - minActiveIndex + 1); in UpdateParticles()
3331 minActiveIndex = 0xffff; in UpdateParticles()
3351 if (minActiveIndex > index) in UpdateParticles()
3353 minActiveIndex = index; in UpdateParticles()
3371 … (minActiveIndex + ut::RoundUp(maxActiveIndex - minActiveIndex + 1, 8) + 2) / 3)); // TBD in UpdateParticles()
3373 if (minActiveIndex <= maxActiveIndex) in UpdateParticles()
3376 minActiveIndex + ut::RoundUp(maxActiveIndex - minActiveIndex + 1, 8)); in UpdateParticles()
3380 reinterpret_cast<f32*>(&work[minActiveIndex]), in UpdateParticles()
3381 &limit[minActiveIndex], in UpdateParticles()
3383 maxActiveIndex - minActiveIndex + 1); in UpdateParticles()
3396 minActiveIndex = 0xffff; in UpdateParticles()
3416 if (minActiveIndex > index) in UpdateParticles()
3418 minActiveIndex = index; in UpdateParticles()
3443 int minActiveIndex = 0xffff; in UpdateParticles()
3474 if (minActiveIndex > index) in UpdateParticles()
3476 minActiveIndex = index; in UpdateParticles()
3509 if (minActiveIndex > index) in UpdateParticles()
3511 minActiveIndex = index; in UpdateParticles()
3554 if (minActiveIndex > index) in UpdateParticles()
3556 minActiveIndex = index; in UpdateParticles()
3589 if (minActiveIndex > index) in UpdateParticles()
3591 minActiveIndex = index; in UpdateParticles()
3608 collection->SetMinActiveIndex(minActiveIndex); in UpdateParticles()