Searched refs:functionTypeId (Results 1 – 3 of 3) sorted by relevance
651 const spirv::IdRef functionTypeId = getNewId({}); in getFunctionTypeId() local653 spirv::WriteTypeFunction(&mSpirvFunctionTypeDecls, functionTypeId, returnTypeId, in getFunctionTypeId()656 iter = mFunctionTypeIdMap.insert({key, functionTypeId}).first; in getFunctionTypeId()
130 spirv::IdRef functionTypeId; member5525 spv::FunctionControlMaskNone, ids.functionTypeId); in visitFunctionDefinition()5657 ids.functionTypeId = mBuilder.getFunctionTypeId(ids.returnTypeId, ids.parameterTypeIds); in visitFunctionPrototype()
2916 SpvId functionTypeId = this->getFunctionType(f); in writeFunctionStart() local2918 SpvFunctionControlMaskNone, functionTypeId, out); in writeFunctionStart()