Home
last modified time | relevance | path

Searched refs:PDELETE (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/extern/mantaflow/preprocessed/
H A Dvortexpart.cpp33 if (vp[i].flag & ParticleBase::PDELETE) in VortexKernel()
160 if (vp[idx].flag & ParticleBase::PDELETE) in op()
H A Dparticle.h46 PDELETE = (1 << 10), // mark as deleted, will be deleted in next compress() step enumerator
302 return (mData[idx].flag & PDELETE) == 0; in isActive()
955 return (mSegments[i].flag & ParticleBase::PDELETE) == 0; in isSegActive()
1871 mData[idx].flag |= PDELETE; in kill()
1936 if ((p[idx].flag & ParticleBase::PDELETE) || (ptype && ((*ptype)[idx] & exclude)) || in op()
1949 p[idx].flag |= ParticleBase::PDELETE; in op()
2101 if (p[idx].flag & ParticleBase::PDELETE) in op()
2104 p[idx].flag |= ParticleBase::PDELETE; in op()
2178 if (p[idx].flag & ParticleBase::PDELETE)
2480 while ((mData[i].flag & PDELETE) != 0) { in compress()
[all …]
H A Dturbulencepart.cpp284 mData[i].flag |= PDELETE; in deleteInObstacle()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/prstab/
H A Dgram.tki554 PDELETE TK_PDELETE
/dports/graphics/blender/blender-2.91.0/extern/mantaflow/preprocessed/plugin/
H A Dsurfaceturbulence.cpp581 (coarseParticles.getStatus(idn) & ParticleBase::PDELETE) == 0) { in op()
2030 (coarseParticles.getStatus(id) & ParticleBase::PDELETE) == 0) { in particleSurfaceTurbulence()
2038 if ((surfacePoints.getStatus(idx) & ParticleBase::PDELETE) == 0) { in particleSurfaceTurbulence()