Home
last modified time | relevance | path

Searched defs:firstParamId (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/SPIRV/
DspvIR.h482 __inline Function::Function(Id id, Id resultType, Id functionType, Id firstParamId, LinkageType lin… in Function()
DSpvBuilder.cpp2100 Id firstParamId = paramTypes.size() == 0 ? 0 : getUniqueIds((int)paramTypes.size()); in makeFunctionEntry() local
2158 Id firstParamId = function->getParamId(0); in setupDebugFunctionEntry() local