Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_var.cpp83 case RSExportType::ExportClassMatrix: in RSExportVar()
Dslang_rs_reflection.cpp198 case RSExportType::ExportClassMatrix: { in GetTypeName()
234 case RSExportType::ExportClassMatrix: in GetTypeNullValue()
264 } else if (ET->getClass() == RSExportType::ExportClassMatrix) { in GetBuiltinElementConstruct()
541 case RSExportType::ExportClassMatrix: in genInitExportVariable()
597 case RSExportType::ExportClassMatrix: { in genExportVariable()
1090 slangAssert((EV->getType()->getClass() == RSExportType::ExportClassMatrix) && in genMatrixTypeExportVariable()
1244 case RSExportType::ExportClassMatrix: { in genPackVarOfType()
1367 case RSExportType::ExportClassMatrix: in genAllocateVarOfType()
1804 case RSExportType::ExportClassMatrix: in genAddElement()
Dslang_rs_reflection_cpp.cpp90 case RSExportType::ExportClassMatrix: { in GetTypeName()
520 case RSExportType::ExportClassMatrix: { in genExportVariablesGetterAndSetter()
719 case RSExportType::ExportClassMatrix: { in genPackVarOfType()
922 case RSExportType::ExportClassMatrix: in genInitExportVariable()
Dslang_rs_export_type.h177 ExportClassMatrix, enumerator
451 : RSExportType(Context, ExportClassMatrix, Name), in RSExportMatrixType()
Dslang_rs_backend.cpp225 case RSExportType::ExportClassMatrix: { in dumpExportVarInfo()
Dslang_rs_export_type.cpp1540 case RSExportType::ExportClassMatrix: { in convertToRTD()