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