Home
last modified time | relevance | path

Searched refs:work (Results 1 – 7 of 7) sorted by relevance

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Resources.h703 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/
Dgfx_ParticleTime.h184 s32 work = this->m_ParticleTime * factor * 0x100;
185 work /= length.m_ParticleTime;
188 result.m_ParticleTime = work;
Dgfx_ParticleSet.h67 u32 work; //!< ワークエリアです。 member
79 u32 work; //!< ワークエリアです。 member
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetAnimRange.mel2670 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/
Dgfx_ParticleSet.cpp475 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 …]
Dgfx_ParticleUtil.cpp149 updater.work = (u32)childParticleSet; in ResolveParticleObject()
/NW4C-2.0.3/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp329 updater.work = (u32)UserUpdater; in SetUserUpdater()