Lines Matching defs:depth
421 const int depth = lhs.cols();
424 block_params.Init<KernelFormat>(rows, cols, depth, 1);
438 PackLhs<BitDepthParams>(&packed_lhs, lhs.block(r, 0, rs, depth));
443 UnpackResult<BitDepthParams>(&result_block, packed_result, depth,
502 int depth) {
533 // that the cubic size (rows*cols*depth) is big enough to keep
541 std::uint64_t(rows) * std::uint64_t(cols) * std::uint64_t(depth);
576 int depth = lhs.cols();
580 assert(depth > 0);
583 HowManyThreads<KernelFormat::kRows>(context, rows, cols, depth);
608 block_params.Init<KernelFormat>(rows, cols, depth, workers_count);
619 PackRhs<BitDepthParams>(&packed_rhs, rhs.block(0, c, depth, cs));
630 auto lhs_block = lhs.block(start_row, 0, block_rows, depth);