Searched refs:shouldCollectVariables (Results 1 – 6 of 6) sorted by relevance
28 bool shouldCollectVariables(ShCompileOptions compileOptions) override;
226 bool TranslatorGLSL::shouldCollectVariables(ShCompileOptions compileOptions) in shouldCollectVariables() function in sh::TranslatorGLSL229 TCompiler::shouldCollectVariables(compileOptions); in shouldCollectVariables()
41 bool shouldCollectVariables(ShCompileOptions compileOptions) override { return true; } in shouldCollectVariables() function
862 shouldCollectVariables(compileOptions))) in checkAndSimplifyAST()876 this, root, &mSymbolTable, &mUniforms, shouldCollectVariables(compileOptions), in checkAndSimplifyAST()969 if (shouldCollectVariables(compileOptions)) in checkAndSimplifyAST()1587 bool TCompiler::shouldCollectVariables(ShCompileOptions compileOptions) in shouldCollectVariables() function in sh::TCompiler
166 bool shouldCollectVariables(ShCompileOptions compileOptions) override { return true; } in shouldCollectVariables() function
223 virtual bool shouldCollectVariables(ShCompileOptions compileOptions);