Lines Matching refs:work
473 initializer.work = 0; in Create()
513 updater.work = 0; in Create()
2686 u32 work, in ParticleChildUpdater() argument
2707 ParticleSet* particleSet = reinterpret_cast<ParticleSet*>(work); in ParticleChildUpdater()
3146 …n, activeIndex, startIndex, incrIndex, count, time, prevTime, workUpdater.work, this, particleCont… in UpdateParticles()
3148 …n, activeIndex, startIndex, incrIndex, count, time, prevTime, workUpdater.work, this, &this->m_Par… in UpdateParticles()
3159 if (workUpdater.work != 0) in UpdateParticles()
3161 (*(ResParticleUserUpdater::UserFunctionType)workUpdater.work)( in UpdateParticles()
3206 u32* work = reinterpret_cast<u32*>(particleContext->GetEmissionPositionWork( in UpdateParticles() local
3216 reinterpret_cast<f32*>(&work[minActiveIndex]), in UpdateParticles()
3247 if ((work[index] & 0x80000000) == 0) in UpdateParticles()