Searched refs:RSExportFunc (Results 1 - 11 of 11) 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
73 static RSExportFunc *Create(RSContext *Context,
105 }; // RSExportFunc
H A Dslang_rs_export_func.cpp52 RSExportFunc *RSExportFunc::Create(RSContext *Context,
55 RSExportFunc *F;
63 F = new RSExportFunc(Context, Name, FD);
130 RSExportFunc::checkParameterPacketType(llvm::StructType *ParamTy) const {
H A Dslang_rs_reflection_base.h35 class RSExportFunc;
H A Dslang_rs_reflection_cpp.h66 const RSExportFunc *ef);
H A Dslang_rs_context.cpp132 RSExportFunc *EF = RSExportFunc::Create(this, FD);
H A Dslang_rs_context.h50 class RSExportFunc;
62 typedef std::list<RSExportFunc*> ExportFuncList;
H A Dslang_rs_reflection.h36 class RSExportFunc;
265 const RSExportFunc *EF);
H A Dslang_rs_reflection_cpp.cpp272 const RSExportFunc *ef = *I;
448 const RSExportFunc *ef = *I;
632 const RSExportFunc *ef) {
641 for (RSExportFunc::const_param_iterator i = ef->params_begin(),
H A Dslang_rs_export_type.h332 friend class RSExportFunc;
H A Dslang_rs_backend.cpp280 const RSExportFunc *EF = *I;
H A Dslang_rs_reflection.cpp601 void RSReflection::genExportFunction(Context &C, const RSExportFunc *EF) {
610 for (RSExportFunc::const_param_iterator I = EF->params_begin(),

Completed in 293 milliseconds