Searched refs:kCols (Results 1 – 8 of 8) sorted by relevance
/external/skia/gm/ |
D | complexclip2.cpp | 38 fTotalWidth = kCols * fWidth + SK_Scalar1 * (kCols + 1) * kPadX; in ComplexClip2GM() 97 for (int j = 0; j < kCols; ++j) { in onOnceBeforeDraw() 106 static const int kCols = 5; member in skiagm::ComplexClip2GM 149 for (int j = 0; j < kCols; ++j) { in onDraw() 203 SkRegion::Op fOps[kRows * kCols][5];
|
D | patchgrid.cpp | 110 static const int kCols = 4; in onDraw() local 113 SkPatchGrid grid(kRows, kCols, SkPatchGrid::kColors_VertexType, nullptr); in onDraw() 115 for (int j = 0; j < kCols; j++) { in onDraw()
|
/external/gemmlowp/internal/ |
D | block_params.h | 76 RoundUp<KernelFormat::kCols>(CeilQuotient(cols, min_l2_cols_blocks)); in FindL2BlockSizes() 108 assert(cols % KernelFormat::kCols == 0); in FindL1BlockSizes() 119 1, (l1_bytes_to_use - 4 * KernelFormat::kRows * KernelFormat::kCols) / in FindL1BlockSizes() 120 (KernelFormat::kRows + KernelFormat::kCols)); in FindL1BlockSizes()
|
D | compute.h | 69 start_row, start_col, Format::kRows, Format::kCols); in ComputeRun() 78 assert(cols % Format::kCols == 0); in ComputeL1() 81 for (int c = 0; c < cols; c += Format::kCols) { in ComputeL1()
|
D | kernel_reference.h | 52 std::int32_t accumulator[Format::kRows * Format::kCols]; in Run() 100 for (int c = 0; c < Format::kCols; c++) { in Run() 109 for (int c = 0; c < Format::kCols; c++) { in Run()
|
D | kernel.h | 160 static const int kCols = Rhs::Cell::kWidth * Rhs::kCells; member
|
D | output.h | 60 static const int kCols = tCols; member
|
/external/skia/bench/ |
D | PatchGridBench.cpp | 97 static const int kCols = 4; in setGrid() local 99 fGrid.reset(kRows, kCols, SkPatchGrid::kColors_VertexType, nullptr); in setGrid() 101 for (int j = 0; j < kCols; j++) { in setGrid()
|