Searched refs:retType (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
H A Dbuilder.cpp41 Builder::MakeFunctionDefinition(Instruction *retType, FunctionControl ctrl, argument
43 FunctionInst *func = MakeFunction(retType, ctrl, funcType);
H A Dbuilder.h33 FunctionDefinition *MakeFunctionDefinition(Instruction *retType,
H A Dmodule.cpp323 TypeFunctionInst *Module::getFunctionType(Instruction *retType, argument
326 return getGlobalSection()->getFunctionType(retType, argType, numArg);
330 Module::getFunctionType(Instruction *retType, argument
332 return getGlobalSection()->getFunctionType(retType, argTypes.data(),
838 TypeFunctionInst *GlobalSection::getFunctionType(Instruction *retType,
843 if (type->mOperand1.mInstruction != retType ||
855 TypeFunctionInst *funcTy = mBuilder->MakeTypeFunction(retType);
H A Dmodule.h176 TypeFunctionInst *getFunctionType(Instruction *retType,
179 TypeFunctionInst *getFunctionType(Instruction *retType,
426 TypeFunctionInst *getFunctionType(Instruction *retType,
/frameworks/rs/rsov/compiler/
H A DBuiltin.cpp193 for (auto retType : retTypes) {
195 if (retType != "*") {
196 if (retType.back() == '+') {
197 retType.pop_back();
199 retType.append(1, '0' + width);
202 suffixed.append("_").append(retType);
/frameworks/rs/script_api/
H A DSpecification.cpp534 std::string* retType, int* lineNumber) const {
535 *retType = expandString(mReturn->type, replacementIndexes);
743 string retType; local
745 spec->getReturn(replacementIndexes, &retType, &lineNumber);
746 if (!retType.empty()) {
748 mReturn->parseParameterDefinition(retType, "", "", lineNumber, true, scanner);
533 getReturn(int replacementIndexes[MAX_REPLACEABLES], std::string* retType, int* lineNumber) const argument
H A DSpecification.h420 void getReturn(int replacementIndexes[MAX_REPLACEABLES], std::string* retType,

Completed in 608 milliseconds