Home
last modified time | relevance | path

Searched refs:kDepth (Results 1 – 25 of 94) sorted by relevance

1234

/dports/math/gemmlowp/gemmlowp-dc69acd/internal/
H A Dkernel.h130 static const int kDepth = tDepth; member
133 static const int kSize = kWidth * kDepth;
147 static const int kDepth = Cell::kDepth; member
175 static_assert(Lhs::Cell::kDepth == Rhs::Cell::kDepth, "");
176 static const int kDepth = Lhs::Cell::kDepth; member
203 return d + w * CellFormat::kDepth; in OffsetIntoCell()
205 assert(CellFormat::kWidth == CellFormat::kDepth); in OffsetIntoCell()
H A Dkernel_reference.h41 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()
H A Dkernel_sse.h47 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()
H A Dcompute.h52 depth = RoundUp<Format::kDepth>(depth); in Compute()
95 assert(depth % Format::kDepth == 0); in ComputeL1()
H A Dpack_neon.h48 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;
H A Dkernel_avx.h43 const std::int64_t run_depth_cells = run_depth / Format::kDepth; in Run()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/common/
H A Dgles2_cmd_utils_unittest.cc239 const uint32_t kDepth = 3; in TEST_F() local
244 kWidth, kHeight, kDepth, GL_RGB, GL_UNSIGNED_BYTE, 1, &size, in TEST_F()
246 EXPECT_EQ(kWidth * kHeight * kDepth * 3, size); in TEST_F()
250 kWidth, kHeight, kDepth, GL_RGB, GL_UNSIGNED_BYTE, 2, &size, in TEST_F()
252 EXPECT_EQ((kWidth * 3 + 1) * (kHeight * kDepth - 1) + in TEST_F()
257 kWidth, kHeight, kDepth, GL_RGB, GL_UNSIGNED_BYTE, 4, &size, in TEST_F()
259 EXPECT_EQ((kWidth * 3 + 3) * (kHeight * kDepth - 1) + in TEST_F()
264 kWidth, kHeight, kDepth, GL_RGB, GL_UNSIGNED_BYTE, 8, &size, in TEST_F()
266 EXPECT_EQ((kWidth * 3 + 7) * (kHeight * kDepth - 1) + in TEST_F()
275 const uint32_t kDepth = 3; in TEST_F() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/common/
H A Dgles2_cmd_utils_unittest.cc239 const uint32_t kDepth = 3; in TEST_F() local
244 kWidth, kHeight, kDepth, GL_RGB, GL_UNSIGNED_BYTE, 1, &size, in TEST_F()
246 EXPECT_EQ(kWidth * kHeight * kDepth * 3, size); in TEST_F()
250 kWidth, kHeight, kDepth, GL_RGB, GL_UNSIGNED_BYTE, 2, &size, in TEST_F()
252 EXPECT_EQ((kWidth * 3 + 1) * (kHeight * kDepth - 1) + in TEST_F()
257 kWidth, kHeight, kDepth, GL_RGB, GL_UNSIGNED_BYTE, 4, &size, in TEST_F()
259 EXPECT_EQ((kWidth * 3 + 3) * (kHeight * kDepth - 1) + in TEST_F()
264 kWidth, kHeight, kDepth, GL_RGB, GL_UNSIGNED_BYTE, 8, &size, in TEST_F()
266 EXPECT_EQ((kWidth * 3 + 7) * (kHeight * kDepth - 1) + in TEST_F()
275 const uint32_t kDepth = 3; in TEST_F() local
[all …]
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/apps/fxlab/app/src/main/cpp/effects/
H A DDelayLineEffect.h38 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
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/debug/
H A Dstack_trace_unittest.cc356 constexpr size_t kDepth = 5; in TEST_F() local
357 const void* frames[kDepth]; in TEST_F()
358 ExpectStackFramePointers<kDepth>(frames, kDepth, /*copy_stack=*/false); in TEST_F()
374 constexpr size_t kDepth = 5; in TEST_F() local
375 const void* frames[kDepth]; in TEST_F()
376 ExpectStackFramePointers<kDepth>(frames, kDepth, /*copy_stack=*/true); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_textures.cc308 const int kDepth = 2; in TEST_P() local
337 const int kDepth = 2; in TEST_P() local
853 kDepth, in TEST_P()
862 kDepth, in TEST_P()
901 kDepth, in TEST_P()
911 kDepth, in TEST_P()
931 kDepth, in TEST_P()
957 kDepth, in TEST_P()
969 kDepth, in TEST_P()
1342 kDepth, in TEST_P()
[all …]
H A Dframebuffer_manager_unittest.cc495 const GLint kDepth = 1; in TEST_F() local
634 const GLint kDepth = 1; in TEST_F() local
697 const GLint kDepth = 2; in TEST_F() local
702 const GLint kWrongLayer = kDepth; in TEST_F()
848 const int kDepth = 2; in TEST_F() local
852 kWidth, kHeight, kDepth, in TEST_F()
873 kWidth, kHeight, kDepth, in TEST_F()
887 kWidth, kHeight, kDepth)) in TEST_F()
1297 const GLint kDepth = 1; in TEST_F() local
1425 const GLint kDepth = 2; in TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_textures.cc308 const int kDepth = 2; in TEST_P() local
337 const int kDepth = 2; in TEST_P() local
853 kDepth, in TEST_P()
862 kDepth, in TEST_P()
901 kDepth, in TEST_P()
911 kDepth, in TEST_P()
931 kDepth, in TEST_P()
957 kDepth, in TEST_P()
969 kDepth, in TEST_P()
1342 kDepth, in TEST_P()
[all …]
H A Dframebuffer_manager_unittest.cc495 const GLint kDepth = 1; in TEST_F() local
634 const GLint kDepth = 1; in TEST_F() local
697 const GLint kDepth = 2; in TEST_F() local
702 const GLint kWrongLayer = kDepth; in TEST_F()
848 const int kDepth = 2; in TEST_F() local
852 kWidth, kHeight, kDepth, in TEST_F()
873 kWidth, kHeight, kDepth, in TEST_F()
887 kWidth, kHeight, kDepth)) in TEST_F()
1297 const GLint kDepth = 1; in TEST_F() local
1425 const GLint kDepth = 2; in TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/end2end/
H A DQueueTests.cpp379 constexpr uint32_t kDepth = 62; in TEST_P() local
383 constexpr wgpu::Extent3D kTextureSize = {kWidth, kHeight, kDepth}; in TEST_P()
390 for (unsigned int d : {0u, kDepth / 7, kDepth / 3, kDepth - 1}) { in TEST_P()
418 constexpr uint32_t kDepth = 65; in TEST_P() local
425 textureSpec.textureSize = {kWidth, kHeight, kDepth}; in TEST_P()
471 constexpr uint32_t kDepth = 17; in TEST_P() local
473 constexpr wgpu::Extent3D copySize = {kWidth - 1, kHeight - 1, kDepth - 1}; in TEST_P()
478 textureSpec.textureSize = {kWidth, kHeight, kDepth}; in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/debug/
H A Dstack_trace_unittest.cc318 constexpr size_t kDepth = 5; in TEST_F() local
319 const void* frames[kDepth]; in TEST_F()
320 ExpectStackFramePointers<kDepth>(frames, kDepth); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DComputeShaderTest.cpp1287 constexpr int kWidth = 1, kHeight = 1, kDepth = 2; in TEST_P() local
1355 constexpr int kWidth = 1, kHeight = 1, kDepth = 2; in TEST_P() local
1424 constexpr int kWidth = 1, kHeight = 1, kDepth = 2; in TEST_P() local
1428 glTexStorage3D(GL_TEXTURE_3D, 1, GL_R32UI, kWidth, kHeight, kDepth); in TEST_P()
1434 glTexStorage3D(GL_TEXTURE_3D, 1, GL_R32UI, kWidth, kHeight, kDepth); in TEST_P()
1566 constexpr int kWidth = 1, kHeight = 1, kDepth = 2; in TEST_P() local
1637 constexpr int kWidth = 1, kHeight = 1, kDepth = 2; in TEST_P() local
1645 glTexStorage3D(GL_TEXTURE_3D, 1, GL_R32UI, kWidth, kHeight, kDepth); in TEST_P()
1651 glTexStorage3D(GL_TEXTURE_3D, 1, GL_R32UI, kWidth, kHeight, kDepth); in TEST_P()
1802 constexpr int kWidth = 1, kHeight = 1, kDepth = 2; in TEST_P() local
[all …]
H A DCopyTexImageTest.cpp526 constexpr GLsizei kDepth = 6; in TEST_P() local
531 GLColor fboPixels[kDepth] = {GLColor::red, GLColor::yellow, GLColor::green, in TEST_P()
533 GLColor whitePixels[kDepth] = {GLColor::white, GLColor::white, GLColor::white, in TEST_P()
538 glTexImage3DOES(GL_TEXTURE_3D, 0, GL_RGBA, 1, 1, kDepth, 0, GL_RGBA, GL_UNSIGNED_BYTE, in TEST_P()
543 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, kDepth, 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, whitePixels); in TEST_P()
548 for (GLsizei slice = 0; slice < kDepth; ++slice) in TEST_P()
566 for (GLsizei slice = 0; slice < kDepth; ++slice) in TEST_P()
/dports/math/gemmlowp/gemmlowp-dc69acd/standalone/
H A Dneon-gemm-kernel-benchmark.cc210 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()
5624 for (int di = 0; di < Format::kDepth; di++) { in Run()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_object_avail_unittest.cpp205 const uint32_t kDepth = 100; in TEST() local
206 for (uint32_t i = 1; i < kDepth; ++i) { in TEST()
214 holder.AddObject(kDepth, pdfium::MakeRetain<CPDF_Dictionary>(), in TEST()
218 for (uint32_t i = 1; i <= kDepth; ++i) { in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_object_avail_unittest.cpp206 const uint32_t kDepth = 100; in TEST() local
207 for (uint32_t i = 1; i < kDepth; ++i) { in TEST()
215 holder.AddObject(kDepth, pdfium::MakeRetain<CPDF_Dictionary>(), in TEST()
219 for (uint32_t i = 1; i <= kDepth; ++i) { in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dimage_metadata.h43 kDepth, enumerator
66 return MakeBit(EC::kAlpha) | MakeBit(EC::kDepth) | MakeBit(EC::kSpotColor) | in EnumBits()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dimage_metadata.h43 kDepth, enumerator
66 return MakeBit(EC::kAlpha) | MakeBit(EC::kDepth) | MakeBit(EC::kSpotColor) | in EnumBits()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Dimage_metadata.h43 kDepth, enumerator
66 return MakeBit(EC::kAlpha) | MakeBit(EC::kDepth) | MakeBit(EC::kSpotColor) | in EnumBits()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Dimage_metadata.h43 kDepth, enumerator
66 return MakeBit(EC::kAlpha) | MakeBit(EC::kDepth) | MakeBit(EC::kSpotColor) | in EnumBits()

1234