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

/frameworks/compile/slang/
H A Dslang_rs_spec_table.cpp103 inline unsigned getDim() const { return mDim; } function in class:RSMatrixDataTypeSpec
279 MatrixDataType->getDim());
H A Dslang_rs_export_type.cpp1180 switch (getDim()) {
1191 return (static_cast<const RSExportMatrixType*>(E)->getDim() == getDim());
H A Dslang_rs_backend.cpp245 static_cast<const RSExportMatrixType*>(ET)->getDim() - 2)));
H A Dslang_rs_export_type.h390 inline unsigned getDim() const { return mDim; } function in class:slang::RSExportMatrixType
H A Dslang_rs_reflection.cpp253 unsigned Dim = EMT->getDim();
256 return MatrixTypeJavaNameMap[ EMT->getDim() - 2 ];
470 switch (EMT->getDim()) {

Completed in 67 milliseconds