Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DCompiler.h215 bool disableValidateFunctionCall();
H A DCompiler.cpp728 bool TCompiler::disableValidateFunctionCall() in disableValidateFunctionCall() function in sh::TCompiler
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DMonomorphizeUnsupportedFunctions.cpp590 bool enableValidateFunctionCall = compiler->disableValidateFunctionCall(); in MonomorphizeUnsupportedFunctions()
H A DRemoveDynamicIndexing.cpp547 bool enableValidateFunctionCall = compiler->disableValidateFunctionCall(); in RemoveDynamicIndexingIf()