• Home
  • Raw
  • Download

Lines Matching refs:mSymbolTable

387     TParseContext parseContext(mSymbolTable, mExtensionBehavior, mShaderType, mShaderSpec,  in compileTreeImpl()
395 TScopedSymbolTableLevel globalLevel(&mSymbolTable); in compileTreeImpl()
396 ASSERT(mSymbolTable.atGlobalLevel()); in compileTreeImpl()
475 mSymbolTable.setGlobalInvariant(mPragma.stdgl.invariantAll); in setASTMetadata()
530 !ValidateLimitations(root, mShaderType, &mSymbolTable, &mDiagnostics)) in checkAndSimplifyAST()
535 if (!ValidateFragColorAndFragData(mShaderType, mShaderVersion, mSymbolTable, &mDiagnostics)) in checkAndSimplifyAST()
556 if (!PruneNoOps(this, root, &mSymbolTable)) in checkAndSimplifyAST()
571 highPrecisionSupported, &mSymbolTable)) in checkAndSimplifyAST()
601 if (!ReplaceShadowingVariables(this, root, &mSymbolTable)) in checkAndSimplifyAST()
638 this, root, mNumViews, mShaderType, compileOptions, mOutputType, &mSymbolTable)) in checkAndSimplifyAST()
647 if (!RewriteDoWhile(this, root, &mSymbolTable)) in checkAndSimplifyAST()
671 if (!RemovePow(this, root, &mSymbolTable)) in checkAndSimplifyAST()
679 RegenerateStructNames gen(&mSymbolTable); in checkAndSimplifyAST()
692 if (!EmulateGLDrawID(this, root, &mSymbolTable, &mUniforms, in checkAndSimplifyAST()
705 if (!EmulateGLBaseVertexBaseInstance(this, root, &mSymbolTable, &mUniforms, in checkAndSimplifyAST()
719 &mSymbolTable, mShaderVersion)) in checkAndSimplifyAST()
761 if (!RemoveUnreferencedVariables(this, root, &mSymbolTable)) in checkAndSimplifyAST()
787 &mSymbolTable)) in checkAndSimplifyAST()
798 &mShaderStorageBlocks, &mInBlocks, mResources.HashFunction, &mSymbolTable, in checkAndSimplifyAST()
861 highPrecisionSupported, &mSymbolTable)) in checkAndSimplifyAST()
1039 mSymbolTable.initializeBuiltIns(mShaderType, mShaderSpec, resources); in initBuiltInSymbolTable()
1197 mSymbolTable.clearCompilationResults(); in clearResults()
1396 return InitializeVariables(this, root, list, &mSymbolTable, mShaderVersion, mExtensionBehavior, in initializeGLPosition()
1413 return sh::UseInterfaceBlockFields(this, root, list, mSymbolTable); in useAllMembersInUnusedStandardAndSharedBlocks()
1439 return InitializeVariables(this, root, list, &mSymbolTable, mShaderVersion, mExtensionBehavior, in initializeOutputVariables()