Home
last modified time | relevance | path

Searched defs:ValidateASTOptions (Results 1 – 1 of 1) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DValidateAST.h20 struct ValidateASTOptions struct
25 bool validateSingleParent = true;
29 bool validateFunctionCall = true; // TODO
54 bool ValidateAST(TIntermNode *root, TDiagnostics *diagnostics, const ValidateASTOptions &options); argument