Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.cpp1358 unsigned Dim) { in Create() argument
1360 slangAssert((Dim > 1) && "Invalid dimension of matrix"); in Create()
1400 if (CAT->getSize() != Dim * Dim) { in Create()
1404 << (Dim * Dim) << (RD->getName()); in Create()
1418 return new RSExportMatrixType(Context, TypeName, Dim); in Create()
1672 unsigned Dim = EMT->getDim(); in convertToRTD() local
1673 slangAssert((Dim >= 2) && (Dim <= 4)); in convertToRTD()
1674 rtd->type = &gReflectionTypes[15 + Dim-2]; in convertToRTD()
Dslang_rs_export_type.h538 unsigned Dim) in RSExportMatrixType() argument
540 mDim(Dim) { in RSExportMatrixType()
551 unsigned Dim);
Dslang_rs_reflection_cpp.cpp52 unsigned Dim = EMT->getDim(); in GetMatrixTypeName() local
54 if ((Dim - 2) < (sizeof(MatrixTypeCNameMap) / sizeof(const char *))) in GetMatrixTypeName()
Dslang_rs_reflection.cpp127 unsigned Dim = EMT->getDim(); in GetMatrixTypeName() local
129 if ((Dim - 2) < (sizeof(MatrixTypeJavaNameMap) / sizeof(const char *))) in GetMatrixTypeName()