Lines Matching defs:shaderIndex
177 bool IsGeometryShader(s32 shaderIndex) const in IsGeometryShader()
194 SearchUniformIndex(s32 shaderIndex, const char* name) const in SearchUniformIndex()
247 SearchUniformIndex(s32 shaderIndex, SymbolType symbolType, s32 index) const in SearchUniformIndex()
298 int SearchBinadSymbolCount(s32 shaderIndex, SymbolType symbolType) const in SearchBinadSymbolCount()
372 u32 GetBoolConstant(s32 shaderIndex) const in GetBoolConstant()
412 u32 GetInputRegisterNum(s32 shaderIndex) const in GetInputRegisterNum()
439 u32 GetOutputRegisterNum(s32 shaderIndex) const in GetOutputRegisterNum()
464 void GetOutputRegisterNum(s32 shaderIndex, u32* pNum, u32* pMask) const in GetOutputRegisterNum()
659 u32 GetEntryAddress(s32 shaderIndex) const in GetEntryAddress()
673 u32 GetGeometryDataMode(s32 shaderIndex) const in GetGeometryDataMode()
689 u32 GetGeometryMainVertexNum(s32 shaderIndex) const in GetGeometryMainVertexNum()
705 u32 GetGeometryPatchSize(s32 shaderIndex) const in GetGeometryPatchSize()
721 u32 GetGeometryStartIndex(s32 shaderIndex) const in GetGeometryStartIndex()
790 const ExeImageInfo* GetShaderProgramInfo( s32 shaderIndex ) const in GetShaderProgramInfo()