Lines Matching refs:fParameters
569 for (size_t i = 0; i < function.fParameters.size(); i++) { in getFunctionType()
572 key += function.fParameters[i]->fType.description(); in getFunctionType()
578 int32_t length = 3 + (int32_t) function.fParameters.size(); in getFunctionType()
581 for (size_t i = 0; i < function.fParameters.size(); i++) { in getFunctionType()
605 parameterTypes.push_back(this->getPointerType(function.fParameters[i]->fType, in getFunctionType()
701 if (c.fFunction.fParameters[i]->fModifiers.fFlags & Modifiers::kOut_Flag) { in writeIntrinsicCall()
721 if (c.fFunction.fParameters[i]->fModifiers.fFlags & Modifiers::kOut_Flag) { in writeIntrinsicCall()
997 if (is_out(*c.fFunction.fParameters[i])) { in writeFunctionCall()
2500 for (size_t i = 0; i < f.fParameters.size(); i++) { in writeFunctionStart()
2502 fVariableMap[f.fParameters[i]] = id; in writeFunctionStart()
2504 type = this->getPointerType(f.fParameters[i]->fType, SpvStorageClassFunction); in writeFunctionStart()