Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp103 bool parsingBuiltIns, std::string sourceEntryPointName = "") in CreateParseContext() argument
107 if (sourceEntryPointName.size() == 0) in CreateParseContext()
109 TString entryPoint = sourceEntryPointName.c_str(); in CreateParseContext()
116 … language, infoSink, sourceEntryPointName.c_str(), forwardCompatible, messages); in CreateParseContext()
739 …ocesses(TIntermediate& intermediate, EShMessages messages, const std::string& sourceEntryPointName) in RecordProcesses() argument
747 if (sourceEntryPointName.size() > 0) { in RecordProcesses()
749 intermediate.addProcessArgument(sourceEntryPointName); in RecordProcesses()
783 const std::string sourceEntryPointName = "", in ProcessDeferred() argument
875 RecordProcesses(intermediate, messages, sourceEntryPointName); in ProcessDeferred()
914 … spvVersion, forwardCompatible, messages, false, sourceEntryPointName)); in ProcessDeferred()
[all …]
DParseHelper.h95 sourceEntryPointName = *entryPoint; in TParseVersions()
160 …if (name != nullptr && *name == sourceEntryPointName && intermediate.getEntryPointName().size() > … in renameShaderFunction()
196 TString sourceEntryPointName; variable
/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h405 void setSourceEntryPoint(const char* sourceEntryPointName);
592 std::string sourceEntryPointName; variable
/external/deqp-deps/glslang/StandAlone/
DStandAlone.cpp159 const char* sourceEntryPointName = nullptr; variable
561 sourceEntryPointName = argv[1]; in ProcessArguments()
940 if (sourceEntryPointName) { in CompileAndLinkShaderUnits()
944 shader->setSourceEntryPoint(sourceEntryPointName); in CompileAndLinkShaderUnits()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h53 const TString sourceEntryPointName,
DhlslParseHelper.cpp58 const TString sourceEntryPointName, in HlslParseContext() argument
61 forwardCompatible, messages, &sourceEntryPointName), in HlslParseContext()