Home
last modified time | relevance | path

Searched refs:RSExportFunc (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_func.cpp50 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()
Dslang_rs_export_func.h44 class RSExportFunc : public RSExportable {
53 RSExportFunc(RSContext *Context, const llvm::StringRef &Name, in RSExportFunc() function
71 static RSExportFunc *Create(RSContext *Context,
Dslang_rs_reflection.h37 class RSExportFunc; variable
201 void genExportFunction(const RSExportFunc *EF);
Dslang_rs_reflection_cpp.h97 void makeFunctionSignature(bool isDefinition, const RSExportFunc *ef);
Dslang_rs_context.h56 class RSExportFunc; variable
69 typedef std::list<RSExportFunc*> ExportFuncList;
Dslang_rs_reflection_cpp.cpp302 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()
Dslang_rs_context.cpp152 if (auto *EF = RSExportFunc::Create(this, FD)) { in processExportFunc()
Dslang_rs_export_type.h400 friend class RSExportFunc; variable
Dslang_backend.cpp608 const RSExportFunc *EF = *I; in dumpExportFunctionInfo()
Dslang_rs_reflection.cpp757 void RSReflectionJava::genExportFunction(const RSExportFunc *EF) { in genExportFunction()
765 for (RSExportFunc::const_param_iterator I = EF->params_begin(), in genExportFunction()