Home
last modified time | relevance | path

Searched refs:addEmulatedFunctionWithDependency (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DBuiltInFunctionEmulatorHLSL.cpp88 emu->addEmulatedFunctionWithDependency( in InitBuiltInFunctionEmulatorForHLSL()
96 emu->addEmulatedFunctionWithDependency( in InitBuiltInFunctionEmulatorForHLSL()
105 emu->addEmulatedFunctionWithDependency( in InitBuiltInFunctionEmulatorForHLSL()
120 emu->addEmulatedFunctionWithDependency( in InitBuiltInFunctionEmulatorForHLSL()
146 emu->addEmulatedFunctionWithDependency( in InitBuiltInFunctionEmulatorForHLSL()
153 emu->addEmulatedFunctionWithDependency( in InitBuiltInFunctionEmulatorForHLSL()
161 emu->addEmulatedFunctionWithDependency( in InitBuiltInFunctionEmulatorForHLSL()
/aosp_15_r20/external/angle/src/compiler/translator/glsl/
H A DBuiltInFunctionEmulatorGLSL.cpp84 emu->addEmulatedFunctionWithDependency( in InitBuiltInAtanFunctionEmulatorForGLSLWorkarounds()
91 emu->addEmulatedFunctionWithDependency( in InitBuiltInAtanFunctionEmulatorForGLSLWorkarounds()
98 emu->addEmulatedFunctionWithDependency( in InitBuiltInAtanFunctionEmulatorForGLSLWorkarounds()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DBuiltInFunctionEmulator.h47 void addEmulatedFunctionWithDependency(const TSymbolUniqueId &dependency,
H A DBuiltInFunctionEmulator.cpp59 void BuiltInFunctionEmulator::addEmulatedFunctionWithDependency( in addEmulatedFunctionWithDependency() function in sh::BuiltInFunctionEmulator