Searched refs:genPackVarOfType (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection_cpp.h | 100 void genPackVarOfType(const RSExportType *ET,
|
D | slang_rs_reflection.cpp | 635 genPackVarOfType(C, ERT, NULL, FieldPackerName.c_str()); in genExportFunction() 767 genPackVarOfType(C, ERT, NULL, FieldPackerName.c_str()); in genExportForEach() 943 genPackVarOfType(C, EPT, "v", FPName.c_str()); in genPrimitiveTypeExportVariable() 1041 genPackVarOfType(C, ET, "v", FieldPackerName); in genMatrixTypeExportVariable() 1109 genPackVarOfType(C, ET, "v", FieldPackerName); in genSetExportVariable() 1174 void RSReflection::genPackVarOfType(Context &C, in genPackVarOfType() function in slang::RSReflection 1231 genPackVarOfType(C, ECAT->getElementType(), ElementVarName.c_str(), in genPackVarOfType() 1262 genPackVarOfType(C, F->getType(), FieldName.c_str(), FieldPackerName); in genPackVarOfType() 1661 genPackVarOfType(C, ERT, "i", "fp"); in genTypeClassCopyToArrayLocal() 1745 genPackVarOfType(C, F->getType(), "v", RS_TYPE_ITEM_BUFFER_PACKER_NAME); in genTypeClassComponentSetter() [all …]
|
D | slang_rs_reflection_cpp.cpp | 418 genPackVarOfType(ERT, NULL, FieldPackerName.c_str()); in makeImpl() 459 genPackVarOfType(params, NULL, "__fp"); in makeImpl() 690 void RSReflectionCpp::genPackVarOfType(const RSExportType *ET, in genPackVarOfType() function in slang::RSReflectionCpp 763 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName); in genPackVarOfType()
|
D | slang_rs_reflection.h | 316 void genPackVarOfType(Context &C,
|