Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp797 genPackVarOfType(ERT, nullptr, FieldPackerName.c_str()); in genExportFunction()
985 genPackVarOfType(ERT, nullptr, FieldPackerName.c_str()); in genExportForEach()
1694 genPackVarOfType(EPT, "v", FPName.c_str()); in genPrimitiveTypeExportVariable()
1821 genPackVarOfType(ET, "v", FieldPackerName); in genMatrixTypeExportVariable()
1880 genPackVarOfType(ET, "v", FieldPackerName); in genSetExportVariable()
1935 void RSReflectionJava::genPackVarOfType(const RSExportType *ET, in genPackVarOfType() function in slang::RSReflectionJava
1990 genPackVarOfType(ECAT->getElementType(), ElementVarName.c_str(), in genPackVarOfType()
2021 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName); in genPackVarOfType()
2326 genPackVarOfType(ERT, "i", "fp"); in genTypeClassCopyToArrayLocal()
2390 genPackVarOfType(F->getType(), "v", RS_TYPE_ITEM_BUFFER_PACKER_NAME); in genTypeClassComponentSetter()
[all …]
Dslang_rs_reflection_cpp.h142 void genPackVarOfType(const RSExportType *ET, const char *VarName,
Dslang_rs_reflection_cpp.cpp366 genPackVarOfType(ERT, nullptr, FieldPackerName.c_str()); in genExportForEachBodies()
407 genPackVarOfType(params, nullptr, "__fp"); in genExportFunctionBodies()
763 void RSReflectionCpp::genPackVarOfType(const RSExportType *ET, in genPackVarOfType() function in slang::RSReflectionCpp
831 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName); in genPackVarOfType()
Dslang_rs_reflection.h240 void genPackVarOfType(const RSExportType *T, const char *VarName,