Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DCompiler.h278 [[nodiscard]] bool initializeOutputVariables(TIntermBlock *root);
DCompiler.cpp1102 if (!initializeOutputVariables(root)) in checkAndSimplifyAST()
1740 bool TCompiler::initializeOutputVariables(TIntermBlock *root) in initializeOutputVariables() function in sh::TCompiler