Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DlinkValidate.cpp93 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()
Dreflection.cpp804 it.pushFunction(intermediate.getEntryPointMangledName().c_str()); in addStage()
Diomapper.cpp781 iter_binding_live.pushFunction(intermediate.getEntryPointMangledName().c_str()); in addStage()
Dlocalintermediate.h287 const std::string& getEntryPointMangledName() const { return entryPointMangledName; } in getEntryPointMangledName() function
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp9751 intermediate.addToCallGraph(infoSink, intermediate.getEntryPointMangledName().c_str(), in addPatchConstantInvocation()
9816 currentCaller = intermediate.getEntryPointMangledName().c_str(); in addPatchConstantInvocation()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp3698 return node->getName().compare(glslangIntermediate->getEntryPointMangledName().c_str()) == 0; in isShaderEntryPoint()