Home
last modified time | relevance | path

Searched refs:stdgl (Results 1 – 20 of 20) sorted by relevance

/external/angle/src/compiler/translator/
DDirectiveHandler.cpp59 bool stdgl) in handlePragma() argument
61 if (stdgl) in handlePragma()
75 mPragma.stdgl.invariantAll = true; in handlePragma()
DPragma.h28 STDGL stdgl; member
DDirectiveHandler.h38 bool stdgl) override;
DVersionGLSL.cpp73 if (pragma.stdgl.invariantAll) in TVersionGLSL()
DTranslatorGLSL.cpp68 getPragma().stdgl.invariantAll && in translate()
DParseContext.h206 bool stdgl);
DOutputGLSLBase.cpp1259 if (pragma.stdgl.invariantAll) in WritePragma()
DCompiler.cpp510 mSymbolTable.setGlobalInvariant(mPragma.stdgl.invariantAll); in setASTMetadata()
DBuildSPIRV.cpp89 const bool invariantAll = compiler->getPragma().stdgl.invariantAll; in IsInvariant()
DParseContext.cpp2106 bool stdgl) in handlePragmaDirective() argument
2111 mDirectiveHandler.handlePragma(srcLoc, name, value, stdgl); in handlePragmaDirective()
2855 mDirectiveHandler.pragma().stdgl.invariantAll) in parseSingleDeclaration()
/external/swiftshader/src/OpenGL/compiler/
DDirectiveHandler.cpp58 bool stdgl) in handlePragma() argument
67 if (stdgl || (name == kSTDGL)) in handlePragma()
DDirectiveHandler.h41 bool stdgl);
DParseHelper.h153 …void handlePragmaDirective(const TSourceLoc &line, const char* name, const char* value, bool stdgl
DParseHelper.cpp1134 …ext::handlePragmaDirective(const TSourceLoc &line, const char* name, const char* value, bool stdgl) in handlePragmaDirective() argument
1137 mDirectiveHandler.handlePragma(loc, name, value, stdgl); in handlePragmaDirective()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveHandlerBase.h40 bool stdgl) = 0;
DDirectiveParser.cpp633 bool stdgl = token->text == "STDGL"; in parsePragma() local
634 if (stdgl) in parsePragma()
672 mDirectiveHandler->handlePragma(token->location, name, value, stdgl); in parsePragma()
/external/angle/src/compiler/preprocessor/
DDirectiveHandlerBase.h36 bool stdgl) = 0;
DDirectiveParser.cpp562 bool stdgl = token->text == "STDGL"; in parsePragma() local
563 if (stdgl) in parsePragma()
601 mDirectiveHandler->handlePragma(token->location, name, value, stdgl); in parsePragma()
/external/angle/src/tests/preprocessor_tests/
DMockDirectiveHandler.h25 bool stdgl));
/external/angle/src/compiler/translator/tree_ops/vulkan/
DDeclarePerVertexBlocks.cpp382 if (compiler->getPragma().stdgl.invariantAll) in DeclarePerVertexBlocks()