Home
last modified time | relevance | path

Searched refs:makeEntryPoint (Results 1 – 3 of 3) sorted by relevance

/third_party/glslang/SPIRV/
DSpvBuilder.h345 Function* makeEntryPoint(const char*);
DSpvBuilder.cpp1370 Function* Builder::makeEntryPoint(const char* entryPoint) in makeEntryPoint() function in spv::Builder
DGlslangToSpv.cpp1451 shaderEntry = builder.makeEntryPoint(glslangIntermediate->getEntryPointName().c_str()); in TGlslangToSpvTraverser()