Searched refs:getEntryPointMangledName (Results 1 – 6 of 6) sorted by relevance
93 entryPointMangledName = unit.getEntryPointMangledName(); in mergeCallGraphs()870 if (node->getName().compare(getEntryPointMangledName().c_str()) != 0) in checkCallGraphBodies()881 if (call->caller.compare(getEntryPointMangledName().c_str()) == 0) in checkCallGraphBodies()
804 it.pushFunction(intermediate.getEntryPointMangledName().c_str()); in addStage()
781 iter_binding_live.pushFunction(intermediate.getEntryPointMangledName().c_str()); in addStage()
287 const std::string& getEntryPointMangledName() const { return entryPointMangledName; } in getEntryPointMangledName() function
9751 intermediate.addToCallGraph(infoSink, intermediate.getEntryPointMangledName().c_str(), in addPatchConstantInvocation()9816 currentCaller = intermediate.getEntryPointMangledName().c_str(); in addPatchConstantInvocation()
3698 return node->getName().compare(glslangIntermediate->getEntryPointMangledName().c_str()) == 0; in isShaderEntryPoint()