Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DspvIR.h539 __inline Function::Function(Id id, Id resultType, Id functionType, Id firstParamId, LinkageType lin… in Function()
H A DSpvBuilder.cpp2253 Id firstParamId = paramTypes.size() == 0 ? 0 : getUniqueIds((int)paramTypes.size()); in makeFunctionEntry() local
2308 Id firstParamId = function->getParamId(0); in setupFunctionDebugInfo() local