Home
last modified time | relevance | path

Searched refs:RSExportMatrixType (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_type.cpp857 ET = RSExportMatrixType::Create(Context, in Create()
865 ET = RSExportMatrixType::Create(Context, in Create()
873 ET = RSExportMatrixType::Create(Context, in Create()
1355 RSExportMatrixType *RSExportMatrixType::Create(RSContext *Context, in Create()
1418 return new RSExportMatrixType(Context, TypeName, Dim); in Create()
1421 llvm::Type *RSExportMatrixType::convertToLLVMType() const { in convertToLLVMType()
1433 bool RSExportMatrixType::matchODR(const RSExportType *E, in matchODR()
1436 return (static_cast<const RSExportMatrixType*>(E)->getDim() == getDim()); in matchODR()
1671 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType*>(this); in convertToRTD()
Dslang_rs_export_type.h531 class RSExportMatrixType : public RSExportType {
536 RSExportMatrixType(RSContext *Context, in RSExportMatrixType() function
548 static RSExportMatrixType *Create(RSContext *Context,
Dslang_rs_reflection_cpp.cpp48 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) { in GetMatrixTypeName()
94 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET)); in GetTypeName()
Dslang_rs_reflection.cpp122 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT, MatrixLanguage lang) { in GetMatrixTypeName()
267 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType *>(ET); in GetBuiltinElementConstruct()
369 …return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET), CLike ? ML_Script : ML_Java); in GetTypeName()
Dslang_backend.cpp804 static_cast<const RSExportMatrixType*>(ET)->getDim() - 2))); in dumpExportVarInfo()