Searched refs:kDepth (Results 1 – 12 of 12) sorted by relevance
130 static const int kDepth = tDepth; member133 static const int kSize = kWidth * kDepth;147 static const int kDepth = Cell::kDepth; member163 static_assert(Lhs::Cell::kDepth == Rhs::Cell::kDepth, "");164 static const int kDepth = Lhs::Cell::kDepth; member190 return d + w * CellFormat::kDepth; in OffsetIntoCell()192 assert(CellFormat::kWidth == CellFormat::kDepth); in OffsetIntoCell()
41 Format::Lhs::Cell::kDepth, in Name()43 Format::Rhs::Cell::kDepth, Format::Rhs::Cell::kWidth, in Name()55 const int run_depth_cells = static_cast<int>(run_depth / Format::kDepth); in Run()64 Format::Lhs::Cell::kWidth * Format::kDepth; in Run()68 Format::Rhs::Cell::kWidth * Format::kDepth; in Run()73 for (int di = 0; di < Format::kDepth; di++) { in Run()
46 std::int32_t run_depth_cells = run_depth / Format::kDepth; in Run()220 const std::int64_t run_depth_cells = run_depth / Format::kDepth; in Run()
52 depth = RoundUp<Format::kDepth>(depth); in Compute()81 assert(depth % Format::kDepth == 0); in ComputeL1()
45 static const int kCellDepth = CellFormat::kDepth;146 static const int kCellDepth = CellFormat::kDepth;271 static const int kCellDepth = CellFormat::kDepth;
111 assert(depth % KernelFormat::kDepth == 0); in FindL1BlockSizes()
47 static const int kCellDepth = CellFormat::kDepth;
215 static const int kCellDepth = CellFormat::kDepth;300 static const int kCellDepth = CellFormat::kDepth;
195 static const int kDepth = tDepth; member198 static const int kSize = kWidth * kDepth;212 static const int kDepth = Cell::kDepth; member222 static_assert(Lhs::Cell::kDepth == Rhs::Cell::kDepth, "");223 static const int kDepth = Lhs::Cell::kDepth; member249 return d + w * CellFormat::kDepth; in OffsetIntoCell()251 assert(CellFormat::kWidth == CellFormat::kDepth); in OffsetIntoCell()3404 const int depth_cells = static_cast<int>(depth / Format::kDepth); in Run()3413 Format::Lhs::Cell::kWidth * Format::kDepth; in Run()3417 Format::Rhs::Cell::kWidth * Format::kDepth; in Run()[all …]
169 fAttachments[(int)AttachmentPoint::kDepth].reset(SkRef(attachment)); in setAttachment()204 kDepth, enumerator
138 // levels of depth (Kernel::kDepth=2).
135 // levels of depth (Kernel::kDepth=2).