Searched defs:EMT (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp48 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) { argument
52 unsigned Dim = EMT->getDim();
55 return MatrixTypeCNameMap[EMT->getDim() - 2];
H A Dslang_rs_export_type.cpp1671 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType*>(this); local
1672 unsigned Dim = EMT->getDim();
H A Dslang_rs_reflection.cpp122 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT, MatrixLanguage lang) { argument
127 unsigned Dim = EMT->getDim();
130 return MatrixTypeJavaNameMap[EMT->getDim() - 2][lang];
267 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType *>(ET); local
268 switch (EMT->getDim()) {

Completed in 19 milliseconds