Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.cpp820 ET = RSExportMatrixType::Create(Context, in Create()
828 ET = RSExportMatrixType::Create(Context, in Create()
836 ET = RSExportMatrixType::Create(Context, in Create()
1311 RSExportMatrixType *RSExportMatrixType::Create(RSContext *Context, in Create()
1374 return new RSExportMatrixType(Context, TypeName, Dim); in Create()
1377 llvm::Type *RSExportMatrixType::convertToLLVMType() const { in convertToLLVMType()
1389 bool RSExportMatrixType::equals(const RSExportable *E) const { in equals()
1391 return (static_cast<const RSExportMatrixType*>(E)->getDim() == getDim()); in equals()
1580 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType*>(this); in convertToRTD()
Dslang_rs_export_type.h443 class RSExportMatrixType : public RSExportType {
448 RSExportMatrixType(RSContext *Context, in RSExportMatrixType() function
460 static RSExportMatrixType *Create(RSContext *Context,
Dslang_rs_reflection_cpp.cpp48 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) { in GetMatrixTypeName()
90 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET)); in GetTypeName()
Dslang_rs_reflection.cpp106 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) { in GetMatrixTypeName()
198 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET)); in GetTypeName()
264 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType *>(ET); in GetBuiltinElementConstruct()
Dslang_backend.cpp573 static_cast<const RSExportMatrixType*>(ET)->getDim() - 2))); in dumpExportVarInfo()