Home
last modified time | relevance | path

Searched refs:Includer (Results 1 – 18 of 18) sorted by relevance

/external/deqp-deps/glslang/glslang/CInterface/
Dglslang_c_interface.cpp81 class CallbackIncluder : public glslang::TShader::Includer {
84 class CallbackIncludeResult : public glslang::TShader::Includer::IncludeResult {
88 … : glslang::TShader::Includer::IncludeResult(headerName, headerData, headerLength, userData), in CallbackIncludeResult()
117 return glslang::TShader::Includer::includeSystem(headerName, includerName, inclusionDepth); in includeSystem()
131 return glslang::TShader::Includer::includeLocal(headerName, includerName, inclusionDepth); in includeLocal()
354 DirStackFileIncluder Includer; in glslang_shader_preprocess() local
364 Includer in glslang_shader_preprocess()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/CInterface/
Dglslang_c_interface.cpp81 class CallbackIncluder : public glslang::TShader::Includer {
84 class CallbackIncludeResult : public glslang::TShader::Includer::IncludeResult {
88 … : glslang::TShader::Includer::IncludeResult(headerName, headerData, headerLength, userData), in CallbackIncludeResult()
117 return glslang::TShader::Includer::includeSystem(headerName, includerName, inclusionDepth); in includeSystem()
131 return glslang::TShader::Includer::includeLocal(headerName, includerName, inclusionDepth); in includeLocal()
354 DirStackFileIncluder Includer; in glslang_shader_preprocess() local
364 Includer in glslang_shader_preprocess()
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h200 TPpContext(TParseContextBase&, const std::string& rootFileName, TShader::Includer&);
454 TShader::Includer& includer;
596 TShader::Includer::IncludeResult* includedFile, in TokenizableIncludeFile()
651 TShader::Includer::IncludeResult* includedFile_;
674 void push_include(TShader::Includer::IncludeResult* result) in push_include()
682 TShader::Includer::IncludeResult* include = includeStack.top(); in pop_include()
694 std::stack<TShader::Includer::IncludeResult*> includeStack;
DPpContext.cpp87 TPpContext::TPpContext(TParseContextBase& pc, const std::string& rootFileName, TShader::Includer& i… in TPpContext()
DPp.cpp667 TShader::Includer::IncludeResult* res = nullptr; in CPPinclude()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/
DPpContext.h200 TPpContext(TParseContextBase&, const std::string& rootFileName, TShader::Includer&);
454 TShader::Includer& includer;
596 TShader::Includer::IncludeResult* includedFile, in TokenizableIncludeFile()
651 TShader::Includer::IncludeResult* includedFile_;
674 void push_include(TShader::Includer::IncludeResult* result) in push_include()
682 TShader::Includer::IncludeResult* include = includeStack.top(); in pop_include()
694 std::stack<TShader::Includer::IncludeResult*> includeStack;
DPpContext.cpp87 TPpContext::TPpContext(TParseContextBase& pc, const std::string& rootFileName, TShader::Includer& i… in TPpContext()
DPp.cpp667 TShader::Includer::IncludeResult* res = nullptr; in CPPinclude()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Public/
DShaderLang.h577 class Includer {
636 virtual ~Includer() {} in ~Includer()
640 class ForbidIncluder : public Includer {
648 EShMessages, Includer&);
664 Includer& includer) in parse()
675 Includer& includer);
/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h556 class Includer {
615 virtual ~Includer() {} in ~Includer()
619 class ForbidIncluder : public Includer {
627 EShMessages, Includer&);
643 Includer& includer) in parse()
654 Includer& includer);
/external/deqp-deps/glslang/StandAlone/
DDirStackFileIncluder.h49 class DirStackFileIncluder : public glslang::TShader::Includer {
/external/angle/third_party/vulkan-deps/glslang/src/StandAlone/
DDirStackFileIncluder.h50 class DirStackFileIncluder : public glslang::TShader::Includer {
/external/llvm-project/clang/lib/Lex/
DHeaderSearch.cpp716 StringRef Includer, StringRef IncludeFilename, in diagnoseFrameworkInclude() argument
721 if (!isFrameworkStylePath(Includer, IsIncluderPrivateHeader, FromFramework)) in diagnoseFrameworkInclude()
804 const FileEntry *Includer = IncluderAndDir.first; in LookupFile() local
820 Includer ? getFileInfo(Includer).DirInfo != SrcMgr::C_User : in LookupFile()
825 if (!Includer) { in LookupFile()
836 HeaderFileInfo &FromHFI = getFileInfo(Includer); in LookupFile()
/external/clang/lib/Lex/
DHeaderSearch.cpp608 const FileEntry *Includer = IncluderAndDir.first; in LookupFile() local
624 Includer ? getFileInfo(Includer).DirInfo != SrcMgr::C_User : in LookupFile()
629 if (!Includer) { in LookupFile()
640 HeaderFileInfo &FromHFI = getFileInfo(Includer); in LookupFile()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp816 TShader::Includer& includer, in ProcessDeferred()
1271 TShader::Includer& includer, in PreprocessDeferred()
1310 TShader::Includer& includer, in CompileDeferred()
1873 bool forwardCompatible, EShMessages messages, Includer& includer) in parse()
1900 Includer& includer) in preprocess()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DShaderLang.cpp821 TShader::Includer& includer, in ProcessDeferred()
1280 TShader::Includer& includer, in PreprocessDeferred()
1320 TShader::Includer& includer, in CompileDeferred()
1898 bool forwardCompatible, EShMessages messages, Includer& includer) in parse()
1925 Includer& includer) in preprocess()
/external/deqp-deps/glslang/Test/
Druntests181 echo Testing Includer
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Druntests181 echo Testing Includer