Home
last modified time | relevance | path

Searched refs:RSExportFunc (Results 1 – 12 of 12) 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.h40 class RSExportFunc : public RSExportable {
49 RSExportFunc(RSContext *Context, const llvm::StringRef &Name, in RSExportFunc() function
67 static RSExportFunc *Create(RSContext *Context,
Dslang_rs_reflection.h38 class RSExportFunc; variable
236 void genExportFunction(const RSExportFunc *EF);
Dslang_rs_reflection_cpp.h97 void makeFunctionSignature(bool isDefinition, const RSExportFunc *ef);
Dslang_rs_reflection_state.h34 class RSExportFunc; variable
276 void declareInvokable(const RSExportFunc *EF);
Dslang_rs_context.h56 class RSExportFunc; variable
69 typedef std::list<RSExportFunc*> ExportFuncList;
Dslang_rs_reflection_cpp.cpp304 const RSExportFunc *ef = *I; in genExportFunctionDeclarations()
400 const RSExportFunc *ef = *I; in genExportFunctionBodies()
705 const RSExportFunc *ef) { in makeFunctionSignature()
714 for (RSExportFunc::const_param_iterator i = ef->params_begin(), in makeFunctionSignature()
Dslang_rs_reflection_state.cpp571 void ReflectionState::declareInvokable(const RSExportFunc *EF) { in declareInvokable()
587 for (RSExportFunc::const_param_iterator I = EF->params_begin(), in declareInvokable()
632 for (RSExportFunc::const_param_iterator I = EF->params_begin(), in declareInvokable()
Dslang_rs_context.cpp153 if (auto *EF = RSExportFunc::Create(this, FD)) { in processExportFunc()
Dslang_rs_export_type.h454 friend class RSExportFunc; variable
Dslang_backend.cpp902 const RSExportFunc *EF = *I; in dumpExportFunctionInfo()
Dslang_rs_reflection.cpp902 void RSReflectionJava::genExportFunction(const RSExportFunc *EF) { in genExportFunction()
915 for (RSExportFunc::const_param_iterator I = EF->params_begin(), in genExportFunction()