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

/frameworks/compile/slang/
H A Dslang_rs_export_func.h44 class RSExportFunc : public RSExportable { class in namespace:slang
53 RSExportFunc(RSContext *Context, const llvm::StringRef &Name, function in class:slang::RSExportFunc
71 static RSExportFunc *Create(RSContext *Context,
103 }; // RSExportFunc
H A Dslang_rs_export_func.cpp50 RSExportFunc *RSExportFunc::Create(RSContext *Context,
53 RSExportFunc *F;
61 F = new RSExportFunc(Context, Name, FD);
127 RSExportFunc::checkParameterPacketType(llvm::StructType *ParamTy) const {
H A Dslang_rs_reflection_cpp.h89 void makeFunctionSignature(bool isDefinition, const RSExportFunc *ef);
H A Dslang_rs_context.cpp113 RSExportFunc *EF = RSExportFunc::Create(this, FD);
H A Dslang_rs_context.h49 class RSExportFunc;
61 typedef std::list<RSExportFunc*> ExportFuncList;
H A Dslang_rs_reflection.h37 class RSExportFunc;
196 void genExportFunction(const RSExportFunc *EF);
H A Dslang_rs_reflection_cpp.cpp298 const RSExportFunc *ef = *I;
463 const RSExportFunc *ef = *I;
652 const RSExportFunc *ef) {
661 for (RSExportFunc::const_param_iterator i = ef->params_begin(),
H A Dslang_rs_export_type.h366 friend class RSExportFunc;
H A Dslang_rs_reflection.cpp612 void RSReflectionJava::genExportFunction(const RSExportFunc *EF) {
620 for (RSExportFunc::const_param_iterator I = EF->params_begin(),
H A Dslang_backend.cpp616 const RSExportFunc *EF = *I;

Completed in 64 milliseconds