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

  /frameworks/compile/slang/
slang_rs_export_func.h 40 class RSExportFunc : public RSExportable {
49 RSExportFunc(RSContext *Context, const llvm::StringRef &Name,
67 static RSExportFunc *Create(RSContext *Context,
99 }; // RSExportFunc
slang_rs_export_func.cpp 50 RSExportFunc *RSExportFunc::Create(RSContext *Context,
53 RSExportFunc *F;
61 F = new RSExportFunc(Context, Name, FD);
127 RSExportFunc::checkParameterPacketType(llvm::StructType *ParamTy) const {
slang_rs_reflection_cpp.h 97 void makeFunctionSignature(bool isDefinition, const RSExportFunc *ef);
slang_rs_context.h 56 class RSExportFunc;
69 typedef std::list<RSExportFunc*> ExportFuncList;
slang_rs_reflection.h 38 class RSExportFunc;
236 void genExportFunction(const RSExportFunc *EF);
slang_rs_reflection_state.h 34 class RSExportFunc;
276 void declareInvokable(const RSExportFunc *EF);
slang_rs_reflection_cpp.cpp 304 const RSExportFunc *ef = *I;
400 const RSExportFunc *ef = *I;
705 const RSExportFunc *ef) {
714 for (RSExportFunc::const_param_iterator i = ef->params_begin(),
    [all...]
slang_rs_context.cpp 153 if (auto *EF = RSExportFunc::Create(this, FD)) {
slang_rs_reflection_state.cpp 570 void ReflectionState::declareInvokable(const RSExportFunc *EF) {
586 for (RSExportFunc::const_param_iterator I = EF->params_begin(),
631 for (RSExportFunc::const_param_iterator I = EF->params_begin(),
    [all...]
slang_rs_export_type.h 454 friend class RSExportFunc;
slang_rs_reflection.cpp     [all...]
slang_backend.cpp 902 const RSExportFunc *EF = *I;
    [all...]

Completed in 168 milliseconds