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

/frameworks/compile/slang/
H A Dslang_rs_export_type.h499 inline unsigned getDim() const { return mDim; } function in class:slang::RSExportMatrixType
H A Dslang_rs_reflection_cpp.cpp52 unsigned Dim = EMT->getDim();
55 return MatrixTypeCNameMap[EMT->getDim() - 2];
H A Dslang_rs_export_type.cpp1428 return (static_cast<const RSExportMatrixType*>(E)->getDim() == getDim());
1619 unsigned Dim = EMT->getDim();
H A Dslang_rs_reflection.cpp114 unsigned Dim = EMT->getDim();
117 return MatrixTypeJavaNameMap[EMT->getDim() - 2];
312 switch (EMT->getDim()) {
H A Dslang_backend.cpp565 static_cast<const RSExportMatrixType*>(ET)->getDim() - 2)));

Completed in 67 milliseconds