HomeSort by relevance Sort by last modified time
    Searched refs:mShaderVersion (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
Diagnostics.h 28 int shaderVersion() const { return mShaderVersion; }
50 int mShaderVersion;
Diagnostics.cpp 22 mShaderVersion(100),
35 mShaderVersion = version;
DirectiveHandler.h 54 int& mShaderVersion;
DirectiveHandler.cpp 41 mShaderVersion(shaderVersion)
165 mShaderVersion = version;
ParseHelper.h 47 mShaderVersion(100),
58 mDirectiveHandler(ext, mDiagnostics, mShaderVersion),
75 int getShaderVersion() const { return mShaderVersion; }
257 int mShaderVersion;
ParseHelper.cpp 849 if ((type.qualifier == EvqAttribute) || (type.qualifier == EvqVertexIn) || (type.qualifier == EvqConstExpr && mShaderVersion < 300)) {
874 if(mShaderVersion >= 300 && type.type == EbtStruct && IsVarying(type.qualifier))
887 TSymbol* symbol = symbolTable.find(node->getSymbol(), mShaderVersion, &builtIn);
900 TSymbol* fragData = symbolTable.find("gl_MaxDrawBuffers", mShaderVersion, &builtIn);
974 if(mShaderVersion < 300 && type.isStructureContainingArrays())
1009 static_cast<const TVariable *>(symbolTable.findBuiltIn("gl_MaxDrawBuffers", mShaderVersion));
1158 if(symbolTable.findBuiltIn(variable->getName(), mShaderVersion))
1205 const TSymbol* symbol = symbolTable.find(call->getName(), mShaderVersion, builtIn);
1207 symbol = symbolTable.find(call->getMangledName(), mShaderVersion, builtIn);
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
DirectiveParser.h 91 int mShaderVersion;
DirectiveParser.cpp 220 mShaderVersion(100),
743 if (mShaderVersion >= 300)
841 mShaderVersion = version;

Completed in 237 milliseconds