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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp247 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) { argument
253 unsigned Dim = EMT->getDim();
256 return MatrixTypeJavaNameMap[ EMT->getDim() - 2 ];
469 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType *>(ET); local
470 switch (EMT->getDim()) {
1275 const RSExportMatrixType *EMT = local
1277 const char *TypeName = GetMatrixTypeName(EMT);
1293 if (genCreateFieldPacker(C, EMT, FieldPackerName))
1294 genPackVarOfType(C, EMT, "v", FieldPackerName);

Completed in 35 milliseconds