Lines Matching defs:shaderIndex
142 bool IsGeometryShader(s32 shaderIndex) const in IsGeometryShader()
158 SearchUniformIndex(s32 shaderIndex, const char* name) const in SearchUniformIndex()
211 SearchUniformIndex(s32 shaderIndex, SymbolType symbolType, s32 index) const in SearchUniformIndex()
262 int SearchBinadSymbolCount(s32 shaderIndex, SymbolType symbolType) const in SearchBinadSymbolCount()
336 u32 GetBoolConstant(s32 shaderIndex) const in GetBoolConstant()
376 u32 GetInputRegisterNum(s32 shaderIndex) const in GetInputRegisterNum()
403 u32 GetOutputRegisterNum(s32 shaderIndex) const in GetOutputRegisterNum()
428 void GetOutputRegisterNum(s32 shaderIndex, u32* pNum, u32* pMask) const in GetOutputRegisterNum()
623 u32 GetEntryAddress(s32 shaderIndex) const in GetEntryAddress()
637 u32 GetGeometryDataMode(s32 shaderIndex) const in GetGeometryDataMode()
653 u32 GetGeometryMainVertexNum(s32 shaderIndex) const in GetGeometryMainVertexNum()
669 u32 GetGeometryPatchSize(s32 shaderIndex) const in GetGeometryPatchSize()
685 u32 GetGeometryStartIndex(s32 shaderIndex) const in GetGeometryStartIndex()
754 const ExeImageInfo* GetShaderProgramInfo(s32 shaderIndex) const in GetShaderProgramInfo()