HomeSort by relevance Sort by last modified time
    Searched refs:RSExportFunc (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/slang/
slang_rs_export_func.h 44 class RSExportFunc : public RSExportable {
53 RSExportFunc(RSContext *Context, const llvm::StringRef &Name,
73 static RSExportFunc *Create(RSContext *Context,
105 }; // RSExportFunc
slang_rs_export_func.cpp 52 RSExportFunc *RSExportFunc::Create(RSContext *Context,
55 RSExportFunc *F;
63 F = new RSExportFunc(Context, Name, FD);
130 RSExportFunc::checkParameterPacketType(llvm::StructType *ParamTy) const {
slang_rs_reflection_base.h 35 class RSExportFunc;
slang_rs_context.cpp 129 RSExportFunc *EF = RSExportFunc::Create(this, FD);
slang_rs_context.h 50 class RSExportFunc;
62 typedef std::list<RSExportFunc*> ExportFuncList;
slang_rs_reflection.h 36 class RSExportFunc;
253 const RSExportFunc *EF);
slang_rs_export_type.h 321 friend class RSExportFunc;
slang_rs_backend.cpp 297 const RSExportFunc *EF = *I;
slang_rs_reflection.cpp 553 void RSReflection::genExportFunction(Context &C, const RSExportFunc *EF) {
562 for (RSExportFunc::const_param_iterator I = EF->params_begin(),
    [all...]

Completed in 139 milliseconds