/external/angle/third_party/vulkan-deps/glslang/src/glslang/CInterface/ |
D | glslang_c_interface.cpp | 82 class CallbackIncluder : public glslang::TShader::Includer { 97 return glslang::TShader::Includer::includeSystem(headerName, includerName, inclusionDepth); in includeSystem() 109 return glslang::TShader::Includer::includeLocal(headerName, includerName, inclusionDepth); in includeLocal() 134 return new glslang::TShader::Includer::IncludeResult( in makeIncludeResult() 379 …glslang::TShader::Includer& Includer = (input->callbacks.include_local||input->callbacks.include_s… in glslang_shader_preprocess() local 380 ? static_cast<glslang::TShader::Includer&>(callbackIncluder) in glslang_shader_preprocess() 381 : static_cast<glslang::TShader::Includer&>(dirStackFileIncluder); in glslang_shader_preprocess() 390 Includer in glslang_shader_preprocess()
|
/external/deqp-deps/glslang/glslang/CInterface/ |
D | glslang_c_interface.cpp | 82 class CallbackIncluder : public glslang::TShader::Includer { 97 return glslang::TShader::Includer::includeSystem(headerName, includerName, inclusionDepth); in includeSystem() 109 return glslang::TShader::Includer::includeLocal(headerName, includerName, inclusionDepth); in includeLocal() 134 return new glslang::TShader::Includer::IncludeResult( in makeIncludeResult() 379 …glslang::TShader::Includer& Includer = (input->callbacks.include_local||input->callbacks.include_s… in glslang_shader_preprocess() local 380 ? static_cast<glslang::TShader::Includer&>(callbackIncluder) in glslang_shader_preprocess() 381 : static_cast<glslang::TShader::Includer&>(dirStackFileIncluder); in glslang_shader_preprocess() 390 Includer in glslang_shader_preprocess()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/ |
D | PpContext.h | 203 TPpContext(TParseContextBase&, const std::string& rootFileName, TShader::Includer&); 457 TShader::Includer& includer; 611 TShader::Includer::IncludeResult* includedFile, in TokenizableIncludeFile() 666 TShader::Includer::IncludeResult* includedFile_; 689 void push_include(TShader::Includer::IncludeResult* result) in push_include() 697 TShader::Includer::IncludeResult* include = includeStack.top(); in pop_include() 709 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/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpContext.h | 203 TPpContext(TParseContextBase&, const std::string& rootFileName, TShader::Includer&); 457 TShader::Includer& includer; 611 TShader::Includer::IncludeResult* includedFile, in TokenizableIncludeFile() 666 TShader::Includer::IncludeResult* includedFile_; 689 void push_include(TShader::Includer::IncludeResult* result) in push_include() 697 TShader::Includer::IncludeResult* include = includeStack.top(); in pop_include() 709 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/deqp-deps/glslang/glslang/Public/ |
D | ShaderLang.h | 591 class Includer { 650 virtual ~Includer() {} in ~Includer() 654 class ForbidIncluder : public Includer { 662 EShMessages, Includer&); 678 Includer& includer) in parse() 689 Includer& includer);
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Public/ |
D | ShaderLang.h | 591 class Includer { 650 virtual ~Includer() {} in ~Includer() 654 class ForbidIncluder : public Includer { 662 EShMessages, Includer&); 678 Includer& includer) in parse() 689 Includer& includer);
|
/external/deqp-deps/glslang/StandAlone/ |
D | DirStackFileIncluder.h | 50 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/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 | 814 TShader::Includer& includer, in ProcessDeferred() 1272 TShader::Includer& includer, in PreprocessDeferred() 1313 TShader::Includer& includer, in CompileDeferred() 1900 bool forwardCompatible, EShMessages messages, Includer& includer) in parse() 1927 Includer& includer) in preprocess()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 814 TShader::Includer& includer, in ProcessDeferred() 1272 TShader::Includer& includer, in PreprocessDeferred() 1313 TShader::Includer& includer, in CompileDeferred() 1900 bool forwardCompatible, EShMessages messages, Includer& includer) in parse() 1927 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
|