Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DSpvBuilder.h256 …void setupFunctionDebugInfo(Function* function, const char* name, const std::vector<Id>& paramType…
H A DSpvBuilder.cpp2286 void Builder::setupFunctionDebugInfo(Function* function, const char* name, const std::vector<Id>& p… in setupFunctionDebugInfo() function in spv::Builder
H A DGlslangToSpv.cpp5731 …builder.setupFunctionDebugInfo(shaderEntry, glslangIntermediate->getEntryPointMangledName().c_str(… in makeFunctions()
5786 … builder.setupFunctionDebugInfo(function, glslFunction->getName().c_str(), paramTypes, paramNames); in makeFunctions()