Home
last modified time | relevance | path

Searched defs:needsExplicitBoolCasts (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DAddExplicitTypeCasts.cpp22 Rewriter(TCompiler &compiler, SymbolEnv &symbolEnv, bool needsExplicitBoolCasts) in Rewriter()
96 bool needsExplicitBoolCasts) in AddExplicitTypeCasts()
/external/angle/src/compiler/translator/
DTranslatorMetalDirect.cpp1042 const bool needsExplicitBoolCasts = (compileOptions & SH_ADD_EXPLICIT_BOOL_CASTS) != 0; in translateImpl() local