Home | History | Annotate | Download | only in slang

Lines Matching defs:Dim

1314                                                unsigned Dim) {
1316 slangAssert((Dim > 1) && "Invalid dimension of matrix");
1356 if (CAT->getSize() != Dim * Dim) {
1360 << (Dim * Dim) << (RD->getName());
1374 return new RSExportMatrixType(Context, TypeName, Dim);
1581 unsigned Dim = EMT->getDim();
1582 slangAssert((Dim >= 2) && (Dim <= 4));
1583 rtd->type = &gReflectionTypes[15 + Dim-2];