Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h167 …if (name != nullptr && *name == sourceEntryPointName && intermediate.getEntryPointName().size() > … in renameShaderFunction()
168 name = NewPoolTString(intermediate.getEntryPointName().c_str()); in renameShaderFunction()
Dlocalintermediate.h439 const std::string& getEntryPointName() const { return entryPointName; } in getEntryPointName() function
DlinkValidate.cpp98 entryPointName = unit.getEntryPointName(); in mergeCallGraphs()
DParseHelper.cpp1061 if (function.getName().compare(intermediate.getEntryPointName().c_str()) == 0) { in handleFunctionDefinition()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h249 …bool isEntrypointName(const TString& name) { return name.compare(intermediate.getEntryPointName().… in isEntrypointName()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp1451 shaderEntry = builder.makeEntryPoint(glslangIntermediate->getEntryPointName().c_str()); in TGlslangToSpvTraverser()
1452 …ilder.addEntryPoint(executionModel, shaderEntry, glslangIntermediate->getEntryPointName().c_str()); in TGlslangToSpvTraverser()