Home
last modified time | relevance | path

Searched refs:RSExportVar (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.h86 void genExportVariable(const RSExportVar *EV);
88 void genPrimitiveTypeExportVariable(const RSExportVar *EV);
89 void genPointerTypeExportVariable(const RSExportVar *EV);
90 void genVectorTypeExportVariable(const RSExportVar *EV);
91 void genMatrixTypeExportVariable(const RSExportVar *EV);
92 void genConstantArrayTypeExportVariable(const RSExportVar *EV);
93 void genRecordTypeExportVariable(const RSExportVar *EV);
Dslang_rs_reflection.h35 class RSExportVar; variable
245 void genExportVariable(Context &C, const RSExportVar *EV);
246 void genPrimitiveTypeExportVariable(Context &C, const RSExportVar *EV);
247 void genPointerTypeExportVariable(Context &C, const RSExportVar *EV);
248 void genVectorTypeExportVariable(Context &C, const RSExportVar *EV);
249 void genMatrixTypeExportVariable(Context &C, const RSExportVar *EV);
250 void genConstantArrayTypeExportVariable(Context &C, const RSExportVar *EV);
251 void genRecordTypeExportVariable(Context &C, const RSExportVar *EV);
257 const RSExportVar *EV);
Dslang_rs_export_var.h34 class RSExportVar : public RSExportable {
48 RSExportVar(RSContext *Context,
Dslang_rs_export_var.cpp42 RSExportVar::RSExportVar(RSContext *Context, in RSExportVar() function in slang::RSExportVar
Dslang_rs_reflection_cpp.cpp184 const RSExportVar *ev = *I; in makeHeader()
347 const RSExportVar *EV = *I; in makeImpl()
482 void RSReflectionCpp::genExportVariable(const RSExportVar *EV) { in genExportVariable()
517 void RSReflectionCpp::genPrimitiveTypeExportVariable(const RSExportVar *EV) { in genPrimitiveTypeExportVariable()
542 void RSReflectionCpp::genPointerTypeExportVariable(const RSExportVar *EV) { in genPointerTypeExportVariable()
577 void RSReflectionCpp::genVectorTypeExportVariable(const RSExportVar *EV) { in genVectorTypeExportVariable()
615 void RSReflectionCpp::genMatrixTypeExportVariable(const RSExportVar *EV) { in genMatrixTypeExportVariable()
620 const RSExportVar *EV) { in genConstantArrayTypeExportVariable()
624 void RSReflectionCpp::genRecordTypeExportVariable(const RSExportVar *EV) { in genRecordTypeExportVariable()
Dslang_rs_context.h49 class RSExportVar; variable
61 typedef std::list<RSExportVar*> ExportVarList;
Dslang_rs_reflection_base.h34 class RSExportVar; variable
Dslang_rs_context.cpp96 RSExportVar *EV = new RSExportVar(this, VD, ET); in processExportVar()
Dslang_rs_reflection.cpp363 const RSExportVar *EV = *I; in genScriptClassConstructor()
561 void RSReflection::genExportVariable(Context &C, const RSExportVar *EV) { in genExportVariable()
895 const RSExportVar *EV) { in genPrimitiveTypeExportVariable()
964 const RSExportVar *EV) { in genPointerTypeExportVariable()
1004 const RSExportVar *EV) { in genVectorTypeExportVariable()
1019 const RSExportVar *EV) { in genMatrixTypeExportVariable()
1055 const RSExportVar *EV) { in genConstantArrayTypeExportVariable()
1071 const RSExportVar *EV) { in genRecordTypeExportVariable()
1095 const RSExportVar *EV) { in genSetExportVariable()
Dslang_rs_backend.cpp204 const RSExportVar *EV = *I; in dumpExportVarInfo()