Home
last modified time | relevance | path

Searched refs:genPackVarOfType (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection.cpp643 genPackVarOfType(ERT, NULL, FieldPackerName.c_str()); in genExportFunction()
807 genPackVarOfType(ERT, NULL, FieldPackerName.c_str()); in genExportForEach()
980 genPackVarOfType(EPT, "v", FPName.c_str()); in genPrimitiveTypeExportVariable()
1107 genPackVarOfType(ET, "v", FieldPackerName); in genMatrixTypeExportVariable()
1163 genPackVarOfType(ET, "v", FieldPackerName); in genSetExportVariable()
1218 void RSReflectionJava::genPackVarOfType(const RSExportType *ET, in genPackVarOfType() function in slang::RSReflectionJava
1273 genPackVarOfType(ECAT->getElementType(), ElementVarName.c_str(), in genPackVarOfType()
1304 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName); in genPackVarOfType()
1609 genPackVarOfType(ERT, "i", "fp"); in genTypeClassCopyToArrayLocal()
1673 genPackVarOfType(F->getType(), "v", RS_TYPE_ITEM_BUFFER_PACKER_NAME); in genTypeClassComponentSetter()
[all …]
Dslang_rs_reflection_cpp.h125 void genPackVarOfType(const RSExportType *ET, const char *VarName,
Dslang_rs_reflection_cpp.cpp434 genPackVarOfType(ERT, NULL, FieldPackerName.c_str()); in writeImplementationFile()
473 genPackVarOfType(params, NULL, "__fp"); in writeImplementationFile()
712 void RSReflectionCpp::genPackVarOfType(const RSExportType *ET, in genPackVarOfType() function in slang::RSReflectionCpp
780 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName); in genPackVarOfType()
Dslang_rs_reflection.h230 void genPackVarOfType(const RSExportType *T, const char *VarName,