Home
last modified time | relevance | path

Searched refs:shouldCollectVariables (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/compiler/translator/
DTranslatorGLSL.h28 bool shouldCollectVariables(ShCompileOptions compileOptions) override;
DTranslatorGLSL.cpp226 bool TranslatorGLSL::shouldCollectVariables(ShCompileOptions compileOptions) in shouldCollectVariables() function in sh::TranslatorGLSL
229 TCompiler::shouldCollectVariables(compileOptions); in shouldCollectVariables()
DTranslatorHLSL.h41 bool shouldCollectVariables(ShCompileOptions compileOptions) override { return true; } in shouldCollectVariables() function
DCompiler.cpp862 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
DTranslatorMetalDirect.h166 bool shouldCollectVariables(ShCompileOptions compileOptions) override { return true; } in shouldCollectVariables() function
DCompiler.h223 virtual bool shouldCollectVariables(ShCompileOptions compileOptions);