Lines Matching refs:minActiveIndex
3008 int minActiveIndex = collection->GetMinActiveIndex(); in UpdateParticles() local
3011 if (minActiveIndex <= maxActiveIndex) in UpdateParticles()
3014 minActiveIndex + ut::RoundUp(maxActiveIndex - minActiveIndex + 1, 8)); in UpdateParticles()
3018 reinterpret_cast<f32*>(&work[minActiveIndex]), in UpdateParticles()
3019 &limit[minActiveIndex], in UpdateParticles()
3021 maxActiveIndex - minActiveIndex + 1); in UpdateParticles()
3036 minActiveIndex = 0xffff; in UpdateParticles()
3056 if (minActiveIndex > index) in UpdateParticles()
3058 minActiveIndex = index; in UpdateParticles()
3091 int minActiveIndex = 0xffff; in UpdateParticles()
3111 if (minActiveIndex > index) in UpdateParticles()
3113 minActiveIndex = index; in UpdateParticles()
3146 if (minActiveIndex > index) in UpdateParticles()
3148 minActiveIndex = index; in UpdateParticles()
3164 collection->SetMinActiveIndex(minActiveIndex); in UpdateParticles()