Lines Matching refs:shape
159 TShape shape, in CalcSetupActivateVertexAttributeCommandSize_() argument
165 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in CalcSetupActivateVertexAttributeCommandSize_()
170 ResVertexAttribute attribute = shape.GetVertexAttributes( i ); in CalcSetupActivateVertexAttributeCommandSize_()
194 TShape shape, in CalcSetupDeactivateVertexAttributeCommandSize_() argument
201 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in CalcSetupDeactivateVertexAttributeCommandSize_()
207 ResVertexAttribute attribute = shape.GetVertexAttributes( i ); in CalcSetupDeactivateVertexAttributeCommandSize_()
270 TShape shape, in SetupActivateVertexAttributeCommand_() argument
296 shape.ref().m_BaseAddress = baseAddr; in SetupActivateVertexAttributeCommand_()
298 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in SetupActivateVertexAttributeCommand_()
336 ResVertexAttribute attribute = shape.GetVertexAttributes( i ); in SetupActivateVertexAttributeCommand_()
429 ResVertexAttribute attribute = shape.GetVertexAttributes( i ); in SetupActivateVertexAttributeCommand_()
515 TShape shape, in SetupDeactivateVertexAttributeCommand_() argument
534 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in SetupDeactivateVertexAttributeCommand_()
545 ResVertexAttribute attribute = shape.GetVertexAttributes( i ); in SetupDeactivateVertexAttributeCommand_()
617 ResSeparateDataShape shape, in SetupVertexAttributeCommand() argument
621 return SetupActivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupVertexAttributeCommand()
628 ResParticleShape shape, in SetupVertexAttributeCommand() argument
632 return SetupActivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupVertexAttributeCommand()
639 ResSeparateDataShape shape, in SetupDeactivateVertexAttributeCommand() argument
643 return SetupDeactivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupDeactivateVertexAttributeCommand()
650 ResParticleShape shape, in SetupDeactivateVertexAttributeCommand() argument
654 return SetupDeactivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupDeactivateVertexAttributeCommand()
660 ResSeparateDataShape shape, in CalcSetupActivateVertexAttributeCommandSize() argument
664 return CalcSetupActivateVertexAttributeCommandSize_( shape, shaderProgramDesc ); in CalcSetupActivateVertexAttributeCommandSize()
670 ResParticleShape shape, in CalcSetupActivateVertexAttributeCommandSize_() argument
674 return CalcSetupActivateVertexAttributeCommandSize_( shape, shaderProgramDesc ); in CalcSetupActivateVertexAttributeCommandSize_()
680 ResSeparateDataShape shape, in CalcSetupDeactivateVertexAttributeCommandSize() argument
684 return CalcSetupDeactivateVertexAttributeCommandSize_( shape, shaderProgramDesc ); in CalcSetupDeactivateVertexAttributeCommandSize()
690 ResParticleShape shape, in CalcSetupDeactivateVertexAttributeCommandSize_() argument
694 return CalcSetupDeactivateVertexAttributeCommandSize_( shape, shaderProgramDesc ); in CalcSetupDeactivateVertexAttributeCommandSize_()