Lines Matching refs:fParameters
563 for (size_t i = 0; i < function.fParameters.size(); i++) { in getFunctionType()
566 key += function.fParameters[i]->fType.description(); in getFunctionType()
572 int32_t length = 3 + (int32_t) function.fParameters.size(); in getFunctionType()
575 for (size_t i = 0; i < function.fParameters.size(); i++) { in getFunctionType()
599 parameterTypes.push_back(this->getPointerType(function.fParameters[i]->fType, in getFunctionType()
695 if (c.fFunction.fParameters[i]->fModifiers.fFlags & Modifiers::kOut_Flag) { in writeIntrinsicCall()
715 if (c.fFunction.fParameters[i]->fModifiers.fFlags & Modifiers::kOut_Flag) { in writeIntrinsicCall()
975 if (is_out(*c.fFunction.fParameters[i])) { in writeFunctionCall()
2512 for (size_t i = 0; i < f.fParameters.size(); i++) { in writeFunctionStart()
2514 fVariableMap[f.fParameters[i]] = id; in writeFunctionStart()
2516 type = this->getPointerType(f.fParameters[i]->fType, SpvStorageClassFunction); in writeFunctionStart()