Searched refs: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_reflection.cpp109 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) { argument
114 unsigned Dim = EMT->getDim();
117 return MatrixTypeJavaNameMap[EMT->getDim() - 2];
311 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType *>(ET); local
312 switch (EMT->getDim()) {
H A Dslang_rs_export_type.cpp1618 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType*>(this); local
1619 unsigned Dim = EMT->getDim();

Completed in 763 milliseconds