Searched refs:EMT (Results 1 – 1 of 1) sorted by relevance
247 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) { in GetMatrixTypeName() argument253 unsigned Dim = EMT->getDim(); in GetMatrixTypeName()256 return MatrixTypeJavaNameMap[ EMT->getDim() - 2 ]; in GetMatrixTypeName()469 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType *>(ET); in GetBuiltinElementConstruct() local470 switch (EMT->getDim()) { in GetBuiltinElementConstruct()1275 const RSExportMatrixType *EMT = in genMatrixTypeExportVariable() local1277 const char *TypeName = GetMatrixTypeName(EMT); in genMatrixTypeExportVariable()1293 if (genCreateFieldPacker(C, EMT, FieldPackerName)) in genMatrixTypeExportVariable()1294 genPackVarOfType(C, EMT, "v", FieldPackerName); in genMatrixTypeExportVariable()