Searched refs:sourceEntryPointName (Results 1 – 6 of 6) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 103 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 …]
|
D | ParseHelper.h | 95 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/ |
D | ShaderLang.h | 405 void setSourceEntryPoint(const char* sourceEntryPointName); 592 std::string sourceEntryPointName; variable
|
/external/deqp-deps/glslang/StandAlone/ |
D | StandAlone.cpp | 159 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/ |
D | hlslParseHelper.h | 53 const TString sourceEntryPointName,
|
D | hlslParseHelper.cpp | 58 const TString sourceEntryPointName, in HlslParseContext() argument 61 forwardCompatible, messages, &sourceEntryPointName), in HlslParseContext()
|