Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleCollection.cpp55 ParticleUsage usage, in ParticleStreamCreate()
100 ParticleUsage usage, in ParticleParameterAttributeCreate()
146 ParticleUsage usage = PARTICLEUSAGE_ACTIVEINDEX; in GetMemorySizeInternal()
152 ParticleUsage usage = PARTICLEUSAGE_FREEINDEX; in GetMemorySizeInternal()
164 ParticleUsage usage = PARTICLEUSAGE_NEG_TIMELIMIT; in GetMemorySizeInternal()
179 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in GetMemorySizeInternal()
315 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in GetDeviceMemorySizeInternal()
385 ParticleUsage usage = PARTICLEUSAGE_ACTIVEINDEX; in Create()
391 ParticleUsage usage = PARTICLEUSAGE_FREEINDEX; in Create()
403 ParticleUsage usage = PARTICLEUSAGE_NEG_TIMELIMIT; in Create()
[all …]
Dgfx_ParticleSet.cpp576 ParticleUsage target = resInitializer.GetTargetStream(); in Create()
607 ParticleUsage target = resUpdater.GetTargetStream(); in Create()
1550 ParticleUsage target = accelUpdater.GetTargetStream(); in ParticleAccelarationUpdater()
1591 ParticleUsage target = floatUpdater.GetTargetStream(); in ParticleFloatImmediateUpdater()
1671 ParticleUsage target = fkeyUpdater.GetTargetStream(); in ParticleFloatImmediate4KeyUpdater()
1784 ParticleUsage target = spinUpdater.GetTargetStream(); in ParticleSpinUpdater()
1832 ParticleUsage target = randomUpdater.GetTargetStream(); in ParticleRandomUpdater()
1927 ParticleUsage target = vec2Updater.GetTargetStream(); in ParticleVector2ImmediateUpdater()
2013 ParticleUsage target = vec3Updater.GetTargetStream(); in ParticleVector3AdditiveUpdater()
2135 ParticleUsage target = vec3Updater.GetTargetStream(); in ParticleVector3ImmediateUpdater()
[all …]
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleCollection.h195 bool IsStream(ParticleUsage usage) const in IsStream()
212 void* GetStreamPtr(ParticleUsage usage, ParticleBuffer side) in GetStreamPtr()
233 const void* GetStreamPtr(ParticleUsage usage, ParticleBuffer side) const in GetStreamPtr()
253 const void* GetParameterPtr(ParticleUsage usage) const in GetParameterPtr()
270 void SetParameter(ParticleUsage usage, ParticleBuffer side, const f32* ptr);
286 …NW_FORCE_INLINE bool GetStreamOrParameter(ParticleUsage usage, T** stream, T* param, ParticleBuffe… in GetStreamOrParameter()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResParticleInitializer.h53 NW_RES_FIELD_PRIMITIVE_DECL( ParticleUsage, TargetStream ) in NW_RES_FIELD_PRIMITIVE_DECL()
72 NW_DEPRECATED_FUNCTION(ParticleUsage* GetTargetStreams()) in NW_DEPRECATED_FUNCTION()
74 return (ParticleUsage*)&ref().m_TargetStream; in NW_DEPRECATED_FUNCTION()
77 NW_DEPRECATED_FUNCTION(const ParticleUsage* GetTargetStreams() const) in NW_DEPRECATED_FUNCTION()
79 return (const ParticleUsage*)&ref().m_TargetStream; in NW_DEPRECATED_FUNCTION()
Dgfx_ResParticleUpdater.h41 enum ParticleUsage enum
94 NW_RES_FIELD_PRIMITIVE_DECL( ParticleUsage, TargetStream ) in NW_RES_FIELD_PRIMITIVE_DECL()
114 NW_DEPRECATED_FUNCTION(ParticleUsage* GetTargetStreams()) in NW_DEPRECATED_FUNCTION()
116 return (ParticleUsage*)&ref().m_TargetStream; in NW_DEPRECATED_FUNCTION()
119 NW_DEPRECATED_FUNCTION(const ParticleUsage* GetTargetStreams() const) in NW_DEPRECATED_FUNCTION()
121 return (const ParticleUsage*)&ref().m_TargetStream; in NW_DEPRECATED_FUNCTION()