Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DlinkValidate.cpp99 entryPointMangledName = unit.getEntryPointMangledName(); in mergeCallGraphs()
962 if (node->getName().compare(getEntryPointMangledName().c_str()) != 0) in checkCallGraphBodies()
973 if (call->caller.compare(getEntryPointMangledName().c_str()) == 0) in checkCallGraphBodies()
Diomapper.cpp1416 iter_binding_live.pushFunction(intermediate.getEntryPointMangledName().c_str()); in addStage()
1515 iter_binding_live.pushFunction(intermediate.getEntryPointMangledName().c_str()); in addStage()
Dlocalintermediate.h443 const std::string& getEntryPointMangledName() const { return entryPointMangledName; } in getEntryPointMangledName() function
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp9946 intermediate.addToCallGraph(infoSink, intermediate.getEntryPointMangledName().c_str(), in addPatchConstantInvocation()
10011 currentCaller = intermediate.getEntryPointMangledName().c_str(); in addPatchConstantInvocation()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp4570 return node->getName().compare(glslangIntermediate->getEntryPointMangledName().c_str()) == 0; in isShaderEntryPoint()