Home
last modified time | relevance | path

Searched refs:EmulatePrecision (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp101 ASSERT(EmulatePrecision::SupportedInLanguage(outputLanguage)); in createHelperWriter()
477 EmulatePrecision::EmulatePrecision(TSymbolTable *symbolTable) in EmulatePrecision() function in sh::EmulatePrecision
481 void EmulatePrecision::visitSymbol(TIntermSymbol *node) in visitSymbol()
493 bool EmulatePrecision::visitBinary(Visit visit, TIntermBinary *node) in visitBinary()
594 bool EmulatePrecision::visitDeclaration(Visit visit, TIntermDeclaration *node) in visitDeclaration()
612 bool EmulatePrecision::visitGlobalQualifierDeclaration(Visit visit, in visitGlobalQualifierDeclaration()
618 bool EmulatePrecision::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate()
642 bool EmulatePrecision::visitUnary(Visit visit, TIntermUnary *node) in visitUnary()
666 void EmulatePrecision::writeEmulationHelpers(TInfoSinkBase &sink, in writeEmulationHelpers()
687 bool EmulatePrecision::SupportedInLanguage(const ShShaderOutput outputLanguage) in SupportedInLanguage()
[all …]
DEmulatePrecision.h24 class EmulatePrecision : public TLValueTrackingTraverser
27 EmulatePrecision(TSymbolTable *symbolTable);
/external/angle/src/compiler/translator/
DCompiler.cpp691 !EmulatePrecision::SupportedInLanguage(mOutputType)) in checkAndSimplifyAST()
1274 EmulatePrecision emulatePrecision(&getSymbolTable()); in emulatePrecisionIfNeeded()
/external/angle/src/
Dcompiler.gni138 "src/compiler/translator/tree_ops/EmulatePrecision.cpp",
139 "src/compiler/translator/tree_ops/EmulatePrecision.h",
/external/angle/
DAndroid.bp1965 "src/compiler/translator/tree_ops/EmulatePrecision.cpp",