Lines Matching refs:CellFormat
32 KernelSideFormat<CellFormat<8, 2, CellOrder::WidthMajor>, Cells>;
43 typedef typename KernelSideFormat::Cell CellFormat; typedef
45 static const int kCellWidth = CellFormat::kWidth;
46 static const int kKernelWidth = CellFormat::kWidth * kCells;
47 static const int kCellDepth = CellFormat::kDepth;
48 static const int kCellSize = CellFormat::kSize;
186 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
197 typedef typename KernelSideFormat::Cell CellFormat; typedef
199 static const int kCellWidth = CellFormat::kWidth;
200 static const int kKernelWidth = CellFormat::kWidth * kCells;
201 static const int kCellDepth = CellFormat::kDepth;
202 static const int kCellSize = CellFormat::kSize;