Home | History | Annotate | Download | only in internal

Lines Matching defs:kDepth

130   static const int kDepth = tDepth;
133 static const int kSize = kWidth * kDepth;
147 static const int kDepth = Cell::kDepth;
157 static_assert(Lhs::Cell::kDepth == Rhs::Cell::kDepth, "");
158 static const int kDepth = Lhs::Cell::kDepth;
184 return d + w * CellFormat::kDepth;
186 assert(CellFormat::kWidth == CellFormat::kDepth);