Home | History | Annotate | Download | only in slang

Lines Matching refs:Dim

799 #define ENUM_RS_MATRIX_TYPE(type, cname, dim)                       \
1186 unsigned Dim) {
1188 slangAssert((Dim > 1) && "Invalid dimension of matrix");
1236 if (CAT->getSize() != Dim * Dim) {
1242 << (Dim * Dim) << (RD->getName());
1258 return new RSExportMatrixType(Context, TypeName, Dim);
1523 unsigned Dim = EMT->getDim();
1524 slangAssert((Dim >= 2) && (Dim <= 4));
1525 rtd->type = &gReflectionTypes[15 + Dim-2];