Searched refs:Dim (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp1275 unsigned Dim) {
1277 slangAssert((Dim > 1) && "Invalid dimension of matrix");
1317 if (CAT->getSize() != Dim * Dim) {
1321 << (Dim * Dim) << (RD->getName());
1335 return new RSExportMatrixType(Context, TypeName, Dim);
1542 unsigned Dim = EMT->getDim(); local
1543 slangAssert((Dim >= 2) && (Dim <
1272 Create(RSContext *Context, const clang::RecordType *RT, const llvm::StringRef &TypeName, unsigned Dim) argument
[all...]
H A Dslang_rs_export_type.h450 unsigned Dim)
452 mDim(Dim) {
463 unsigned Dim);
448 RSExportMatrixType(RSContext *Context, const llvm::StringRef &Name, unsigned Dim) argument
H A Dslang_rs_reflection_cpp.cpp53 unsigned Dim = EMT->getDim(); local
55 if ((Dim - 2) < (sizeof(MatrixTypeCNameMap) / sizeof(const char *)))
H A Dslang_rs_reflection.cpp112 unsigned Dim = EMT->getDim(); local
114 if ((Dim - 2) < (sizeof(MatrixTypeJavaNameMap) / sizeof(const char *)))

Completed in 59 milliseconds