Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.h129 void genPointerTypeExportVariable(const RSExportVar *EV);
130 void genMatrixTypeExportVariable(const RSExportVar *EV);
131 void genRecordTypeExportVariable(const RSExportVar *EV);
133 void genGetterAndSetter(const RSExportPrimitiveType *EPT, const RSExportVar* EV);
134 void genGetterAndSetter(const RSExportVectorType *EVT, const RSExportVar* EV);
135 void genGetterAndSetter(const RSExportConstantArrayType *AT, const RSExportVar* EV);
136 void genGetterAndSetter(const RSExportRecordType *ERT, const RSExportVar *EV);
Dslang_rs_reflection.h37 class RSExportVar; variable
221 void genExportVariable(const RSExportVar *EV);
222 void genPrimitiveTypeExportVariable(const RSExportVar *EV);
223 void genPointerTypeExportVariable(const RSExportVar *EV);
224 void genVectorTypeExportVariable(const RSExportVar *EV);
225 void genMatrixTypeExportVariable(const RSExportVar *EV);
226 …void genConstantArrayTypeExportVariable(const RSExportVar *EV, ReflectionState::Val32 AllocSize32);
227 void genRecordTypeExportVariable(const RSExportVar *EV, ReflectionState::Val32 AllocSize32);
230 void genSetExportVariable(const std::string &TypeName, const RSExportVar *EV, unsigned Dimension,
Dslang_rs_export_var.h34 class RSExportVar : public RSExportable {
48 RSExportVar(RSContext *Context,
Dslang_rs_export_var.cpp29 RSExportVar::RSExportVar(RSContext *Context, in RSExportVar() function in slang::RSExportVar
Dslang_rs_reflection_cpp.cpp227 const RSExportVar *ev = *I; in genFieldsToStoreExportVariableValues()
483 const RSExportVar *EV = *I; in writeImplementationFile()
516 const RSExportVar *EV = *I; in genExportVariablesGetterAndSetter()
552 const RSExportVar *EV) { in genGetterAndSetter()
585 void RSReflectionCpp::genPointerTypeExportVariable(const RSExportVar *EV) { in genPointerTypeExportVariable()
620 const RSExportVar *EV) { in genGetterAndSetter()
651 void RSReflectionCpp::genMatrixTypeExportVariable(const RSExportVar *EV) { in genMatrixTypeExportVariable()
679 const RSExportVar *EV) { in genGetterAndSetter()
700 const RSExportVar *EV) { in genGetterAndSetter()
Dslang_rs_context.cpp87 RSExportVar *EV = new RSExportVar(this, VD, ET); in processExportVar()
Dslang_rs_reflection_state.h38 class RSExportVar; variable
344 Val32 declareVariable(const RSExportVar *EV);
Dslang_rs_context.h55 class RSExportVar; variable
68 typedef std::list<RSExportVar*> ExportVarList;
Dslang_rs_reflection.cpp646 const RSExportVar *EV = *I; in genScriptClassConstructor()
860 void RSReflectionJava::genExportVariable(const RSExportVar *EV) { in genExportVariable()
1855 void RSReflectionJava::genPrimitiveTypeExportVariable(const RSExportVar *EV) { in genPrimitiveTypeExportVariable()
1961 void RSReflectionJava::genPointerTypeExportVariable(const RSExportVar *EV) { in genPointerTypeExportVariable()
1995 void RSReflectionJava::genVectorTypeExportVariable(const RSExportVar *EV) { in genVectorTypeExportVariable()
2008 void RSReflectionJava::genMatrixTypeExportVariable(const RSExportVar *EV) { in genMatrixTypeExportVariable()
2038 RSReflectionJava::genConstantArrayTypeExportVariable(const RSExportVar *EV, in genConstantArrayTypeExportVariable()
2056 void RSReflectionJava::genRecordTypeExportVariable(const RSExportVar *EV, in genRecordTypeExportVariable()
2078 const RSExportVar *EV, in genSetExportVariable()
Dslang_rs_reflection_state.cpp949 ReflectionState::Val32 ReflectionState::declareVariable(const RSExportVar *EV) { in declareVariable()
Dslang_backend.cpp764 const RSExportVar *EV = *I; in dumpExportVarInfo()