Home
last modified time | relevance | path

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

123456

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/
Dcopy_image_common.txt47 * [[VUID-{refpage}-dstImage-01996]]
49 pname:dstImage must: contain ename:VK_FORMAT_FEATURE_TRANSFER_DST_BIT
51 * [[VUID-{refpage}-dstImage-00131]]
52 pname:dstImage must: have been created with
55 * [[VUID-{refpage}-dstImage-00132]]
56 If pname:dstImage is non-sparse then it must: be bound completely and
60 * [[VUID-{refpage}-dstImage-01547]]
61 If pname:dstImage is non-sparse then the image or _disjoint_ plane that
67 of pname:dstImage specified in pname:pRegions at the time this command
83 The elink:VkFormat of each of pname:srcImage and pname:dstImage must: be
[all …]
Dcopy_image_common.adoc44 * [[VUID-{refpage}-dstImage-01996]]
46 pname:dstImage must: contain ename:VK_FORMAT_FEATURE_TRANSFER_DST_BIT
49 * [[VUID-{refpage}-dstImage-00132]]
50 If pname:dstImage is non-sparse then it must: be bound completely and
54 * [[VUID-{refpage}-dstImage-01547]]
55 If pname:dstImage is non-sparse then the image or _disjoint_ plane that
61 of pname:dstImage specified in pname:pRegions at the time this command
77 The elink:VkFormat of each of pname:srcImage and pname:dstImage must: be
82 If the elink:VkFormat of each of pname:srcImage and pname:dstImage is
85 pname:dstImage must: be <<formats-size-compatibility,size-compatible>>
[all …]
Dresolve_image_common.adoc17 * [[VUID-{refpage}-dstImage-00258]]
18 If pname:dstImage is non-sparse then it must: be bound completely and
20 * [[VUID-{refpage}-dstImage-00259]]
21 pname:dstImage must: have a sample count equal to
40 of pname:dstImage specified in pname:pRegions at the time this command
53 * [[VUID-{refpage}-dstImage-02003]]
55 pname:dstImage must: contain
62 <<resources-image-format-features,format features>> of pname:dstImage
66 pname:srcImage and pname:dstImage must: have been created with the same
75 slink:VkImageCreateInfo when pname:dstImage was created
[all …]
Dcopy_buffer_to_image_common.adoc19 * [[VUID-{refpage}-dstImage-01997]]
21 pname:dstImage must: contain ename:VK_FORMAT_FEATURE_TRANSFER_DST_BIT
26 * [[VUID-{refpage}-dstImage-00177]]
27 pname:dstImage must: have been created with
29 * [[VUID-{refpage}-dstImage-00178]]
30 If pname:dstImage is non-sparse then it must: be bound completely and
32 * [[VUID-{refpage}-dstImage-00179]]
33 pname:dstImage must: have a sample count equal to
37 of pname:dstImage specified in pname:pRegions at the time this command
54 slink:VkImageCreateInfo when pname:dstImage was created
[all …]
Dblit_image_common.adoc12 be a region that is contained within pname:dstImage
47 * [[VUID-{refpage}-dstImage-02000]]
49 pname:dstImage must: contain ename:VK_FORMAT_FEATURE_BLIT_DST_BIT
51 * [[VUID-{refpage}-dstImage-06422]]
52 pname:dstImage must: not use a
56 * [[VUID-{refpage}-dstImage-00224]]
57 pname:dstImage must: have been created with
59 * [[VUID-{refpage}-dstImage-00225]]
60 If pname:dstImage is non-sparse then it must: be bound completely and
64 of pname:dstImage specified in pname:pRegions at the time this command
[all …]
Dblit_image_common.txt12 be a region that is contained within pname:dstImage
47 * [[VUID-{refpage}-dstImage-02000]]
49 pname:dstImage must: contain ename:VK_FORMAT_FEATURE_BLIT_DST_BIT
51 * [[VUID-{refpage}-dstImage-06422]]
52 pname:dstImage must: not use a
56 * [[VUID-{refpage}-dstImage-00224]]
57 pname:dstImage must: have been created with
59 * [[VUID-{refpage}-dstImage-00225]]
60 If pname:dstImage is non-sparse then it must: be bound completely and
64 of pname:dstImage specified in pname:pRegions at the time this command
[all …]
Dresolve_image_common.txt17 * [[VUID-{refpage}-dstImage-00258]]
18 If pname:dstImage is non-sparse then it must: be bound completely and
20 * [[VUID-{refpage}-dstImage-00259]]
21 pname:dstImage must: have a sample count equal to
40 of pname:dstImage specified in pname:pRegions at the time this command
53 * [[VUID-{refpage}-dstImage-02003]]
55 pname:dstImage must: contain
58 pname:srcImage and pname:dstImage must: have been created with the same
67 slink:VkImageCreateInfo when pname:dstImage was created
77 slink:VkImageCreateInfo when pname:dstImage was created
[all …]
Dcopy_buffer_to_image_common.txt19 * [[VUID-{refpage}-dstImage-01997]]
21 pname:dstImage must: contain ename:VK_FORMAT_FEATURE_TRANSFER_DST_BIT
26 * [[VUID-{refpage}-dstImage-00177]]
27 pname:dstImage must: have been created with
29 * [[VUID-{refpage}-dstImage-00178]]
30 If pname:dstImage is non-sparse then it must: be bound completely and
32 * [[VUID-{refpage}-dstImage-00179]]
33 pname:dstImage must: have a sample count equal to
37 of pname:dstImage specified in pname:pRegions at the time this command
54 slink:VkImageCreateInfo when pname:dstImage was created
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java476 public void decompressToYUV(YUVImage dstImage, int flags) in decompressToYUV() argument
480 if (dstImage == null || flags < 0) in decompressToYUV()
482 int scaledWidth = getScaledWidth(dstImage.getWidth(), in decompressToYUV()
483 dstImage.getHeight()); in decompressToYUV()
484 int scaledHeight = getScaledHeight(dstImage.getWidth(), in decompressToYUV()
485 dstImage.getHeight()); in decompressToYUV()
486 if (scaledWidth != dstImage.getWidth() || in decompressToYUV()
487 scaledHeight != dstImage.getHeight()) in decompressToYUV()
489 if (jpegSubsamp != dstImage.getSubsamp()) in decompressToYUV()
492 decompressToYUV(jpegBuf, jpegBufSize, dstImage.getPlanes(), in decompressToYUV()
[all …]
DTJCompressor.java426 public void encodeYUV(YUVImage dstImage, int flags) throws TJException { in encodeYUV() argument
427 if (dstImage == null || flags < 0) in encodeYUV()
434 if (srcWidth != dstImage.getWidth() || srcHeight != dstImage.getHeight()) in encodeYUV()
439 srcPixelFormat, dstImage.getPlanes(), dstImage.getOffsets(), in encodeYUV()
440 dstImage.getStrides(), dstImage.getSubsamp(), flags); in encodeYUV()
443 srcPixelFormat, dstImage.getPlanes(), dstImage.getOffsets(), in encodeYUV()
444 dstImage.getStrides(), dstImage.getSubsamp(), flags); in encodeYUV()
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java485 public void decompressToYUV(YUVImage dstImage, int flags) in decompressToYUV() argument
489 if (dstImage == null || flags < 0) in decompressToYUV()
491 int scaledWidth = getScaledWidth(dstImage.getWidth(), in decompressToYUV()
492 dstImage.getHeight()); in decompressToYUV()
493 int scaledHeight = getScaledHeight(dstImage.getWidth(), in decompressToYUV()
494 dstImage.getHeight()); in decompressToYUV()
495 if (scaledWidth != dstImage.getWidth() || in decompressToYUV()
496 scaledHeight != dstImage.getHeight()) in decompressToYUV()
498 if (jpegSubsamp != dstImage.getSubsamp()) in decompressToYUV()
501 decompressToYUV(jpegBuf, jpegBufSize, dstImage.getPlanes(), in decompressToYUV()
[all …]
DTJCompressor.java433 public void encodeYUV(YUVImage dstImage, int flags) throws TJException { in encodeYUV() argument
434 if (dstImage == null || flags < 0) in encodeYUV()
441 if (srcWidth != dstImage.getWidth() || srcHeight != dstImage.getHeight()) in encodeYUV()
446 srcPixelFormat, dstImage.getPlanes(), dstImage.getOffsets(), in encodeYUV()
447 dstImage.getStrides(), dstImage.getSubsamp(), flags); in encodeYUV()
450 srcPixelFormat, dstImage.getPlanes(), dstImage.getOffsets(), in encodeYUV()
451 dstImage.getStrides(), dstImage.getSubsamp(), flags); in encodeYUV()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_cmd_copy.c68 VkImage dstImage, in vk_common_CmdCopyImage() argument
95 .dstImage = dstImage, in vk_common_CmdCopyImage()
109 VkImage dstImage, in vk_common_CmdCopyBufferToImage() argument
136 .dstImage = dstImage, in vk_common_CmdCopyBufferToImage()
192 VkImage dstImage, in vk_common_CmdBlitImage() argument
225 .dstImage = dstImage, in vk_common_CmdBlitImage()
241 VkImage dstImage, in vk_common_CmdResolveImage() argument
268 .dstImage = dstImage, in vk_common_CmdResolveImage()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkStructConversion.hpp56 …CopyImageInfo(VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstI… in CopyImageInfo()
62 dstImage, in CopyImageInfo()
91 …BlitImageInfo(VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstI… in BlitImageInfo()
97 dstImage, in BlitImageInfo()
126 …CopyBufferToImageInfo(VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t… in CopyBufferToImageInfo()
131 dstImage, in CopyBufferToImageInfo()
196 …ResolveImageInfo(VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout d… in ResolveImageInfo()
202 dstImage, in ResolveImageInfo()
DVkImage.cpp358 void Image::copyTo(Image *dstImage, const VkImageCopy2KHR &region) const in copyTo() argument
369 copySingleAspectTo(dstImage, singleAspectRegion); in copyTo()
372 copySingleAspectTo(dstImage, singleAspectRegion); in copyTo()
376 copySingleAspectTo(dstImage, region); in copyTo()
379 void Image::copySingleAspectTo(Image *dstImage, const VkImageCopy2KHR &region) const in copySingleAspectTo() argument
408 Format dstFormat = dstImage->getFormat(dstAspect); in copySingleAspectTo()
411 ASSERT(samples == dstImage->samples); in copySingleAspectTo()
414 VkExtent3D dstExtent = dstImage->getMipLevelExtent(dstAspect, region.dstSubresource.mipLevel); in copySingleAspectTo()
418 VkImageType dstImageType = dstImage->getImageType(); in copySingleAspectTo()
425 int dstRowPitch = dstImage->rowPitchBytes(dstAspect, region.dstSubresource.mipLevel); in copySingleAspectTo()
[all …]
DVkCommandBuffer.cpp633 CmdCopyImage(const vk::Image *srcImage, vk::Image *dstImage, const VkImageCopy2KHR &region) in CmdCopyImage() argument
635 , dstImage(dstImage) in CmdCopyImage()
642 srcImage->copyTo(dstImage, region); in execute()
649 vk::Image *const dstImage; member in __anon050568cb0111::CmdCopyImage
702 …CmdCopyBufferToImage(vk::Buffer *srcBuffer, vk::Image *dstImage, const VkBufferImageCopy2KHR &regi… in CmdCopyBufferToImage() argument
704 , dstImage(dstImage) in CmdCopyBufferToImage()
711 dstImage->copyFrom(srcBuffer, region); in execute()
718 vk::Image *const dstImage; member in __anon050568cb0111::CmdCopyBufferToImage
844 …CmdBlitImage(const vk::Image *srcImage, vk::Image *dstImage, const VkImageBlit2KHR &region, VkFilt… in CmdBlitImage() argument
846 , dstImage(dstImage) in CmdBlitImage()
[all …]
/third_party/skia/third_party/externals/dng_sdk/source/
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_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_mosaic_info.h152 dng_image &dstImage,
166 dng_image &dstImage,
181 dng_image &dstImage,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h108 VkImage dstImage; member
125 VkImage dstImage; member
135 VkImage dstImage; member
305 VkImage dstImage; member
390 const Image &dstImage,
419 const Image &dstImage,
426 const Image &dstImage,
488 const Image &dstImage,
707 const Image &dstImage, in blitImage() argument
719 paramStruct->dstImage = dstImage.getHandle(); in blitImage()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVulkanSecondaryCommandBuffer.h62 const Image &dstImage,
90 const Image &dstImage,
101 const Image &dstImage,
188 const Image &dstImage,
240 const Image &dstImage, in blitImage() argument
247 CommandBuffer::blitImage(srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, in blitImage()
317 const Image &dstImage, in copyBufferToImage() argument
323 CommandBuffer::copyBufferToImage(srcBuffer, dstImage, dstImageLayout, regionCount, regions); in copyBufferToImage()
338 const Image &dstImage, in copyImage() argument
344 CommandBuffer::copyImage(srcImage, srcImageLayout, dstImage, dstImageLayout, regionCount, in copyImage()
[all …]
DSecondaryCommandBuffer.h145 VkImage dstImage; member
195 VkImage dstImage; member
205 VkImage dstImage; member
408 VkImage dstImage; member
536 const Image &dstImage,
569 const Image &dstImage,
576 const Image &dstImage,
668 const Image &dstImage,
1001 const Image &dstImage, in blitImage() argument
1013 paramStruct->dstImage = dstImage.getHandle(); in blitImage()
[all …]
/third_party/flutter/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp639 GrVkImage* dstImage, in copyImage() argument
647 this->addResource(dstImage->resource()); in copyImage()
651 dstImage->image(), in copyImage()
662 VkImage dstImage, in blitImage() argument
675 dstImage, in blitImage()
684 const GrVkImage& dstImage, in blitImage() argument
692 dstImage.resource(), in blitImage()
693 dstImage.image(), in blitImage()
694 dstImage.currentLayout(), in blitImage()
722 GrVkImage* dstImage, in copyBufferToImage() argument
[all …]
/third_party/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp691 GrVkImage* dstImage, in copyImage() argument
699 this->addResource(dstImage->resource()); in copyImage()
703 dstImage->image(), in copyImage()
714 VkImage dstImage, in blitImage() argument
727 dstImage, in blitImage()
736 const GrVkImage& dstImage, in blitImage() argument
744 dstImage.resource(), in blitImage()
745 dstImage.image(), in blitImage()
746 dstImage.currentLayout(), in blitImage()
775 GrVkImage* dstImage, in copyBufferToImage() argument
[all …]
DGrVkGpu.cpp700 GrVkImage* dstImage; in resolveImage() local
704 dstImage = static_cast<GrVkTexture*>(dstTex)->textureImage(); in resolveImage()
707 dstImage = static_cast<GrVkRenderTarget*>(dstRT)->nonMSAAAttachment(); in resolveImage()
709 SkASSERT(dstImage); in resolveImage()
711 dstImage->setImageLayout(this, in resolveImage()
724 this->currentCommandBuffer()->resolveImage(this, *src->colorAttachment(), *dstImage, 1, in resolveImage()
2145 GrVkImage* dstImage, in copySurfaceAsCopyImage() argument
2154 int dstSampleCnt = dstImage->numSamples(); in copySurfaceAsCopyImage()
2156 bool dstHasYcbcr = dstImage->ycbcrConversionInfo().isValid(); in copySurfaceAsCopyImage()
2158 VkFormat dstFormat = dstImage->imageFormat(); in copySurfaceAsCopyImage()
[all …]

123456