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

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp52 unsigned Dim = EMT->getDim(); local
54 if ((Dim - 2) < (sizeof(MatrixTypeCNameMap) / sizeof(const char *)))
H A Dslang_rs_export_type.cpp1358 unsigned Dim) {
1360 slangAssert((Dim > 1) && "Invalid dimension of matrix");
1400 if (CAT->getSize() != Dim * Dim) {
1404 << (Dim * Dim) << (RD->getName());
1418 return new RSExportMatrixType(Context, TypeName, Dim);
1672 unsigned Dim = EMT->getDim(); local
1673 slangAssert((Dim >= 2) && (Dim <
1355 Create(RSContext *Context, const clang::RecordType *RT, const llvm::StringRef &TypeName, unsigned Dim) argument
[all...]
H A Dslang_rs_export_type.h538 unsigned Dim)
540 mDim(Dim) {
551 unsigned Dim);
536 RSExportMatrixType(RSContext *Context, const llvm::StringRef &Name, unsigned Dim) argument
H A Dslang_rs_reflection.cpp127 unsigned Dim = EMT->getDim(); local
129 if ((Dim - 2) < (sizeof(MatrixTypeJavaNameMap) / sizeof(const char *)))

Completed in 84 milliseconds