Searched refs:RSExportMatrixType (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_export_type.cpp | 857 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()
|
D | slang_rs_export_type.h | 531 class RSExportMatrixType : public RSExportType { 536 RSExportMatrixType(RSContext *Context, in RSExportMatrixType() function 548 static RSExportMatrixType *Create(RSContext *Context,
|
D | slang_rs_reflection_cpp.cpp | 48 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) { in GetMatrixTypeName() 94 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET)); in GetTypeName()
|
D | slang_rs_reflection.cpp | 122 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()
|
D | slang_backend.cpp | 804 static_cast<const RSExportMatrixType*>(ET)->getDim() - 2))); in dumpExportVarInfo()
|