Lines Matching refs:work
473 initializer.work = 0; in Create()
513 updater.work = 0; in Create()
2510 u32 work, in ParticleChildUpdater() argument
2531 ParticleSet* particleSet = reinterpret_cast<ParticleSet*>(work); in ParticleChildUpdater()
2949 …n, activeIndex, startIndex, incrIndex, count, time, prevTime, workUpdater.work, this, particleCont… in UpdateParticles()
2951 …n, activeIndex, startIndex, incrIndex, count, time, prevTime, workUpdater.work, this, &this->m_Par… in UpdateParticles()
2962 if (workUpdater.work != 0) in UpdateParticles()
2964 (*(ResParticleUserUpdater::UserFunctionType)workUpdater.work)( in UpdateParticles()
3007 u32* work = reinterpret_cast<u32*>(particleContext->GetEmissionPositionWork()); // TBD in UpdateParticles() local
3018 reinterpret_cast<f32*>(&work[minActiveIndex]), in UpdateParticles()
3049 if ((work[index] & 0x80000000) == 0) in UpdateParticles()