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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp785 ET = RSExportMatrixType::Create(Context,
793 ET = RSExportMatrixType::Create(Context,
801 ET = RSExportMatrixType::Create(Context,
1271 /***************************** RSExportMatrixType *****************************/
1272 RSExportMatrixType *RSExportMatrixType::Create(RSContext *Context,
1335 return new RSExportMatrixType(Context, TypeName, Dim);
1338 llvm::Type *RSExportMatrixType::convertToLLVMType() const {
1350 bool RSExportMatrixType::equals(const RSExportable *E) const {
1352 return (static_cast<const RSExportMatrixType*>(
[all...]
H A Dslang_rs_export_type.h443 class RSExportMatrixType : public RSExportType { class in namespace:slang
448 RSExportMatrixType(RSContext *Context, function in class:slang::RSExportMatrixType
460 static RSExportMatrixType *Create(RSContext *Context,
H A Dslang_rs_reflection.cpp107 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) {
199 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET));
265 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType *>(ET);
H A Dslang_rs_reflection_cpp.cpp49 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) {
91 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET));
H A Dslang_rs_backend.cpp237 static_cast<const RSExportMatrixType*>(ET)->getDim() - 2)));

Completed in 560 milliseconds