Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_var.cpp83 case RSExportType::ExportClassMatrix: in RSExportVar()
Dslang_rs_reflection.cpp213 case RSExportType::ExportClassMatrix: { in GetTypeName()
280 case RSExportType::ExportClassMatrix: in GetTypeNullValue()
310 } else if (ET->getClass() == RSExportType::ExportClassMatrix) { in GetBuiltinElementConstruct()
685 case RSExportType::ExportClassMatrix: in genInitExportVariable()
741 case RSExportType::ExportClassMatrix: { in genExportVariable()
1107 case RSExportType::ExportClassMatrix: in genExportReduceArrayVariant()
1146 case RSExportType::ExportClassMatrix: in genExportReduceArrayVariant()
1804 slangAssert((EV->getType()->getClass() == RSExportType::ExportClassMatrix) && in genMatrixTypeExportVariable()
1961 case RSExportType::ExportClassMatrix: { in genPackVarOfType()
2084 case RSExportType::ExportClassMatrix: in genAllocateVarOfType()
[all …]
Dslang_rs_reflection_cpp.cpp93 case RSExportType::ExportClassMatrix: { in GetTypeName()
531 case RSExportType::ExportClassMatrix: { in genExportVariablesGetterAndSetter()
770 case RSExportType::ExportClassMatrix: { in genPackVarOfType()
973 case RSExportType::ExportClassMatrix: in genInitExportVariable()
Dslang_rs_export_type.h202 ExportClassMatrix, enumerator
485 : RSExportType(Context, ExportClassMatrix, Name), in RSExportMatrixType()
Dslang_rs_export_reduce.cpp727 case RSExportType::ExportClassMatrix: in analyzeResultType()
Dslang_backend.cpp553 case RSExportType::ExportClassMatrix: { in dumpExportVarInfo()
Dslang_rs_export_type.cpp1617 case RSExportType::ExportClassMatrix: { in convertToRTD()