Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleCollection.cpp56 ParticleUsage usage, in ParticleStreamCreate()
99 ParticleUsage usage, in ParticleParameterAttributeCreate()
145 ParticleUsage usage = PARTICLEUSAGE_ACTIVEINDEX; in GetMemorySizeInternal() local
151 ParticleUsage usage = PARTICLEUSAGE_FREEINDEX; in GetMemorySizeInternal() local
163 ParticleUsage usage = PARTICLEUSAGE_NEG_TIMELIMIT; in GetMemorySizeInternal() local
178 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in GetMemorySizeInternal() local
245 for (int usage = 0; usage < PARTICLEUSAGE_COUNT; ++usage) in GetMemorySizeInternal() local
314 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in GetDeviceMemorySizeInternal() local
384 ParticleUsage usage = PARTICLEUSAGE_ACTIVEINDEX; in Create() local
390 ParticleUsage usage = PARTICLEUSAGE_FREEINDEX; in Create() local
[all …]
Dgfx_ActivateCommand.cpp250 GetAttributeIndexFromUsage(ResShaderProgramDescription shaderProgramDesc, s32 usage) in GetAttributeIndexFromUsage()
366 s32 usage = stream.GetUsage(); in SetupActivateVertexAttributeCommand_() local
394 s32 usage = attribute.GetUsage(); in SetupActivateVertexAttributeCommand_() local
435 s32 usage = param.GetUsage(); in SetupActivateVertexAttributeCommand_() local
470 s32 usage = shaderVtxAttrNum - 1; in SetupActivateVertexAttributeCommand_() local
Dgfx_ParticleShape.cpp103 s32 usage = shape->GetVertexAttributeUsage(i); in SetupParticleVertexAttributeCommand() local
149 s32 usage = shape->GetVertexAttributeUsage(i); in SetupParticleVertexAttributeCommand() local
545 s32 usage, in AddVertexStream()
609 s32 usage, in AddVertexParam()
663 for (int usage = 0; usage < PARTICLEUSAGE_COUNT; ++usage) in ParticleShape() local
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleCollection.h203 bool IsStream(ParticleUsage usage) const in IsStream()
232 void* GetStreamPtr(ParticleUsage usage, ParticleBuffer side) in GetStreamPtr()
253 const void* GetStreamPtr(ParticleUsage usage, ParticleBuffer side) const in GetStreamPtr()
273 const void* GetParameterPtr(ParticleUsage usage) const in GetParameterPtr()
308 …NW_FORCE_INLINE bool GetStreamOrParameter(ParticleUsage usage, T** stream, T* param, ParticleBuffe… in GetStreamOrParameter()
351 for (int usage = 0; usage < PARTICLEUSAGE_COUNT; ++usage) in SwapBuffer() local
Dgfx_ShaderProgram.h137 int GetVertexAttributeIndex(u32 usage) const in GetVertexAttributeIndex()
638 ResVertexAttribute::VertexAttributeUsage usage in GetVertexAttributeIndex()
Dgfx_ParticleShape.h431 s32 usage, in AddVertexAttribute()
/NW4C-2.0.3/tools/CsdrUpdater/
DCsdrUpdater.py6 def usage(): function
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResMesh.cpp39 QueryScaleCommandIndex(ResVertexAttribute::VertexAttributeUsage usage) in QueryScaleCommandIndex()
99 ResVertexAttribute::VertexAttributeUsage usage = ResVertexAttribute::USAGE_NONE; in ResSeparateDataShape_SetupVertexIrScale() local