Home
last modified time | relevance | path

Searched refs:ExportClassConstantArray (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp62 if((!PreIdentifier) && (ET->getClass() != RSExportType::ExportClassConstantArray)) { in GetTypeName()
96 case RSExportType::ExportClassConstantArray: { in GetTypeName()
537 case RSExportType::ExportClassConstantArray: { in genExportVariablesGetterAndSetter()
776 case RSExportType::ExportClassConstantArray: { in genPackVarOfType()
906 case RSExportType::ExportClassConstantArray: in genTypeInstance()
976 case RSExportType::ExportClassConstantArray: in genInitExportVariable()
Dslang_rs_reflection.cpp195 case RSExportType::ExportClassConstantArray: { in GetReduceResultTypeName()
237 case RSExportType::ExportClassConstantArray: in GetTypeNullValue()
371 case RSExportType::ExportClassConstantArray: { in GetTypeName()
824 case RSExportType::ExportClassConstantArray: in genInitExportVariable()
889 case RSExportType::ExportClassConstantArray: { in genExportVariable()
1226 if (ResultType->getClass() == RSExportType::ExportClassConstantArray) in exportableReduce()
1311 case RSExportType::ExportClassConstantArray: in genExportReduceArrayVariant()
1357 case RSExportType::ExportClassConstantArray: in genExportReduceArrayVariant()
1513 ResultType->getClass() == RSExportType::ExportClassConstantArray in genExportReduceAllocationVariant()
1782 case RSExportType::ExportClassConstantArray: { in genTypeInstance()
[all …]
Dslang_rs_export_var.cpp60 case RSExportType::ExportClassConstantArray: { in RSExportVar()
Dslang_rs_export_type.h204 ExportClassConstantArray, enumerator
568 : RSExportType(Context, ExportClassConstantArray, "<ConstantArray>"), in RSExportConstantArrayType()
Dslang_rs_export_reduce.cpp723 if (mResultType->getClass() == RSExportType::ExportClassConstantArray) { in analyzeResultType()
Dslang_backend.cpp808 case RSExportType::ExportClassConstantArray: in dumpExportVarInfo()
Dslang_rs_export_type.cpp1677 case RSExportType::ExportClassConstantArray: { in convertToRTD()