HomeSort by relevance Sort by last modified time
    Searched refs:kRows (Results 1 - 7 of 7) sorted by null

  /external/skia/gm/
complexclip2.cpp 39 fTotalHeight = kRows * fHeight + SK_Scalar1 * (kRows + 1) * kPadY;
96 for (int i = 0; i < kRows; ++i) {
99 fOps[j*kRows+i][k] = ops[r.nextU() % SK_ARRAY_COUNT(ops)];
105 static constexpr int kRows = 5;
148 for (int i = 0; i < kRows; ++i) {
176 fOps[j*kRows+i][k],
181 fOps[j*kRows+i][k],
186 fOps[j*kRows+i][k],
203 SkClipOp fOps[kRows * kCols][5]
    [all...]
  /external/gemmlowp/internal/
block_params.h 83 l2_rows = RoundUp<KernelFormat::kRows>(rows);
91 RoundUp<KernelFormat::kRows>(CeilQuotient(rows, min_l2_rows_blocks));
107 assert(rows % KernelFormat::kRows == 0);
119 1, (l1_bytes_to_use - 4 * KernelFormat::kRows * KernelFormat::kCols) /
120 (KernelFormat::kRows + KernelFormat::kCols));
133 RoundUp<KernelFormat::kRows>(CeilQuotient(rows, min_l1_rows_blocks));
kernel_reference.h 52 std::int32_t accumulator[Format::kRows * Format::kCols];
86 (ci + cc * Format::Rhs::Cell::kWidth) * Format::kRows;
99 for (int r = 0; r < Format::kRows; r++) {
102 accumulator[r + c * Format::kRows];
108 for (int r = 0; r < Format::kRows; r++) {
111 accumulator[r + c * Format::kRows];
compute.h 69 start_row, start_col, Format::kRows, Format::kCols);
77 assert(rows % Format::kRows == 0);
82 for (int r = 0; r < rows; r += Format::kRows) {
kernel.h 159 static const int kRows = Lhs::Cell::kWidth * Lhs::kCells;
multi_thread_gemm.h 583 HowManyThreads<KernelFormat::kRows>(context, rows, cols, depth);
626 next_start_row = std::min(rows, RoundUp<KernelFormat::kRows>(
output.h 59 static const int kRows = tRows;

Completed in 383 milliseconds