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

/frameworks/compile/slang/
H A Dslang_rs_export_type.h484 unsigned Dim)
486 mDim(Dim) {
497 unsigned Dim);
482 RSExportMatrixType(RSContext *Context, const llvm::StringRef &Name, unsigned Dim) argument
H A Dslang_rs_export_type.cpp1351 unsigned Dim) {
1353 slangAssert((Dim > 1) && "Invalid dimension of matrix");
1393 if (CAT->getSize() != Dim * Dim) {
1397 << (Dim * Dim) << (RD->getName());
1411 return new RSExportMatrixType(Context, TypeName, Dim);
1619 unsigned Dim = EMT->getDim(); local
1620 slangAssert((Dim >= 2) && (Dim <
1348 Create(RSContext *Context, const clang::RecordType *RT, const llvm::StringRef &TypeName, unsigned Dim) argument
[all...]
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_reflection.cpp114 unsigned Dim = EMT->getDim(); local
116 if ((Dim - 2) < (sizeof(MatrixTypeJavaNameMap) / sizeof(const char *)))

Completed in 2888 milliseconds