Home
last modified time | relevance | path

Searched refs:EMT (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection.cpp247 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) { in GetMatrixTypeName() argument
253 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() local
470 switch (EMT->getDim()) { in GetBuiltinElementConstruct()
1275 const RSExportMatrixType *EMT = in genMatrixTypeExportVariable() local
1277 const char *TypeName = GetMatrixTypeName(EMT); in genMatrixTypeExportVariable()
1293 if (genCreateFieldPacker(C, EMT, FieldPackerName)) in genMatrixTypeExportVariable()
1294 genPackVarOfType(C, EMT, "v", FieldPackerName); in genMatrixTypeExportVariable()