Home
last modified time | relevance | path

Searched refs:vtxAttrNum (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp163 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in CalcSetupActivateVertexAttributeCommandSize_() local
166 for ( s32 i = 0; i < vtxAttrNum; ++ i ) in CalcSetupActivateVertexAttributeCommandSize_()
199 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in CalcSetupDeactivateVertexAttributeCommandSize_() local
203 for ( s32 i = 0; i < vtxAttrNum; ++ i ) in CalcSetupDeactivateVertexAttributeCommandSize_()
296 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in SetupActivateVertexAttributeCommand_() local
332 for ( s32 i = 0; i < vtxAttrNum; ++ i ) in SetupActivateVertexAttributeCommand_()
425 for ( s32 i = 0; i < vtxAttrNum; ++ i ) in SetupActivateVertexAttributeCommand_()
532 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in SetupDeactivateVertexAttributeCommand_() local
541 for ( s32 i = 0; i < vtxAttrNum; ++ i ) in SetupDeactivateVertexAttributeCommand_()
Dgfx_ParticleShape.cpp61 s32 vtxAttrNum = shape->GetVertexAttributesCount(); in SetupParticleVertexAttributeCommand() local
70 command[0] = (vtxAttrNum - 1) | 0xa0000000; in SetupParticleVertexAttributeCommand()
73 command[2] = (vtxAttrNum - 1); in SetupParticleVertexAttributeCommand()
83 command[9] = internal::MakeCommandHeader(REG_VTX_STREAM_BASE, 3 + vtxAttrNum * 3, true, 0xF); in SetupParticleVertexAttributeCommand()
85 command[11] = static_cast<u32>(vtxAttrNum - 1) << 28; in SetupParticleVertexAttributeCommand()
129 for (s32 i = inputIndex; i < vtxAttrNum; ++i) in SetupParticleVertexAttributeCommand()
205 s32 vtxAttrNum = shape->GetVertexAttributesCount(); in SetupDeactivateParticleVertexAttributeCommand() local
215 for (s32 i = 0; i < vtxAttrNum; ++i) in SetupDeactivateParticleVertexAttributeCommand()
/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResShape.cpp199 s32 vtxAttrNum = resSeparateShape.GetVertexAttributesCount(); in ResSeparateDataShape_Setup() local
200 for ( s32 i = 0; i < vtxAttrNum; ++ i ) in ResSeparateDataShape_Setup()
360 s32 vtxAttrNum = resSeparateShape.GetVertexAttributesCount(); in ResSeparateDataShape_Cleanup() local
362 for ( s32 i = 0; i < vtxAttrNum; ++ i ) in ResSeparateDataShape_Cleanup()
/NW4C-1.3.3/sources/libraries/font/
Dfont_RectDrawer.cpp678 u32 vtxAttrNum in AddVertexAttributeArrayCommand() argument
701 | (vtxAttrNum - 1) << 28, in AddVertexAttributeArrayCommand()
1062 const u32 vtxAttrNum = 1; // 頂点属性数 in InitializeCMD() local
1191 AddVertexAttributeArrayCommand(m_CmdCacheDrawBegin, vboBaseAddr, phyArrayBuffer, vtxAttrNum); in InitializeCMD()
1204 PICA_CMD_DATA_VS_ATTR_NUM0( vtxAttrNum ), in InitializeCMD()
1297 PICA_CMD_DATA_VS_ATTR_NUM1( vtxAttrNum ), in InitializeCMD()
1400 AddVertexAttributeArrayCommand(m_CmdCacheDrawEnd, vboBaseAddr, phyArrayBuffer, vtxAttrNum); in InitializeCMD()