Home
last modified time | relevance | path

Searched defs:kDepth (Results 1 – 16 of 16) sorted by relevance

/external/gemmlowp/internal/
Dkernel.h130 static constexpr int kDepth = tDepth; member
147 static constexpr int kDepth = Cell::kDepth; member
176 static constexpr int kDepth = Lhs::Cell::kDepth; member
/external/tensorflow/tensorflow/compiler/xla/tests/
Ddeep_graph_test.cc25 const int kDepth = 200; in TEST_F() local
/external/oboe/apps/fxlab/app/src/main/cpp/effects/
DDelayLineEffect.h68 const int kDepth; variable
/external/dynamic_depth/includes/dynamic_depth/
Ddepth_map.h29 enum class DepthItemSemantic { kDepth = 1, kSegmentation = 2 }; enumerator
/external/libchrome/base/debug/
Dstack_trace_unittest.cc302 constexpr size_t kDepth = 5; in TEST_F() local
/external/angle/src/tests/gl_tests/
DComputeShaderTest.cpp1372 constexpr int kWidth = 1, kHeight = 1, kDepth = 2; in TEST_P() local
1440 constexpr int kWidth = 1, kHeight = 1, kDepth = 2; in TEST_P() local
1509 constexpr int kWidth = 1, kHeight = 1, kDepth = 2; in TEST_P() local
1651 constexpr int kWidth = 1, kHeight = 1, kDepth = 2; in TEST_P() local
1722 constexpr int kWidth = 1, kHeight = 1, kDepth = 2; in TEST_P() local
1887 constexpr int kWidth = 1, kHeight = 1, kDepth = 2; in TEST_P() local
4376 constexpr int kWidth = 1, kHeight = 1, kDepth = 2; in TEST_P() local
4427 constexpr int kWidth = 1, kHeight = 1, kDepth = 2; in TEST_P() local
DCopyTexImageTest.cpp526 constexpr GLsizei kDepth = 6; in TEST_P() local
DClearTest.cpp2490 constexpr uint32_t kDepth = 7; in TEST_P() local
/external/pdfium/core/fpdfapi/parser/
Dcpdf_object_avail_unittest.cpp206 const uint32_t kDepth = 100; in TEST() local
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_fused_ops_test.cc210 static constexpr int kDepth = 3; member in tensorflow::MklFusedConv2DOpTest
549 static constexpr int kDepth = 3; member in tensorflow::MklFusedDepthwiseConv2DOpTest
1457 static constexpr int kDepth = 3; member in tensorflow::MklPadWithFusedConv2DOpTest
/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc210 static const int kDepth = tDepth; member
227 static const int kDepth = Cell::kDepth; member
238 static const int kDepth = Lhs::Cell::kDepth; member
/external/deqp/external/openglcts/modules/gles31/
Des31cComputeShaderTests.cpp985 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); in RunIteration() local
1165 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); in RunIteration() local
1367 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); in RunIteration() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cComputeShaderTests.cpp1000 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); in RunIteration() local
1205 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); in RunIteration() local
1416 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); in RunIteration() local
/external/skqp/src/gpu/gl/
DGrGLCreateNullInterface.cpp205 kDepth, enumerator
/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_test.cc536 static constexpr int kDepth = 3; member in tensorflow::FusedConv2DOpTest
/external/vulkan-validation-layers/tests/
Dvklayertests_buffer_image_memory_sampler.cpp5977 enum Dimension { kWidth = 0x1, kHeight = 0x2, kDepth = 0x4 }; in TEST_F() enumerator