Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DspvIR.h517 __inline Function::Function(Id id, Id resultType, Id functionType, Id firstParamId, LinkageType lin… in Function()
DSpvBuilder.cpp2099 Id firstParamId = paramTypes.size() == 0 ? 0 : getUniqueIds((int)paramTypes.size()); in makeFunctionEntry() local
2155 Id firstParamId = function->getParamId(0); in setupDebugFunctionEntry() local
/external/angle/third_party/glslang/src/SPIRV/
DspvIR.h530 __inline Function::Function(Id id, Id resultType, Id functionType, Id firstParamId, LinkageType lin… in Function()
DSpvBuilder.cpp2206 Id firstParamId = paramTypes.size() == 0 ? 0 : getUniqueIds((int)paramTypes.size()); in makeFunctionEntry() local
2262 Id firstParamId = function->getParamId(0); in setupDebugFunctionEntry() local