Searched refs:RSExportMatrixType (Results 1 – 5 of 5) sorted by relevance
853 ET = RSExportMatrixType::Create(Context, in Create()861 ET = RSExportMatrixType::Create(Context, in Create()869 ET = RSExportMatrixType::Create(Context, in Create()1348 RSExportMatrixType *RSExportMatrixType::Create(RSContext *Context, in Create()1411 return new RSExportMatrixType(Context, TypeName, Dim); in Create()1414 llvm::Type *RSExportMatrixType::convertToLLVMType() const { in convertToLLVMType()1426 bool RSExportMatrixType::equals(const RSExportable *E) const { in equals()1428 return (static_cast<const RSExportMatrixType*>(E)->getDim() == getDim()); in equals()1618 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType*>(this); in convertToRTD()
477 class RSExportMatrixType : public RSExportType {482 RSExportMatrixType(RSContext *Context, in RSExportMatrixType() function494 static RSExportMatrixType *Create(RSContext *Context,
48 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) { in GetMatrixTypeName()94 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET)); in GetTypeName()
109 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) { in GetMatrixTypeName()216 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET)); in GetTypeName()311 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType *>(ET); in GetBuiltinElementConstruct()
565 static_cast<const RSExportMatrixType*>(ET)->getDim() - 2))); in dumpExportVarInfo()