Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DValidateAST.h20 struct ValidateASTOptions struct
25 bool validateSingleParent = true;
28 bool validateVariableReferences = true;
31 bool validateSpecConstReferences = false;
38 bool validateOps = true;
41 bool validateBuiltInOps = true;
45 bool validateFunctionCall = true;
48 bool validateNoRawFunctionCalls = true;
51 bool validateNullNodes = true;
66 bool validateQualifiers = true;
[all …]