Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.h322 Instruction* addEntryPoint(ExecutionModel, Function*, const char* name);
DSpvBuilder.cpp1158 Instruction* Builder::addEntryPoint(ExecutionModel model, Function* function, const char* name) in addEntryPoint() function in spv::Builder
DGlslangToSpv.cpp1452 …entryPoint = builder.addEntryPoint(executionModel, shaderEntry, glslangIntermediate->getEntryPoint… in TGlslangToSpvTraverser()