Searched defs:mDim (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_spec_table.cpp90 unsigned mDim; member in class:RSMatrixDataTypeSpec
98 mDim(Dim) {
103 inline unsigned getDim() const { return mDim; }
H A Dslang_rs_export_type.h365 // where mDim will be N.
369 unsigned mDim; // dimension member in class:slang::RSExportMatrixType
375 mDim(Dim) {
390 inline unsigned getDim() const { return mDim; }

Completed in 56 milliseconds