Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorGLSL.cpp226 bool TranslatorGLSL::shouldCollectVariables(ShCompileOptions compileOptions) in shouldCollectVariables() function in sh::TranslatorGLSL
229 TCompiler::shouldCollectVariables(compileOptions); in shouldCollectVariables()
DTranslatorGLSL.h28 bool shouldCollectVariables(ShCompileOptions compileOptions) override;
DTranslatorHLSL.h41 bool shouldCollectVariables(ShCompileOptions compileOptions) override { return true; } in shouldCollectVariables() function
DCompiler.cpp856 shouldCollectVariables(compileOptions))) in checkAndSimplifyAST()
870 this, root, &mSymbolTable, &mUniforms, shouldCollectVariables(compileOptions), in checkAndSimplifyAST()
963 if (shouldCollectVariables(compileOptions)) in checkAndSimplifyAST()
1557 bool TCompiler::shouldCollectVariables(ShCompileOptions compileOptions) in shouldCollectVariables() function in sh::TCompiler
DTranslatorMetalDirect.h177 bool shouldCollectVariables(ShCompileOptions compileOptions) override { return true; } in shouldCollectVariables() function
DCompiler.h221 virtual bool shouldCollectVariables(ShCompileOptions compileOptions);