Searched refs:work (Results 1 – 7 of 7) sorted by relevance
| /NW4C-1.3.3/include/nw/lyt/ |
| D | lyt_Resources.h | 701 u32 work = bits; in SetBits() local 702 internal::SetBits(&work, pos, len, value); in SetBits() 703 bits = work; in SetBits() 709 u32 work = bits; in SetBit() local 710 internal::SetBit(&work, pos, value); in SetBit() 711 bits = work; in SetBit()
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_ParticleSet.h | 65 u32 work; //!< ワークエリアです。 member 77 u32 work; //!< ワークエリアです。 member
|
| D | gfx_ParticleTime.h | 182 s32 work = this->m_ParticleTime * factor * 0x100; 183 work /= length.m_ParticleTime; 186 result.m_ParticleTime = work;
|
| /NW4C-1.3.3/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_SetAnimRange.mel | 2671 string $work, $item; 2672 for ($work in $shape) 2674 $workList = `listConnections -t "shadingEngine" $work`; 2702 string $temp, $work; 2705 $work = `nodeType $temp`; 2706 $workList = `getClassification $work`; 3230 string $work; 3231 for ($work in $exlist) 3233 if (!IsAnimRange($work)) 3235 $list[size($list)] = $work; [all …]
|
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_ParticleSet.cpp | 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() [all …]
|
| D | gfx_ParticleUtil.cpp | 147 updater.work = (u32)childParticleSet; in ResolveParticleObject()
|
| /NW4C-1.3.3/demos/gfx/ParticleUpdaterDemo/sources/ |
| D | ParticleUpdaterDemo.cpp | 327 updater.work = (u32)UserUpdater; in SetUserUpdater()
|