Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.cpp1314 unsigned Dim) { in Create() argument
1316 slangAssert((Dim > 1) && "Invalid dimension of matrix"); in Create()
1356 if (CAT->getSize() != Dim * Dim) { in Create()
1360 << (Dim * Dim) << (RD->getName()); in Create()
1374 return new RSExportMatrixType(Context, TypeName, Dim); in Create()
1581 unsigned Dim = EMT->getDim(); in convertToRTD() local
1582 slangAssert((Dim >= 2) && (Dim <= 4)); in convertToRTD()
1583 rtd->type = &gReflectionTypes[15 + Dim-2]; in convertToRTD()
Dslang_rs_export_type.h450 unsigned Dim) in RSExportMatrixType() argument
452 mDim(Dim) { in RSExportMatrixType()
463 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.cpp111 unsigned Dim = EMT->getDim(); in GetMatrixTypeName() local
113 if ((Dim - 2) < (sizeof(MatrixTypeJavaNameMap) / sizeof(const char *))) in GetMatrixTypeName()
/frameworks/base/docs/html/training/system-ui/
Ddim.jd13 <li><a href="#dim">Dim the Status and Navigation Bars</a></li>
54 <h2 id="dim">Dim the Status and Navigation Bars</h2>
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dmenu_design.jd75 …<li style="padding-top: 4px;"><a href=#dim_hide_menu_items>Dim or hide menu items not available</a…
519 <h3 id="dim_hide_menu_items">Dim or hide menu items that are not available in the current context</…