Searched defs:kDepth (Results 1 - 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
H A Ddeep_graph_test.cc22 // intended to track, we need to set kDepth to 20000.
24 const int kDepth = 200; local
31 for (int i = 0; i < kDepth; ++i) {
34 ComputeAndCompareR0<int32>(&b, /*expected=*/kDepth + 3,
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_object_avail_unittest.cpp206 const uint32_t kDepth = 100; local
207 for (uint32_t i = 1; i < kDepth; ++i) {
215 holder.AddObject(kDepth, pdfium::MakeUnique<CPDF_Dictionary>(),
220 for (uint32_t i = 1; i <= kDepth; ++i) {
/external/gemmlowp/internal/
H A Dkernel.h130 static const int kDepth = tDepth; member in struct:gemmlowp::CellFormat
133 static const int kSize = kWidth * kDepth;
147 static const int kDepth = Cell::kDepth; member in struct:gemmlowp::KernelSideFormat
163 static_assert(Lhs::Cell::kDepth == Rhs::Cell::kDepth, "");
164 static const int kDepth = Lhs::Cell::kDepth; member in struct:gemmlowp::KernelFormat
191 return d + w * CellFormat::kDepth;
193 assert(CellFormat::kWidth == CellFormat::kDepth);
[all...]
/external/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp169 fAttachments[(int)AttachmentPoint::kDepth].reset(SkRef(attachment));
204 kDepth, enumerator in enum:__anon20763::Framebuffer::AttachmentPoint
/external/skqp/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp169 fAttachments[(int)AttachmentPoint::kDepth].reset(SkRef(attachment));
204 kDepth, enumerator in enum:__anon21429::Framebuffer::AttachmentPoint
/external/gemmlowp/standalone/
H A Dneon-gemm-kernel-benchmark.cc210 static const int kDepth = tDepth; member in struct:CellFormat
213 static const int kSize = kWidth * kDepth;
227 static const int kDepth = Cell::kDepth; member in struct:KernelSideFormat
237 static_assert(Lhs::Cell::kDepth == Rhs::Cell::kDepth, "");
238 static const int kDepth = Lhs::Cell::kDepth; member in struct:KernelFormat
264 return d + w * CellFormat::kDepth;
266 assert(CellFormat::kWidth == CellFormat::kDepth);
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cComputeShaderTests.cpp1000 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); local
1031 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA32F, kWidth, kHeight, kDepth, 0, GL_RGBA, GL_FLOAT, &texture_data[0]);
1049 glTexImage3D(GL_TEXTURE_2D_ARRAY, 0, GL_RGBA32F, kWidth, kHeight, kDepth, 0, GL_RGBA, GL_FLOAT,
1065 glTexImage3DMultisample(GL_TEXTURE_2D_MULTISAMPLE_ARRAY, 4, GL_RGBA32F, kWidth, kHeight, kDepth, GL_FALSE);
1205 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); local
1206 const GLuint kSize = kWidth * kHeight * kDepth;
1416 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); local
1417 const GLuint kSize = kWidth * kHeight * kDepth;
/external/deqp/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.cpp985 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); local
1008 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA32F, kWidth, kHeight, kDepth, 0, GL_RGBA, GL_FLOAT, &texture_data[0]);
1014 glTexImage3D(GL_TEXTURE_2D_ARRAY, 0, GL_RGBA32F, kWidth, kHeight, kDepth, 0, GL_RGBA, GL_FLOAT,
1165 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); local
1166 const GLuint kSize = kWidth * kHeight * kDepth;
1367 const GLint kDepth = static_cast<GLint>(local_size.z() * num_groups.z()); local
1368 const GLuint kSize = kWidth * kHeight * kDepth;

Completed in 851 milliseconds