/external/gemmlowp/internal/ |
D | kernel.h | 130 static constexpr int kDepth = tDepth; member 133 static constexpr int kSize = kWidth * kDepth; 147 static constexpr int kDepth = Cell::kDepth; member 175 static_assert(Lhs::Cell::kDepth == Rhs::Cell::kDepth, ""); 176 static constexpr int kDepth = Lhs::Cell::kDepth; member 203 return d + w * CellFormat::kDepth; in OffsetIntoCell() 205 assert(CellFormat::kWidth == CellFormat::kDepth); in OffsetIntoCell()
|
D | kernel_reference.h | 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()
|
D | kernel_sse.h | 47 std::int32_t run_depth_cells = run_depth / Format::kDepth; in Run() 222 const std::int64_t run_depth_cells = run_depth / Format::kDepth; in Run()
|
D | compute.h | 52 depth = RoundUp<Format::kDepth>(depth); in Compute() 95 assert(depth % Format::kDepth == 0); in ComputeL1()
|
D | pack_neon.h | 48 static const int kCellDepth = CellFormat::kDepth; 149 static const int kCellDepth = CellFormat::kDepth; 274 static const int kCellDepth = CellFormat::kDepth; 339 static const int kCellDepth = CellFormat::kDepth;
|
D | kernel_avx.h | 43 const std::int64_t run_depth_cells = run_depth / Format::kDepth; in Run()
|
D | pack_msa.h | 45 static const int kCellDepth = CellFormat::kDepth; 199 static const int kCellDepth = CellFormat::kDepth; 368 static const int kCellDepth = CellFormat::kDepth;
|
D | pack_avx.h | 47 static const int kCellDepth = CellFormat::kDepth; 201 static const int kCellDepth = CellFormat::kDepth;
|
/external/tensorflow/tensorflow/core/kernels/ |
D | depthwise_conv_op.h | 199 const int64_t kDepth = args.depth_multiplier; 218 if (kDepth > 1 && kDepth <= kPacketSize) { 234 limit -= (kPacketSize - kDepth) / kDepth + 1; 243 in_buf += kDepth; 249 for (int64_t dm = 0; dm < kDepth; dm++) { 252 in_buf += kDepth; 267 } else if (kDepth > kPacketSize) { 271 const int64_t dm_vectorized_size = (kDepth / kPacketSize) * kPacketSize; 290 Eigen::internal::pstoreu<T>(in_buf + kDepth - kPacketSize, p); 291 in_buf += kDepth; [all …]
|
/external/oboe/apps/fxlab/app/src/main/cpp/effects/ |
D | DelayLineEffect.h | 38 kDepth(depth), in DelayLineEffect() 44 auto variableDelay = mMod() * kDepth + kTap; in operator() 68 const int kDepth; variable 69 const int kTap = kDelay + kDepth; 76 const size_t kDelayLineSize = kTap + kDepth + 1; // index one is immediate prev sample
|
/external/cronet/base/debug/ |
D | stack_trace_unittest.cc | 341 constexpr size_t kDepth = 5; in TEST_F() local 342 const void* frames[kDepth]; in TEST_F() 343 ExpectStackFramePointers<kDepth>(frames, kDepth, /*copy_stack=*/false); in TEST_F() 359 constexpr size_t kDepth = 5; in TEST_F() local 360 const void* frames[kDepth]; in TEST_F() 361 ExpectStackFramePointers<kDepth>(frames, kDepth, /*copy_stack=*/true); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | deep_graph_test.cc | 25 const int kDepth = 200; in TEST_F() local 32 for (int i = 0; i < kDepth; ++i) { in TEST_F() 35 ComputeAndCompareR0<int32_t>(&b, /*expected=*/kDepth + 3, in TEST_F()
|
/external/cronet/third_party/protobuf/src/google/protobuf/ |
D | message_unittest.inc | 270 constexpr int kDepth = 2; 271 for (int i = 0; i < kDepth; i++) { 292 constexpr int kDepth = 5; 294 for (int i = 0; i < kDepth; i++) { 316 constexpr int kDepth = 5; 318 for (int i = 0; i < kDepth; i++) { 337 constexpr int kDepth = 5; 339 for (int i = 0; i < kDepth; i++) { 408 constexpr int kDepth = 2; 409 o = InitNestedProto(kDepth); [all …]
|
/external/libchrome/base/debug/ |
D | stack_trace_unittest.cc | 302 constexpr size_t kDepth = 5; in TEST_F() local 303 const void* frames[kDepth]; in TEST_F() 304 ExpectStackFramePointers<kDepth>(frames, kDepth); in TEST_F()
|
/external/protobuf/src/google/protobuf/ |
D | message_unittest.inc | 270 constexpr int kDepth = 2; 271 for (int i = 0; i < kDepth; i++) { 342 constexpr int kDepth = 5; 344 for (int i = 0; i < kDepth; i++) { 366 constexpr int kDepth = 5; 368 for (int i = 0; i < kDepth; i++) { 387 constexpr int kDepth = 5; 389 for (int i = 0; i < kDepth; i++) { 458 constexpr int kDepth = 2; 459 o = InitNestedProto(kDepth); [all …]
|
/external/skia/src/gpu/graphite/ |
D | ResourceTypes.h | 29 kDepth = 0b001, enumerator 31 kDepthStencil = kDepth | kStencil,
|
D | PublicPrecompile.cpp | 99 DepthStencilFlags::kDepth, in Precompile() 113 DepthStencilFlags::kDepth, in Precompile()
|
/external/angle/src/tests/gl_tests/ |
D | ComputeShaderTest.cpp | 1516 constexpr int kWidth = 1, kHeight = 1, kDepth = 2; in TEST_P() local 1520 glTexStorage3D(GL_TEXTURE_2D_ARRAY, 1, GL_R32UI, kWidth, kHeight, kDepth); in TEST_P() 1521 glTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 0, 0, kWidth, kHeight, kDepth, GL_RED_INTEGER, in TEST_P() 1526 glTexStorage3D(GL_TEXTURE_2D_ARRAY, 1, GL_R32UI, kWidth, kHeight, kDepth); in TEST_P() 1527 glTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, 0, 0, 0, kWidth, kHeight, kDepth, GL_RED_INTEGER, in TEST_P() 1584 constexpr int kWidth = 1, kHeight = 1, kDepth = 2; in TEST_P() local 1588 glTexStorage3D(GL_TEXTURE_2D_ARRAY, 2, GL_R32UI, kWidth * 2, kHeight * 2, kDepth); in TEST_P() 1589 glTexSubImage3D(GL_TEXTURE_2D_ARRAY, 1, 0, 0, 0, kWidth, kHeight, kDepth, GL_RED_INTEGER, in TEST_P() 1595 glTexStorage3D(GL_TEXTURE_2D_ARRAY, 2, GL_R32UI, kWidth * 2, kHeight * 2, kDepth); in TEST_P() 1596 glTexSubImage3D(GL_TEXTURE_2D_ARRAY, 1, 0, 0, 0, kWidth, kHeight, kDepth, GL_RED_INTEGER, in TEST_P() [all …]
|
D | ETCTextureTest.cpp | 142 constexpr GLuint kDepth = 6u; in TEST_P() local 149 constexpr GLuint kBytes = kNumBlocksWide * kNumBlocksHigh * kPixelBytes * kDepth; in TEST_P() 153 glCompressedTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, kFormat, kWidth, kHeight, kDepth, 0, in TEST_P() 158 kInvalidTextureHeight, kDepth, GL_RGB, kInvalidTextureData.size(), in TEST_P() 161 kInvalidTextureHeight, kDepth, GL_RGB, kInvalidTextureData.size(), in TEST_P()
|
D | CopyTexImageTest.cpp | 602 constexpr GLsizei kDepth = 6; in TEST_P() local 607 GLColor fboPixels[kDepth] = {GLColor::red, GLColor::yellow, GLColor::green, in TEST_P() 609 GLColor whitePixels[kDepth] = {GLColor::white, GLColor::white, GLColor::white, in TEST_P() 614 glTexImage3DOES(GL_TEXTURE_3D, 0, GL_RGBA, 1, 1, kDepth, 0, GL_RGBA, GL_UNSIGNED_BYTE, in TEST_P() 619 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, kDepth, 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, whitePixels); in TEST_P() 624 for (GLsizei slice = 0; slice < kDepth; ++slice) in TEST_P() 642 for (GLsizei slice = 0; slice < kDepth; ++slice) in TEST_P()
|
/external/dynamic_depth/includes/dynamic_depth/ |
D | depth_map.h | 29 enum class DepthItemSemantic { kDepth = 1, kSegmentation = 2 }; enumerator 39 DepthItemSemantic item_semantic = DepthItemSemantic::kDepth;
|
/external/gemmlowp/standalone/ |
D | neon-gemm-kernel-benchmark.cc | 210 static const int kDepth = tDepth; member 213 static const int kSize = kWidth * kDepth; 227 static const int kDepth = Cell::kDepth; member 237 static_assert(Lhs::Cell::kDepth == Rhs::Cell::kDepth, ""); 238 static const int kDepth = Lhs::Cell::kDepth; member 309 return d + w * CellFormat::kDepth; in OffsetIntoCell() 311 assert(CellFormat::kWidth == CellFormat::kDepth); in OffsetIntoCell() 5606 const int depth_cells = static_cast<int>(depth / Format::kDepth); in Run() 5615 Format::Lhs::Cell::kWidth * Format::kDepth; in Run() 5619 Format::Rhs::Cell::kWidth * Format::kDepth; in Run() [all …]
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_object_avail_unittest.cpp | 198 const uint32_t kDepth = 100; in TEST() local 199 for (uint32_t i = 1; i < kDepth; ++i) { in TEST() 207 holder.AddObject(kDepth, pdfium::MakeRetain<CPDF_Dictionary>(), in TEST() 211 for (uint32_t i = 1; i <= kDepth; ++i) { in TEST()
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | depth_map.cc | 52 case DepthItemSemantic::kDepth: in ItemSemanticToString() 67 return DepthItemSemantic::kDepth; in StringToItemSemantic()
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_fused_ops_test.cc | 212 static constexpr int kDepth = 3; member in tensorflow::MklFusedConv2DOpTest 326 int depth = kDepth, int image_width = kImageWidth, in VerifyFusedConv2D() 529 static constexpr int kDepth = 3; member in tensorflow::MklFusedDepthwiseConv2DOpTest 616 int depth = kDepth, in VerifyFusedDepthwiseConv2D() 1271 static constexpr int kDepth = 3; member in tensorflow::MklPadWithFusedConv2DOpTest 1282 int depth = kDepth, in VerifyPadAndConv2DWithBias() 1308 int filter_size, int filter_count, int depth = kDepth, in VerifyPadAndConv2DWithBiasRelu()
|