/external/skia/tests/ |
D | VkYcbcrSamplerTest.cpp | 21 const size_t kImageHeight = 8; variable 42 if (!ycbcrHelper.createBackendTexture(kImageWidth, kImageHeight)) { in DEF_GPUTEST() 60 SkImageInfo::Make(kImageWidth, kImageHeight, kN32_SkColorType, kPremul_SkAlphaType)); in DEF_GPUTEST() 68 std::vector<uint8_t> readbackData(kImageWidth * kImageHeight * 4); in DEF_GPUTEST() 69 if (!surface->readPixels(SkImageInfo::Make(kImageWidth, kImageHeight, kRGBA_8888_SkColorType, in DEF_GPUTEST() 82 for (size_t y = 0; y < kImageHeight; y += 2) { in DEF_GPUTEST() 84 auto y2 = VkYcbcrSamplerHelper::GetExpectedY(x, y, kImageWidth, kImageHeight); in DEF_GPUTEST() 85 auto [u, v] = VkYcbcrSamplerHelper::GetExpectedUV(x, y, kImageWidth, kImageHeight); in DEF_GPUTEST() 132 kImageWidth, kImageHeight, GrBackendFormat::MakeVk(VK_FORMAT_G8_B8R8_2PLANE_420_UNORM), in DEF_GPUTEST()
|
D | GrMeshTest.cpp | 45 static constexpr int kImageHeight = kBoxCountX * kBoxSize; variable 115 {kImageWidth, kImageHeight}, SkSurfaceProps()); 129 gold.allocN32Pixels(kImageWidth, kImageHeight); 414 this->setBounds(SkRect::MakeIWH(kImageWidth, kImageHeight), 575 fState->opsRenderPass()->bindPipeline(programInfo, SkRect::MakeIWH(kImageWidth, kImageHeight));
|
/external/angle/src/tests/gl_tests/gles1/ |
D | BootAnimationTest.cpp | 171 constexpr unsigned int kImageHeight = 1; in checkClearColor() local 173 EXPECT_PIXEL_RECT_EQ(0, kMaskBoundaryBottom + kImageHeight, kWindowWidth, in checkClearColor() 174 (kWindowHeight - (kMaskBoundaryBottom + kImageHeight)), GLColor::cyan); in checkClearColor() 175 EXPECT_PIXEL_RECT_EQ(0, kMaskBoundaryBottom, kMaskBoundaryLeft, kImageHeight, in checkClearColor() 178 (kWindowWidth - (kMaskBoundaryLeft + kMaskWidth)), kImageHeight, in checkClearColor()
|
/external/skia/gm/ |
D | nested.cpp | 46 return SkISize::Make(kImageWidth, kImageHeight); in onISize() 91 for (int y = 0; y < kImageHeight; y += 10) { in onDraw() 135 static constexpr int kImageHeight = 134; member in skiagm::NestedGM
|
D | pathcontourstart.cpp | 53 SkISize onISize() override { return SkISize::Make(kImageWidth, kImageHeight); } in onISize() 88 static constexpr int kImageHeight = 600; member in skiagm::ContourStartGM 114 canvas->translate(0, kImageHeight / 8); in drawOneColumn()
|
D | rrects.cpp | 79 SkISize onISize() override { return SkISize::Make(kImageWidth, kImageHeight); } in onISize() 100 SkIntToScalar(kImageHeight)); in onDraw() 187 static constexpr int kImageHeight = 480; member in skiagm::RRectGM
|
/external/skqp/gm/ |
D | nested.cpp | 38 return SkISize::Make(kImageWidth, kImageHeight); in onISize() 83 for (int y = 0; y < kImageHeight; y += 10) { in onDraw() 127 static constexpr int kImageHeight = 134; member in skiagm::NestedGM
|
D | pathcontourstart.cpp | 46 SkISize onISize() override { return SkISize::Make(kImageWidth, kImageHeight); } in onISize() 94 static constexpr int kImageHeight = 600; member in skiagm::ContourStartGM 120 canvas->translate(0, kImageHeight / 8); in drawOneColumn()
|
D | rrects.cpp | 61 SkISize onISize() override { return SkISize::Make(kImageWidth, kImageHeight); } in onISize() 86 SkIntToScalar(kImageHeight)); in onDraw() 172 static constexpr int kImageHeight = 480; member in skiagm::RRectGM
|
/external/skqp/tests/ |
D | GrMeshTest.cpp | 39 static constexpr int kImageHeight = kBoxCountX * kBoxSize; variable 90 format, SkBackingFit::kExact, kImageWidth, kImageHeight, kRGBA_8888_GrPixelConfig, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 105 gold.allocN32Pixels(kImageWidth, kImageHeight); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 276 this->setBounds(SkRect::MakeIWH(kImageWidth, kImageHeight), in GrMeshTestOp() 393 SkRect::MakeIWH(kImageWidth, kImageHeight)); in drawMesh() 410 SkAutoSTMalloc<kImageHeight * kImageWidth, uint32_t> resultPx(h * rowBytes); in run_test()
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | imaging_model.cc | 20 constexpr char kImageHeight[] = "ImageHeight"; variable 42 !deserializer.ParseInt(prefix, kImageHeight, &image_size.height)) { in ParseFields() 173 kImageHeight, in Serialize()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 101 static constexpr deUint32 kImageHeight = 32; member in vkt::renderpass::__anoncab1cce10111::MultipleSubpassesMultipleCommandBuffersTestInstance 102 const tcu::UVec2 m_renderSize = { kImageWidth, kImageHeight }; 289 { kImageWidth, kImageHeight, 1u }, // VkExtent3D extent; in MultipleSubpassesMultipleCommandBuffersTestInstance() 482 kImageHeight, // deUint32 height; in MultipleSubpassesMultipleCommandBuffersTestInstance() 501 kImageHeight, // deUint32 height; in MultipleSubpassesMultipleCommandBuffersTestInstance() 735 { kImageWidth, kImageHeight } // VkExtent2D extent; in createCommandBuffer()
|
D | vktRenderPassUnusedClearAttachmentTests.cpp | 187 static constexpr deUint32 kImageHeight = 32; member in vkt::renderpass::__anon076e20c80111::UnusedClearAttachmentTestInstance 188 const tcu::UVec2 m_renderSize = { kImageWidth, kImageHeight }; 454 { kImageWidth, kImageHeight, 1u }, // VkExtent3D extent; in UnusedClearAttachmentTestInstance() 474 { kImageWidth, kImageHeight, 1u }, // VkExtent3D extent; in UnusedClearAttachmentTestInstance() 707 kImageHeight, // deUint32 height; in UnusedClearAttachmentTestInstance() 834 { kImageWidth, kImageHeight } // VkExtent2D extent; in createCommandBuffer()
|
/external/angle/src/tests/gl_tests/ |
D | CopyTexImageTest.cpp | 607 const GLsizei kImageHeight = getWindowHeight(); member in angle::CopyTexImageTestES3 921 std::vector<GLColor> textureData(kImageWidth * kImageHeight * kImageDepth); 930 initialize3DTexture(texture3D, kImageWidth, kImageHeight, kImageDepth, textureData.data()); 962 initialize3DTexture(texture3D, kImageWidth, kImageHeight, kImageDepth, nullptr); 1012 initialize3DTexture(texture3D, kImageWidth, kImageHeight, kImageDepth, nullptr);
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_ops_test.cc | 538 static constexpr int kImageHeight = 32; member in tensorflow::FusedConv2DOpTest 875 int image_height = kImageHeight, 904 int image_width = kImageWidth, int image_height = kImageHeight, 938 int image_height = kImageHeight, 971 int image_width = kImageWidth, int image_height = kImageHeight,
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_fused_ops_test.cc | 212 static constexpr int kImageHeight = 32; member in tensorflow::MklFusedConv2DOpTest 347 int image_height = kImageHeight, in VerifyFusedConv2D() 551 static constexpr int kImageHeight = 32; member in tensorflow::MklFusedDepthwiseConv2DOpTest 670 int image_height = kImageHeight, in VerifyFusedDepthwiseConv2D() 1459 static constexpr int kImageHeight = 28; member in tensorflow::MklPadWithFusedConv2DOpTest 1470 int image_height = kImageHeight, in VerifyPadAndConv2DWithBias() 1495 int image_width = kImageWidth, int image_height = kImageHeight, in VerifyPadAndConv2DWithBiasRelu()
|