Searched refs:kCols (Results 1 - 8 of 8) sorted by relevance

/external/gemmlowp/internal/
H A Dcompute.h69 start_row, start_col, Format::kRows, Format::kCols);
78 assert(cols % Format::kCols == 0);
81 for (int c = 0; c < cols; c += Format::kCols) {
H A Dblock_params.h76 RoundUp<KernelFormat::kCols>(CeilQuotient(cols, min_l2_cols_blocks));
108 assert(cols % KernelFormat::kCols == 0);
119 1, (l1_bytes_to_use - 4 * KernelFormat::kRows * KernelFormat::kCols) /
120 (KernelFormat::kRows + KernelFormat::kCols));
H A Dkernel_reference.h52 std::int32_t accumulator[Format::kRows * Format::kCols];
100 for (int c = 0; c < Format::kCols; c++) {
109 for (int c = 0; c < Format::kCols; c++) {
H A Dkernel.h160 static const int kCols = Rhs::Cell::kWidth * Rhs::kCells; member in struct:gemmlowp::KernelFormat
H A Doutput.h60 static const int kCols = tCols; member in struct:gemmlowp::Fragment
/external/skia/gm/
H A Dcomplexclip2.cpp38 fTotalWidth = kCols * fWidth + SK_Scalar1 * (kCols + 1) * kPadX;
97 for (int j = 0; j < kCols; ++j) {
106 static const int kCols = 5; member in class:skiagm::ComplexClip2GM
149 for (int j = 0; j < kCols; ++j) {
203 SkRegion::Op fOps[kRows * kCols][5];
H A Dpatchgrid.cpp110 static const int kCols = 4; variable
113 SkPatchGrid grid(kRows, kCols, SkPatchGrid::kColors_VertexType, nullptr);
115 for (int j = 0; j < kCols; j++) {
/external/skia/bench/
H A DPatchGridBench.cpp97 static const int kCols = 4; local
99 fGrid.reset(kRows, kCols, SkPatchGrid::kColors_VertexType, nullptr);
101 for (int j = 0; j < kCols; j++) {

Completed in 141 milliseconds