Searched refs:dstPtr (Results 1 – 2 of 2) sorted by relevance
324 u8* dstPtr = (u8*)memory; in DuplicateResParticleInitializer() local327 reinterpret_cast<ResParticleInitializerData*>(dstPtr); in DuplicateResParticleInitializer()330 ::nw::os::MemCpy(dstPtr, srcData, baseSize); in DuplicateResParticleInitializer()331 dstPtr += ut::RoundUp(baseSize, 4); in DuplicateResParticleInitializer()728 u8* dstPtr = (u8*)memory; in DuplicateResParticleUpdater() local731 reinterpret_cast<ResParticleUpdaterData*>(dstPtr); in DuplicateResParticleUpdater()735 ::nw::os::MemCpy(dstPtr, srcData, baseSize); in DuplicateResParticleUpdater()736 dstPtr += ut::RoundUp(baseSize, 4); in DuplicateResParticleUpdater()744 reinterpret_cast<ResParticleAnimationData*>(dstPtr); in DuplicateResParticleUpdater()747 dstPtr, in DuplicateResParticleUpdater()[all …]
35 bool* dstPtr = reinterpret_cast<bool*>(dst->GetValueBuffer()); in Blend() local39 *dstPtr = *dstPtr | *srcPtr; // 重みは使用しないで OR をとる in Blend()43 *dstPtr = *srcPtr; in Blend()46 return !*dstPtr; // dst が true になった時点でブレンド処理のループを終了 in Blend()58 float* dstPtr = reinterpret_cast<float*>(dst->GetValueBuffer()); in Blend() local63 *dstPtr += weightedSrc; in Blend()67 *dstPtr = weightedSrc; in Blend()