Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/lyt/
Dlyt_Resources.h701 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/
Dgfx_ParticleSet.h65 u32 work; //!< ワークエリアです。 member
77 u32 work; //!< ワークエリアです。 member
Dgfx_ParticleTime.h182 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/
DNW4C_SetAnimRange.mel2671 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/
Dgfx_ParticleSet.cpp473 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 …]
Dgfx_ParticleUtil.cpp147 updater.work = (u32)childParticleSet; in ResolveParticleObject()
/NW4C-1.3.3/demos/gfx/ParticleUpdaterDemo/sources/
DParticleUpdaterDemo.cpp327 updater.work = (u32)UserUpdater; in SetUserUpdater()