Home
last modified time | relevance | path

Searched defs:usage (Results 1 – 8 of 8) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleCollection.cpp55 ParticleUsage usage, in ParticleStreamCreate()
100 ParticleUsage usage, in ParticleParameterAttributeCreate()
146 ParticleUsage usage = PARTICLEUSAGE_ACTIVEINDEX; in GetMemorySizeInternal() local
152 ParticleUsage usage = PARTICLEUSAGE_FREEINDEX; in GetMemorySizeInternal() local
164 ParticleUsage usage = PARTICLEUSAGE_NEG_TIMELIMIT; in GetMemorySizeInternal() local
179 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in GetMemorySizeInternal() local
246 for (int usage = 0; usage < PARTICLEUSAGE_COUNT; ++usage) in GetMemorySizeInternal() local
315 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in GetDeviceMemorySizeInternal() local
385 ParticleUsage usage = PARTICLEUSAGE_ACTIVEINDEX; in Create() local
391 ParticleUsage usage = PARTICLEUSAGE_FREEINDEX; in Create() local
[all …]
Dgfx_ParticleShape.cpp101 s32 usage = shape->GetVertexAttributeUsage(i); in SetupParticleVertexAttributeCommand() local
147 s32 usage = shape->GetVertexAttributeUsage(i); in SetupParticleVertexAttributeCommand() local
543 s32 usage, in AddVertexStream()
607 s32 usage, in AddVertexParam()
661 for (int usage = 0; usage < PARTICLEUSAGE_COUNT; ++usage) in ParticleShape() local
Dgfx_ActivateCommand.cpp248 GetAttributeIndexFromUsage(ResShaderProgramDescription shaderProgramDesc, s32 usage) in GetAttributeIndexFromUsage()
364 s32 usage = stream.GetUsage(); in SetupActivateVertexAttributeCommand_() local
392 s32 usage = attribute.GetUsage(); in SetupActivateVertexAttributeCommand_() local
433 s32 usage = param.GetUsage(); in SetupActivateVertexAttributeCommand_() local
468 s32 usage = shaderVtxAttrNum - 1; in SetupActivateVertexAttributeCommand_() local
/NW4C-1.3.3/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()
286 …NW_FORCE_INLINE bool GetStreamOrParameter(ParticleUsage usage, T** stream, T* param, ParticleBuffe… in GetStreamOrParameter()
328 for (int usage = 0; usage < PARTICLEUSAGE_COUNT; ++usage) in SwapBuffer() local
Dgfx_ShaderProgram.h135 int GetVertexAttributeIndex(u32 usage) const in GetVertexAttributeIndex()
636 ResVertexAttribute::VertexAttributeUsage usage in GetVertexAttributeIndex()
Dgfx_ParticleShape.h429 s32 usage, in AddVertexAttribute()
/NW4C-1.3.3/tools/CsdrUpdater/
DCsdrUpdater.py6 def usage(): function
/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResMesh.cpp37 QueryScaleCommandIndex(ResVertexAttribute::VertexAttributeUsage usage) in QueryScaleCommandIndex()
97 ResVertexAttribute::VertexAttributeUsage usage = ResVertexAttribute::USAGE_NONE; in ResSeparateDataShape_SetupVertexIrScale() local