Searched refs:dstPtr (Results 1 – 2 of 2) sorted by relevance
322 u8* dstPtr = (u8*)memory; in DuplicateResParticleInitializer() local325 reinterpret_cast<ResParticleInitializerData*>(dstPtr); in DuplicateResParticleInitializer()328 ::std::memcpy(dstPtr, srcData, baseSize); in DuplicateResParticleInitializer()329 dstPtr += ut::RoundUp(baseSize, 4); in DuplicateResParticleInitializer()726 u8* dstPtr = (u8*)memory; in DuplicateResParticleUpdater() local729 reinterpret_cast<ResParticleUpdaterData*>(dstPtr); in DuplicateResParticleUpdater()733 ::std::memcpy(dstPtr, srcData, baseSize); in DuplicateResParticleUpdater()734 dstPtr += ut::RoundUp(baseSize, 4); in DuplicateResParticleUpdater()742 reinterpret_cast<ResParticleAnimationData*>(dstPtr); in DuplicateResParticleUpdater()745 dstPtr, in DuplicateResParticleUpdater()[all …]
33 bool* dstPtr = reinterpret_cast<bool*>(dst->GetValueBuffer()); in Blend() local37 *dstPtr = *dstPtr | *srcPtr; // 重みは使用しないで OR をとる in Blend()41 *dstPtr = *srcPtr; in Blend()44 return !*dstPtr; // dst が true になった時点でブレンド処理のループを終了 in Blend()56 float* dstPtr = reinterpret_cast<float*>(dst->GetValueBuffer()); in Blend() local61 *dstPtr += weightedSrc; in Blend()65 *dstPtr = weightedSrc; in Blend()