Lines Matching refs:shape

157     TShape                      shape,   in CalcSetupActivateVertexAttributeCommandSize_()  argument
163 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in CalcSetupActivateVertexAttributeCommandSize_()
168 ResVertexAttribute attribute = shape.GetVertexAttributes( i ); in CalcSetupActivateVertexAttributeCommandSize_()
192 TShape shape, in CalcSetupDeactivateVertexAttributeCommandSize_() argument
199 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in CalcSetupDeactivateVertexAttributeCommandSize_()
205 ResVertexAttribute attribute = shape.GetVertexAttributes( i ); in CalcSetupDeactivateVertexAttributeCommandSize_()
268 TShape shape, in SetupActivateVertexAttributeCommand_() argument
294 shape.ref().m_BaseAddress = baseAddr; in SetupActivateVertexAttributeCommand_()
296 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in SetupActivateVertexAttributeCommand_()
334 ResVertexAttribute attribute = shape.GetVertexAttributes( i ); in SetupActivateVertexAttributeCommand_()
427 ResVertexAttribute attribute = shape.GetVertexAttributes( i ); in SetupActivateVertexAttributeCommand_()
513 TShape shape, in SetupDeactivateVertexAttributeCommand_() argument
532 s32 vtxAttrNum = shape.GetVertexAttributesCount(); in SetupDeactivateVertexAttributeCommand_()
543 ResVertexAttribute attribute = shape.GetVertexAttributes( i ); in SetupDeactivateVertexAttributeCommand_()
615 ResSeparateDataShape shape, in SetupVertexAttributeCommand() argument
619 return SetupActivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupVertexAttributeCommand()
626 ResParticleShape shape, in SetupVertexAttributeCommand() argument
630 return SetupActivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupVertexAttributeCommand()
637 ResSeparateDataShape shape, in SetupDeactivateVertexAttributeCommand() argument
641 return SetupDeactivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupDeactivateVertexAttributeCommand()
648 ResParticleShape shape, in SetupDeactivateVertexAttributeCommand() argument
652 return SetupDeactivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupDeactivateVertexAttributeCommand()
658 ResSeparateDataShape shape, in CalcSetupActivateVertexAttributeCommandSize() argument
662 return CalcSetupActivateVertexAttributeCommandSize_( shape, shaderProgramDesc ); in CalcSetupActivateVertexAttributeCommandSize()
668 ResParticleShape shape, in CalcSetupActivateVertexAttributeCommandSize_() argument
672 return CalcSetupActivateVertexAttributeCommandSize_( shape, shaderProgramDesc ); in CalcSetupActivateVertexAttributeCommandSize_()
678 ResSeparateDataShape shape, in CalcSetupDeactivateVertexAttributeCommandSize() argument
682 return CalcSetupDeactivateVertexAttributeCommandSize_( shape, shaderProgramDesc ); in CalcSetupDeactivateVertexAttributeCommandSize()
688 ResParticleShape shape, in CalcSetupDeactivateVertexAttributeCommandSize_() argument
692 return CalcSetupDeactivateVertexAttributeCommandSize_( shape, shaderProgramDesc ); in CalcSetupDeactivateVertexAttributeCommandSize_()