Home
last modified time | relevance | path

Searched defs:shouldCollectVariables (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/
DTranslatorHLSL.h41 bool shouldCollectVariables(ShCompileOptions compileOptions) override { return true; } in shouldCollectVariables() function
DTranslatorGLSL.cpp226 bool TranslatorGLSL::shouldCollectVariables(ShCompileOptions compileOptions) in shouldCollectVariables() function in sh::TranslatorGLSL
DTranslatorMetalDirect.h166 bool shouldCollectVariables(ShCompileOptions compileOptions) override { return true; } in shouldCollectVariables() function
DCompiler.cpp1587 bool TCompiler::shouldCollectVariables(ShCompileOptions compileOptions) in shouldCollectVariables() function in sh::TCompiler