Searched refs:emulatePrecisionIfNeeded (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/compiler/translator/ |
D | TranslatorESSL.cpp | 50 if (!emulatePrecisionIfNeeded(root, sink, &precisionEmulation, SH_ESSL_OUTPUT)) in translate()
|
D | TranslatorHLSL.cpp | 142 if (!emulatePrecisionIfNeeded(root, getInfoSink().obj, &precisionEmulation, getOutputType())) in translate()
|
D | TranslatorGLSL.cpp | 121 if (!emulatePrecisionIfNeeded(root, sink, &precisionEmulation, getOutputType())) in translate()
|
D | Compiler.h | 205 bool emulatePrecisionIfNeeded(TIntermBlock *root,
|
D | TranslatorMetalDirect.cpp | 1206 if (!emulatePrecisionIfNeeded(root, sink, &precisionEmulation, SH_SPIRV_VULKAN_OUTPUT)) in translate()
|
D | Compiler.cpp | 1265 bool TCompiler::emulatePrecisionIfNeeded(TIntermBlock *root, in emulatePrecisionIfNeeded() function in sh::TCompiler
|
D | TranslatorVulkan.cpp | 1318 if (!emulatePrecisionIfNeeded(root, sink, &precisionEmulation, SH_SPIRV_VULKAN_OUTPUT)) in translate()
|