Searched refs:genPackVarOfType (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection.cpp | 643 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 …]
|
D | slang_rs_reflection_cpp.h | 125 void genPackVarOfType(const RSExportType *ET, const char *VarName,
|
D | slang_rs_reflection_cpp.cpp | 434 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()
|
D | slang_rs_reflection.h | 230 void genPackVarOfType(const RSExportType *T, const char *VarName,
|