Home
last modified time | relevance | path

Searched refs:relaxedErrors (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DparseVersions.h129 bool relaxedErrors() const { return (messages & EShMsgRelaxedErrors) != 0; } in relaxedErrors() function
DVersions.cpp648 if (behavior == EBhDisable && relaxedErrors()) { in checkExtensionsRequested()
DScan.cpp1389 if (parseContext.relaxedErrors()) in tokenizeIdentifier()
DParseHelper.cpp2576 if (relaxedErrors()) { in lineContinuationCheck()
3457 if (relaxedErrors()) in precisionQualifierCheck()
6367 … if (relaxedErrors() && ! extensionTurnedOn(E_GL_EXT_shader_non_constant_global_initializers)) in executeInitializer()
7784 if (profile == EEsProfile && version <= 300 && ! relaxedErrors()) in addSwitch()
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp320 if (parseContext.relaxedErrors()) in extraTokenCheck()
405 if (parseContext.relaxedErrors()) in eval()
532 if (parseContext.relaxedErrors()) in evalToToken()
DPpScanner.cpp294 if (ifdepth == 0 && !parseContext.relaxedErrors()) in lFloatConst()