Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.cpp853 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()
Dslang_rs_export_type.h477 class RSExportMatrixType : public RSExportType {
482 RSExportMatrixType(RSContext *Context, in RSExportMatrixType() function
494 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.cpp109 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()
Dslang_backend.cpp565 static_cast<const RSExportMatrixType*>(ET)->getDim() - 2))); in dumpExportVarInfo()