Home
last modified time | relevance | path

Searched refs:dstImage (Results 1 – 25 of 105) sorted by relevance

12345

/external/dng_sdk/source/
Ddng_filter_task.cpp29 dng_image &dstImage) in dng_filter_task() argument
32 , fDstImage (dstImage) in dng_filter_task()
39 , fDstPlanes (dstImage.Planes ()) in dng_filter_task()
40 , fDstPixelType (dstImage.PixelType ()) in dng_filter_task()
Ddng_opcodes.cpp258 dng_image &dstImage) in dng_filter_opcode_task() argument
261 dstImage) in dng_filter_opcode_task()
371 AutoPtr<dng_image> dstImage; in Apply() local
379 dstImage.Reset (host.Make_dng_image (image->Bounds (), in Apply()
390 dstImage.Reset (image->Clone ()); in Apply()
399 *dstImage); in Apply()
406 image.Reset (dstImage.Release ()); in Apply()
Ddng_mosaic_info.h152 dng_image &dstImage,
166 dng_image &dstImage,
181 dng_image &dstImage,
Ddng_utils.cpp524 dng_image &dstImage,
547 dng_image &dstImage, in dng_limit_float_depth_task() argument
552 , fDstImage (dstImage) in dng_limit_float_depth_task()
722 dng_image &dstImage, in LimitFloatBitDepth() argument
728 DNG_ASSERT (dstImage.PixelType () == ttFloat, "Floating point image expected"); in LimitFloatBitDepth()
731 dstImage, in LimitFloatBitDepth()
735 host.PerformAreaTask (task, dstImage.Bounds ()); in LimitFloatBitDepth()
Ddng_mosaic_info.cpp1122 dng_image &dstImage,
1138 dng_image &dstImage, in dng_fast_interpolator() argument
1143 dstImage) in dng_fast_interpolator()
1806 dng_image &dstImage, in InterpolateGeneric() argument
1822 dng_point dstTileSize = dstImage.RepeatingTile ().Size (); in InterpolateGeneric()
1851 dstImage.PixelType (), pcRowInterleaved, NULL); in InterpolateGeneric()
1871 dng_tile_iterator iter1 (dstImage, dstImage.Bounds ()); in InterpolateGeneric()
1920 dstImage.Put (dstBuffer); in InterpolateGeneric()
1933 dng_image &dstImage, in InterpolateFast() argument
1942 dstImage, in InterpolateFast()
[all …]
Ddng_render.cpp744 dng_image &dstImage,
765 dng_image &dstImage, in dng_render_task() argument
771 dstImage) in dng_render_task()
1324 AutoPtr<dng_image> dstImage (fHost.Make_dng_image (srcBounds.Size (), in Render() local
1329 *dstImage.Get (), in Render()
1335 dstImage->Bounds ()); in Render()
1337 return dstImage.Release (); in Render()
Ddng_host.cpp534 dng_image &dstImage) in ResampleImage() argument
539 dstImage, in ResampleImage()
541 dstImage.Bounds (), in ResampleImage()
Ddng_linearization_info.cpp67 dng_image &dstImage,
81 dng_image &dstImage, in dng_linearize_plane() argument
85 , fDstImage (dstImage) in dng_linearize_plane()
89 , fDstPixelType (dstImage.PixelType ()) in dng_linearize_plane()
972 dng_image &dstImage);
991 dng_image &dstImage) in dng_linearize_image() argument
994 , fDstImage (dstImage) in dng_linearize_image()
1007 dstImage, in dng_linearize_image()
1423 dng_image &dstImage) in Linearize() argument
1429 dstImage); in Linearize()
Ddng_resample.cpp509 dng_image &dstImage,
532 dng_image &dstImage, in dng_resample_task() argument
538 dstImage) in dng_resample_task()
563 dstImage.PixelSize () <= 2 && in dng_resample_task()
564 srcImage.PixelRange () == dstImage.PixelRange ()) in dng_resample_task()
831 dng_image &dstImage, in ResampleImage() argument
838 dstImage, in ResampleImage()
/external/skqp/src/gpu/vk/
DGrVkCommandBuffer.cpp623 GrVkImage* dstImage, in copyImage() argument
630 this->addResource(dstImage->resource()); in copyImage()
634 dstImage->image(), in copyImage()
645 VkImage dstImage, in blitImage() argument
657 dstImage, in blitImage()
666 const GrVkImage& dstImage, in blitImage() argument
674 dstImage.resource(), in blitImage()
675 dstImage.image(), in blitImage()
676 dstImage.currentLayout(), in blitImage()
703 GrVkImage* dstImage, in copyBufferToImage() argument
[all …]
DGrVkCommandBuffer.h245 GrVkImage* dstImage,
255 VkImage dstImage,
263 const GrVkImage& dstImage,
277 GrVkImage* dstImage,
296 const GrVkImage& dstImage,
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp628 CmdCopyImage(const vk::Image *srcImage, vk::Image *dstImage, const VkImageCopy &region) in CmdCopyImage() argument
630 , dstImage(dstImage) in CmdCopyImage()
637 srcImage->copyTo(dstImage, region); in play()
644 vk::Image *dstImage; member in __anon37a6868d0111::CmdCopyImage
697 CmdCopyBufferToImage(vk::Buffer *srcBuffer, vk::Image *dstImage, const VkBufferImageCopy &region) in CmdCopyBufferToImage() argument
699 , dstImage(dstImage) in CmdCopyBufferToImage()
706 dstImage->copyFrom(srcBuffer, region); in play()
713 vk::Image *dstImage; member in __anon37a6868d0111::CmdCopyBufferToImage
839 …CmdBlitImage(const vk::Image *srcImage, vk::Image *dstImage, const VkImageBlit &region, VkFilter f… in CmdBlitImage() argument
841 , dstImage(dstImage) in CmdBlitImage()
[all …]
DVkImage.cpp348 void Image::copyTo(Image *dstImage, const VkImageCopy &region) const in copyTo() argument
377 Format dstFormat = dstImage->getFormat(dstAspect); in copyTo()
380 ASSERT(samples == dstImage->samples); in copyTo()
383 VkExtent3D dstExtent = dstImage->getMipLevelExtent(dstAspect, region.dstSubresource.mipLevel); in copyTo()
387 VkImageType dstImageType = dstImage->getImageType(); in copyTo()
394 int dstRowPitch = dstImage->rowPitchBytes(dstAspect, region.dstSubresource.mipLevel); in copyTo()
395 int dstDepthPitch = dstImage->slicePitchBytes(dstAspect, region.dstSubresource.mipLevel); in copyTo()
397 VkDeviceSize dstArrayPitch = dstImage->getLayerSize(dstAspect); in copyTo()
441 …uint8_t *dstLayer = static_cast<uint8_t *>(dstImage->getTexelPointer(region.dstOffset, { region.ds… in copyTo()
449 ASSERT((dstLayer + copySize) < dstImage->end()); in copyTo()
[all …]
DVkCommandBuffer.hpp106 …void copyImage(const Image *srcImage, VkImageLayout srcImageLayout, Image *dstImage, VkImageLayout…
108 …void blitImage(const Image *srcImage, VkImageLayout srcImageLayout, Image *dstImage, VkImageLayout…
110 void copyBufferToImage(Buffer *srcBuffer, Image *dstImage, VkImageLayout dstImageLayout,
122 …void resolveImage(const Image *srcImage, VkImageLayout srcImageLayout, Image *dstImage, VkImageLay…
DVkImage.hpp62 void copyTo(Image *dstImage, const VkImageCopy &pRegion) const;
66 void blitTo(Image *dstImage, const VkImageBlit &region, VkFilter filter) const;
68 void resolveTo(Image *dstImage, const VkImageResolve &region) const;
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp696 GrVkImage* dstImage, in copyImage() argument
704 this->addResource(dstImage->resource()); in copyImage()
708 dstImage->image(), in copyImage()
719 VkImage dstImage, in blitImage() argument
732 dstImage, in blitImage()
741 const GrVkImage& dstImage, in blitImage() argument
749 dstImage.resource(), in blitImage()
750 dstImage.image(), in blitImage()
751 dstImage.currentLayout(), in blitImage()
780 GrVkImage* dstImage, in copyBufferToImage() argument
[all …]
DGrVkGpu.cpp689 GrVkImage* dstImage; in resolveImage() local
693 dstImage = static_cast<GrVkTexture*>(dstTex)->textureAttachment(); in resolveImage()
696 dstImage = static_cast<GrVkRenderTarget*>(dstRT)->nonMSAAAttachment(); in resolveImage()
698 SkASSERT(dstImage); in resolveImage()
700 dstImage->setImageLayout(this, in resolveImage()
713 this->currentCommandBuffer()->resolveImage(this, *src->colorAttachment(), *dstImage, 1, in resolveImage()
2115 void GrVkGpu::copySurfaceAsCopyImage(GrSurface* dst, GrSurface* src, GrVkImage* dstImage, in copySurfaceAsCopyImage() argument
2123 int dstSampleCnt = dstImage->vkImageInfo().fSampleCount; in copySurfaceAsCopyImage()
2125 bool dstHasYcbcr = dstImage->ycbcrConversionInfo().isValid(); in copySurfaceAsCopyImage()
2127 VkFormat dstFormat = dstImage->imageFormat(); in copySurfaceAsCopyImage()
[all …]
DGrVkCommandBuffer.h251 GrVkImage* dstImage,
261 VkImage dstImage,
269 const GrVkImage& dstImage,
286 GrVkImage* dstImage,
305 const GrVkImage& dstImage,
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h140 VkImage dstImage; member
190 VkImage dstImage; member
200 VkImage dstImage; member
405 VkImage dstImage; member
517 const Image &dstImage,
550 const Image &dstImage,
557 const Image &dstImage,
651 const Image &dstImage,
974 const Image &dstImage, in blitImage() argument
986 paramStruct->dstImage = dstImage.getHandle(); in blitImage()
[all …]
/external/mesa3d/src/mesa/drivers/common/
Dmeta_generate_mipmap.c272 struct gl_texture_image *dstImage; in _mesa_meta_GenerateMipmap() local
309 dstImage = _mesa_select_tex_image(texObj, faceTarget, dstLevel); in _mesa_meta_GenerateMipmap()
314 if (dstImage == NULL) in _mesa_meta_GenerateMipmap()
342 GL_COLOR_ATTACHMENT0, dstImage, in _mesa_meta_GenerateMipmap()
/external/OpenCL-CTS/test_conformance/images/clCopyImage/
Dtest_copy_generic.cpp298 clMemWrapper srcImage, dstImage; in test_copy_image_generic() local
377 dstImage = create_image( context, queue, dstData, dstImageInfo, &error ); in test_copy_image_generic()
378 if( dstImage == NULL ) in test_copy_image_generic()
463 …error = clEnqueueCopyImage( queue, srcImage, dstImage, sourcePos, destPos, regionSize, 0, NULL, NU… in test_copy_image_generic()
484 …void* mapped = (char*)clEnqueueMapImage(queue, dstImage, CL_TRUE, CL_MAP_READ, origin, region, &ma… in test_copy_image_generic()
574 error = clEnqueueUnmapMemObject(queue, dstImage, mapped, 0, NULL, NULL); in test_copy_image_generic()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c257 VkImage dstImage, in radv_CmdCopyBufferToImage() argument
263 RADV_FROM_HANDLE(radv_image, dst_image, dstImage); in radv_CmdCopyBufferToImage()
288 RADV_FROM_HANDLE(radv_image, dst_image, pCopyBufferToImageInfo->dstImage); in radv_CmdCopyBufferToImage2KHR()
611 VkImage dstImage, in radv_CmdCopyImage() argument
618 RADV_FROM_HANDLE(radv_image, dst_image, dstImage); in radv_CmdCopyImage()
643 RADV_FROM_HANDLE(radv_image, dst_image, pCopyImageInfo->dstImage); in radv_CmdCopyImage2KHR()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTranscodingSupportTests.cpp355 …de::MovePtr<Image> dstImage (new Image(vk, device, allocator, dstImageCreateInfo, MemoryRe… in transcode() local
356 …Move<VkImageView> dstImageView (makeImageView(vk, device, dstImage->get(), mapImageViewType… in transcode()
424 dstImage->get(), subresourceRange); in transcode()
431 …vk.cmdCopyImageToBuffer(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(… in transcode()
443 outputImage = dstImage; in transcode()
605 …de::MovePtr<Image> dstImage (new Image(vk, device, allocator, dstImageCreateInfo, MemoryRe… in transcode() local
606 …Move<VkImageView> dstImageView (makeImageView(vk, device, dstImage->get(), mapImageViewType… in transcode()
607 …SS_SHADER_READ_BIT, VK_IMAGE_LAYOUT_UNDEFINED, VK_IMAGE_LAYOUT_GENERAL, dstImage->get(), subresour… in transcode()
685 dstImage->get(), subresourceRange); in transcode()
692 …vk.cmdCopyImageToBuffer(*cmdBuffer, dstImage->get(), VK_IMAGE_LAYOUT_GENERAL, dstImageBuffer->get(… in transcode()
[all …]
/external/mesa3d/src/mesa/main/
Dmipmap.c1867 struct gl_texture_image *dstImage; in prepare_mipmap_level() local
1870 dstImage = _mesa_get_tex_image(ctx, texObj, target, level); in prepare_mipmap_level()
1871 if (!dstImage) { in prepare_mipmap_level()
1876 if (dstImage->Width != width || in prepare_mipmap_level()
1877 dstImage->Height != height || in prepare_mipmap_level()
1878 dstImage->Depth != depth || in prepare_mipmap_level()
1879 dstImage->Border != border || in prepare_mipmap_level()
1880 dstImage->InternalFormat != intFormat || in prepare_mipmap_level()
1881 dstImage->TexFormat != format) { in prepare_mipmap_level()
1883 ctx->Driver.FreeTextureImageBuffer(ctx, dstImage); in prepare_mipmap_level()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp513 Move<VkImage> dstImage (createImageWithDrmFormatModifiers(vkd, device, VK_IMAGE_TYPE_2D, in exportImportMemoryExplicitModifiersCase() local
518 VkMemoryRequirements dstImageMemoryReq = getImageMemoryRequirements(vkd, device, *dstImage); in exportImportMemoryExplicitModifiersCase()
523 *dstImage)); in exportImportMemoryExplicitModifiersCase()
525 VK_CHECK(vkd.bindImageMemory(device, *dstImage, *dstMemory, 0)); in exportImportMemoryExplicitModifiersCase()
555 *dstImage, // VkImage image; in exportImportMemoryExplicitModifiersCase()
574 …vkd.cmdBlitImage(*cmdBuffer, *srcImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *dstImage, VK_IMAGE_… in exportImportMemoryExplicitModifiersCase()
581 VK_CHECK(vkd.getImageDrmFormatModifierPropertiesEXT(device, *dstImage, &properties)); in exportImportMemoryExplicitModifiersCase()

12345