Home
last modified time | relevance | path

Searched refs:resultType (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/rsov/compiler/
DWrapper.cpp199 auto resultType = kernel->getReturnType(); in AddWrapper() local
201 b.MakeFunctionCall(resultType, kernel->getInstruction(), inputs); in AddWrapper()
205 VariableInst *OutputBuffer = AddBuffer(resultType, 2, b, m); in AddWrapper()
206 auto resultPtrType = m->getPointerType(StorageClass::Function, resultType); in AddWrapper()
/frameworks/compile/slang/
Dslang_rs_check_ast.cpp164 clang::QualType resultType = FD->getReturnType().getCanonicalType(); in ValidateFunctionDecl() local
168 if (!RSExportType::ValidateType(Context, C, resultType, FD, in ValidateFunctionDecl()
Dslang_rs_foreach_lowering.cpp233 clang::QualType resultType = kernel->getReturnType().getCanonicalType(); in VisitCallExpr() local
234 const unsigned numOutputsExpected = resultType->isVoidType() ? 0 : 1; in VisitCallExpr()