Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.h142 void genPackVarOfType(const RSExportType *ET, const char *VarName,
Dslang_rs_reflection.cpp954 genPackVarOfType(ERT, nullptr, FieldPackerName.c_str()); in genExportFunction()
1175 genPackVarOfType(ERT, nullptr, FieldPackerName.c_str()); in genExportForEach()
1899 genPackVarOfType(EPT, "v", FPName.c_str()); in genPrimitiveTypeExportVariable()
2026 genPackVarOfType(ET, "v", FieldPackerName); in genMatrixTypeExportVariable()
2090 genPackVarOfType(ET, "v", FieldPackerName); in genSetExportVariable()
2151 void RSReflectionJava::genPackVarOfType(const RSExportType *ET, in genPackVarOfType() function in slang::RSReflectionJava
2209 genPackVarOfType(ECAT->getElementType(), ElementVarName.c_str(), in genPackVarOfType()
2259 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName); in genPackVarOfType()
2567 genPackVarOfType(ERT, "i", "fp"); in genTypeClassCopyToArrayLocal()
2633 genPackVarOfType(F->getType(), "v", RS_TYPE_ITEM_BUFFER_PACKER_NAME); in genTypeClassComponentSetter()
[all …]
Dslang_rs_reflection_cpp.cpp368 genPackVarOfType(ERT, nullptr, FieldPackerName.c_str()); in genExportForEachBodies()
409 genPackVarOfType(params, nullptr, "__fp"); in genExportFunctionBodies()
765 void RSReflectionCpp::genPackVarOfType(const RSExportType *ET, in genPackVarOfType() function in slang::RSReflectionCpp
833 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName); in genPackVarOfType()
Dslang_rs_reflection.h284 void genPackVarOfType(const RSExportType *T, const char *VarName,