Home
last modified time | relevance | path

Searched refs:initializeOutputVariables (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/
H A DCompiler.h289 [[nodiscard]] bool initializeOutputVariables(TIntermBlock *root);
H A DCompiler.cpp1181 if (!initializeOutputVariables(root)) in checkAndSimplifyAST()
1792 bool TCompiler::initializeOutputVariables(TIntermBlock *root) in initializeOutputVariables() function in sh::TCompiler