Home
last modified time | relevance | path

Searched refs:funcTypeId (Results 1 - 2 of 2) sorted by relevance

/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2142 Id funcTypeId = function->getFuncTypeId(); in setupDebugFunctionEntry() local
2143 assert(debugId[funcTypeId] != 0); in setupDebugFunctionEntry()
2149 Id debugFuncId = makeDebugFunction(function, nameId, funcTypeId); in setupDebugFunctionEntry()
2188 Id Builder::makeDebugFunction([[maybe_unused]] Function* function, Id nameId, Id funcTypeId) in makeDebugFunction() argument
2192 assert(funcTypeId != 0); in makeDebugFunction()
2193 assert(debugId[funcTypeId] != 0); in makeDebugFunction()
2200 type->addIdOperand(debugId[funcTypeId]); in makeDebugFunction()
H A DSpvBuilder.h237 Id makeDebugFunction(Function* function, Id nameId, Id funcTypeId);

Completed in 9 milliseconds