Home
last modified time | relevance | path

Searched refs:makeDebugFunction (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/SPIRV/
DSpvBuilder.h235 Id makeDebugFunction(Function* function, Id nameId, Id funcTypeId);
DSpvBuilder.cpp2029 Id debugFuncId = makeDebugFunction(function, nameId, typeId); in makeFunctionEntry()
2073 Id Builder::makeDebugFunction(Function* function, Id nameId, Id funcTypeId) { in makeDebugFunction() function in spv::Builder