Searched refs:RSExportFunc (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_export_func.cpp | 50 RSExportFunc *RSExportFunc::Create(RSContext *Context, in Create() 53 RSExportFunc *F; in Create() 61 F = new RSExportFunc(Context, Name, FD); in Create() 127 RSExportFunc::checkParameterPacketType(llvm::StructType *ParamTy) const { in checkParameterPacketType()
|
D | slang_rs_export_func.h | 44 class RSExportFunc : public RSExportable { 53 RSExportFunc(RSContext *Context, const llvm::StringRef &Name, in RSExportFunc() function 71 static RSExportFunc *Create(RSContext *Context,
|
D | slang_rs_reflection.h | 37 class RSExportFunc; variable 201 void genExportFunction(const RSExportFunc *EF);
|
D | slang_rs_reflection_cpp.h | 97 void makeFunctionSignature(bool isDefinition, const RSExportFunc *ef);
|
D | slang_rs_context.h | 56 class RSExportFunc; variable 69 typedef std::list<RSExportFunc*> ExportFuncList;
|
D | slang_rs_reflection_cpp.cpp | 302 const RSExportFunc *ef = *I; in genExportFunctionDeclarations() 398 const RSExportFunc *ef = *I; in genExportFunctionBodies() 703 const RSExportFunc *ef) { in makeFunctionSignature() 712 for (RSExportFunc::const_param_iterator i = ef->params_begin(), in makeFunctionSignature()
|
D | slang_rs_context.cpp | 152 if (auto *EF = RSExportFunc::Create(this, FD)) { in processExportFunc()
|
D | slang_rs_export_type.h | 400 friend class RSExportFunc; variable
|
D | slang_backend.cpp | 608 const RSExportFunc *EF = *I; in dumpExportFunctionInfo()
|
D | slang_rs_reflection.cpp | 757 void RSReflectionJava::genExportFunction(const RSExportFunc *EF) { in genExportFunction() 765 for (RSExportFunc::const_param_iterator I = EF->params_begin(), in genExportFunction()
|