Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp165 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in CalcSetupActivateVertexAttributeCommandSize_() local
168 for ( s32 i = 0; i < vtxAttrNum; ++ i ) in CalcSetupActivateVertexAttributeCommandSize_()
201 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in CalcSetupDeactivateVertexAttributeCommandSize_() local
205 for ( s32 i = 0; i < vtxAttrNum; ++ i ) in CalcSetupDeactivateVertexAttributeCommandSize_()
298 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in SetupActivateVertexAttributeCommand_() local
334 for ( s32 i = 0; i < vtxAttrNum; ++ i ) in SetupActivateVertexAttributeCommand_()
427 for ( s32 i = 0; i < vtxAttrNum; ++ i ) in SetupActivateVertexAttributeCommand_()
534 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in SetupDeactivateVertexAttributeCommand_() local
543 for ( s32 i = 0; i < vtxAttrNum; ++ i ) in SetupDeactivateVertexAttributeCommand_()
Dgfx_ParticleShape.cpp63 s32 vtxAttrNum = shape->GetVertexAttributesCount(); in SetupParticleVertexAttributeCommand() local
72 command[0] = (vtxAttrNum - 1) | 0xa0000000; in SetupParticleVertexAttributeCommand()
75 command[2] = (vtxAttrNum - 1); in SetupParticleVertexAttributeCommand()
85 command[9] = internal::MakeCommandHeader(REG_VTX_STREAM_BASE, 3 + vtxAttrNum * 3, true, 0xF); in SetupParticleVertexAttributeCommand()
87 command[11] = static_cast<u32>(vtxAttrNum - 1) << 28; in SetupParticleVertexAttributeCommand()
131 for (s32 i = inputIndex; i < vtxAttrNum; ++i) in SetupParticleVertexAttributeCommand()
207 s32 vtxAttrNum = shape->GetVertexAttributesCount(); in SetupDeactivateParticleVertexAttributeCommand() local
217 for (s32 i = 0; i < vtxAttrNum; ++i) in SetupDeactivateParticleVertexAttributeCommand()
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResShape.cpp200 s32 vtxAttrNum = resSeparateShape.GetVertexAttributesCount(); in ResSeparateDataShape_Setup() local
201 for ( s32 i = 0; i < vtxAttrNum; ++ i ) in ResSeparateDataShape_Setup()
361 s32 vtxAttrNum = resSeparateShape.GetVertexAttributesCount(); in ResSeparateDataShape_Cleanup() local
363 for ( s32 i = 0; i < vtxAttrNum; ++ i ) in ResSeparateDataShape_Cleanup()
/NW4C-2.0.3/sources/libraries/font/
Dfont_RectDrawer.cpp704 u32 vtxAttrNum in AddVertexAttributeArrayCommand() argument
727 | (vtxAttrNum - 1) << 28, in AddVertexAttributeArrayCommand()
1090 const u32 vtxAttrNum = 1; // 頂点属性数 in InitializeCMD() local
1220 AddVertexAttributeArrayCommand(m_CmdCacheDrawBegin, vboBaseAddr, phyArrayBuffer, vtxAttrNum); in InitializeCMD()
1233 PICA_CMD_DATA_VS_ATTR_NUM0( vtxAttrNum ), in InitializeCMD()
1326 PICA_CMD_DATA_VS_ATTR_NUM1( vtxAttrNum ), in InitializeCMD()
1429 AddVertexAttributeArrayCommand(m_CmdCacheDrawEnd, vboBaseAddr, phyArrayBuffer, vtxAttrNum); in InitializeCMD()