Searched refs:work (Results 1 – 7 of 7) sorted by relevance
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Resources.h | 703 u32 work = bits; in SetBits() local 704 internal::SetBits(&work, pos, len, value); in SetBits() 705 bits = work; in SetBits() 711 u32 work = bits; in SetBit() local 712 internal::SetBit(&work, pos, value); in SetBit() 713 bits = work; in SetBit()
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_ParticleTime.h | 184 s32 work = this->m_ParticleTime * factor * 0x100; 185 work /= length.m_ParticleTime; 188 result.m_ParticleTime = work;
|
| D | gfx_ParticleSet.h | 67 u32 work; //!< ワークエリアです。 member 79 u32 work; //!< ワークエリアです。 member
|
| /NW4C-2.0.3/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_SetAnimRange.mel | 2670 string $work, $item; 2671 for ($work in $shape) 2673 $workList = `listConnections -t "shadingEngine" $work`; 2701 string $temp, $work; 2704 $work = `nodeType $temp`; 2705 $workList = `getClassification $work`; 3229 string $work; 3230 for ($work in $exlist) 3232 if (!IsAnimRange($work)) 3234 $list[size($list)] = $work; [all …]
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_ParticleSet.cpp | 475 initializer.work = 0; in Create() 515 updater.work = 0; in Create() 2711 u32 work, in ParticleChildUpdater() argument 2732 ParticleSet* particleSet = reinterpret_cast<ParticleSet*>(work); in ParticleChildUpdater() 3240 …n, activeIndex, startIndex, incrIndex, count, time, prevTime, workUpdater.work, this, particleCont… in UpdateParticles() 3242 …n, activeIndex, startIndex, incrIndex, count, time, prevTime, workUpdater.work, this, &this->m_Par… in UpdateParticles() 3253 if (workUpdater.work != 0) in UpdateParticles() 3255 (*(ResParticleUserUpdater::UserFunctionType)workUpdater.work)( in UpdateParticles() 3304 u32* work = reinterpret_cast<u32*>(particleContext->GetEmissionPositionWork( in UpdateParticles() local 3314 reinterpret_cast<f32*>(&work[minActiveIndex]), in UpdateParticles() [all …]
|
| D | gfx_ParticleUtil.cpp | 149 updater.work = (u32)childParticleSet; in ResolveParticleObject()
|
| /NW4C-2.0.3/demos/gfx/ParticleUpdaterDemo/sources/ |
| D | ParticleUpdaterDemo.cpp | 329 updater.work = (u32)UserUpdater; in SetUserUpdater()
|