/external/deqp-deps/glslang/glslang/CInterface/ |
D | glslang_c_interface.cpp | 81 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/ |
D | glslang_c_interface.cpp | 81 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/ |
D | PpContext.h | 200 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;
|
D | PpContext.cpp | 87 TPpContext::TPpContext(TParseContextBase& pc, const std::string& rootFileName, TShader::Includer& i… in TPpContext()
|
D | Pp.cpp | 667 TShader::Includer::IncludeResult* res = nullptr; in CPPinclude()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/ |
D | PpContext.h | 200 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;
|
D | PpContext.cpp | 87 TPpContext::TPpContext(TParseContextBase& pc, const std::string& rootFileName, TShader::Includer& i… in TPpContext()
|
D | Pp.cpp | 667 TShader::Includer::IncludeResult* res = nullptr; in CPPinclude()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Public/ |
D | ShaderLang.h | 577 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/ |
D | ShaderLang.h | 556 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/ |
D | DirStackFileIncluder.h | 49 class DirStackFileIncluder : public glslang::TShader::Includer {
|
/external/angle/third_party/vulkan-deps/glslang/src/StandAlone/ |
D | DirStackFileIncluder.h | 50 class DirStackFileIncluder : public glslang::TShader::Includer {
|
/external/llvm-project/clang/lib/Lex/ |
D | HeaderSearch.cpp | 716 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/ |
D | HeaderSearch.cpp | 608 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/ |
D | ShaderLang.cpp | 816 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/ |
D | ShaderLang.cpp | 821 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/ |
D | runtests | 181 echo Testing Includer
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | runtests | 181 echo Testing Includer
|