Searched defs:usage (Results 1 – 8 of 8) sorted by relevance
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_ParticleCollection.cpp | 55 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 …]
|
| D | gfx_ParticleShape.cpp | 101 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
|
| D | gfx_ActivateCommand.cpp | 248 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/ |
| D | gfx_ParticleCollection.h | 195 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
|
| D | gfx_ShaderProgram.h | 135 int GetVertexAttributeIndex(u32 usage) const in GetVertexAttributeIndex() 636 ResVertexAttribute::VertexAttributeUsage usage in GetVertexAttributeIndex()
|
| D | gfx_ParticleShape.h | 429 s32 usage, in AddVertexAttribute()
|
| /NW4C-1.3.3/tools/CsdrUpdater/ |
| D | CsdrUpdater.py | 6 def usage(): function
|
| /NW4C-1.3.3/sources/libraries/gfx/res/ |
| D | gfx_ResMesh.cpp | 37 QueryScaleCommandIndex(ResVertexAttribute::VertexAttributeUsage usage) in QueryScaleCommandIndex() 97 ResVertexAttribute::VertexAttributeUsage usage = ResVertexAttribute::USAGE_NONE; in ResSeparateDataShape_SetupVertexIrScale() local
|