Lines Matching refs:geometryIndex
126 s32 GetShaderProgramCommandSize( s32 vertexIndex, s32 geometryIndex ) const;
138 …s32 BuildShaderProgramCommand( s32 vertexIndex, s32 geometryIndex, u32* bufferAddress, u32 bufferS…
148 s32 BuildShaderProgramCommand( s32 vertexIndex, s32 geometryIndex ) const in BuildShaderProgramCommand() argument
154 …s32 result = this->BuildShaderProgramCommand( vertexIndex, geometryIndex, currentBuffer, bufferSiz… in BuildShaderProgramCommand()
489 void GetShaderOutputRegisterNum(s32 vertexIndex, s32 geometryIndex, u32* pNum, u32* pMask) const in GetShaderOutputRegisterNum() argument
493 if (geometryIndex >= 0) in GetShaderOutputRegisterNum()
495 exeInfo= this->GetShaderProgramInfo(geometryIndex); in GetShaderOutputRegisterNum()
527 void GetShaderOutputRegisterMap(s32 vertexIndex, s32 geometryIndex, u32 pOutputFormat[7]) const in GetShaderOutputRegisterMap() argument
552 if (geometryIndex >= 0) in GetShaderOutputRegisterMap()
554 exeInfo = this->GetShaderProgramInfo(geometryIndex); in GetShaderOutputRegisterMap()
831 void BuildOutAttrCommand( SafeBuffer& buffer, s32 vertexIndex, s32 geometryIndex ) const;
842 s32 GetOutAttrCommandSize( s32 vertexIndex, s32 geometryIndex ) const;