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.cpp197 case RSExportType::ExportClassMatrix: { in GetTypeName()
233 case RSExportType::ExportClassMatrix: in GetTypeNullValue()
263 } else if (ET->getClass() == RSExportType::ExportClassMatrix) { in GetBuiltinElementConstruct()
540 case RSExportType::ExportClassMatrix: in genInitExportVariable()
596 case RSExportType::ExportClassMatrix: { in genExportVariable()
1104 slangAssert((EV->getType()->getClass() == RSExportType::ExportClassMatrix) && in genMatrixTypeExportVariable()
1258 case RSExportType::ExportClassMatrix: { in genPackVarOfType()
1381 case RSExportType::ExportClassMatrix: in genAllocateVarOfType()
1818 case RSExportType::ExportClassMatrix: in genAddElement()
Dslang_rs_reflection_cpp.cpp89 case RSExportType::ExportClassMatrix: { in GetTypeName()
519 case RSExportType::ExportClassMatrix: { in genExportVariablesGetterAndSetter()
716 case RSExportType::ExportClassMatrix: { in genPackVarOfType()
919 case RSExportType::ExportClassMatrix: in genInitExportVariable()
Dslang_rs_export_type.h177 ExportClassMatrix, enumerator
451 : RSExportType(Context, ExportClassMatrix, Name), in RSExportMatrixType()
Dslang_backend.cpp561 case RSExportType::ExportClassMatrix: { in dumpExportVarInfo()
Dslang_rs_export_type.cpp1579 case RSExportType::ExportClassMatrix: { in convertToRTD()