| /third_party/mesa3d/src/vulkan/runtime/ |
| D | vk_cmd_copy.c | 68 VkImage dstImage, in vk_common_CmdCopyImage() 109 VkImage dstImage, in vk_common_CmdCopyBufferToImage() 192 VkImage dstImage, in vk_common_CmdBlitImage() 241 VkImage dstImage, in vk_common_CmdResolveImage()
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_filter_task.cpp | 29 dng_image &dstImage) in dng_filter_task()
|
| D | dng_opcodes.cpp | 258 dng_image &dstImage) in dng_filter_opcode_task() 371 AutoPtr<dng_image> dstImage; in Apply() local
|
| D | dng_render.cpp | 765 dng_image &dstImage, in dng_render_task() 1324 AutoPtr<dng_image> dstImage (fHost.Make_dng_image (srcBounds.Size (), in Render() local
|
| D | dng_mosaic_info.cpp | 1138 dng_image &dstImage, in dng_fast_interpolator() 1806 dng_image &dstImage, in InterpolateGeneric() 1933 dng_image &dstImage, in InterpolateFast() 1962 dng_image &dstImage, in Interpolate()
|
| D | dng_linearization_info.cpp | 81 dng_image &dstImage, in dng_linearize_plane() 991 dng_image &dstImage) in dng_linearize_image() 1423 dng_image &dstImage) in Linearize()
|
| D | dng_host.cpp | 534 dng_image &dstImage) in ResampleImage()
|
| D | dng_utils.cpp | 547 dng_image &dstImage, in dng_limit_float_depth_task() 722 dng_image &dstImage, in LimitFloatBitDepth()
|
| D | dng_resample.cpp | 532 dng_image &dstImage, in dng_resample_task() 831 dng_image &dstImage, in ResampleImage()
|
| D | dng_lens_correction.cpp | 1002 dng_image &dstImage, in dng_filter_warp() 1660 AutoPtr<dng_image> dstImage (host.Make_dng_image (image->Bounds (), in Apply() local 1850 AutoPtr<dng_image> dstImage (host.Make_dng_image (image->Bounds (), in Apply() local
|
| D | dng_negative.cpp | 4386 dng_image &dstImage, in dng_encode_proxy_task() 4543 AutoPtr<dng_image> dstImage (host.Make_dng_image (srcImage.Bounds (), in EncodeRawProxy() local 4779 AutoPtr<dng_image> dstImage (host.Make_dng_image (newSize, in ConvertToProxy() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | VulkanSecondaryCommandBuffer.h | 240 const Image &dstImage, in blitImage() 317 const Image &dstImage, in copyBufferToImage() 338 const Image &dstImage, in copyImage() 586 const Image &dstImage, in resolveImage()
|
| D | SecondaryCommandBuffer.h | 145 VkImage dstImage; member 195 VkImage dstImage; member 205 VkImage dstImage; member 408 VkImage dstImage; member 1001 const Image &dstImage, in blitImage() 1095 const Image &dstImage, in copyBufferToImage() 1111 const Image &dstImage, in copyImage() 1428 const Image &dstImage, in resolveImage()
|
| D | FramebufferVk.cpp | 856 vk::ImageHelper *dstImage = &drawRenderTarget->getImageForWrite(); in blitWithCommand() local 1447 vk::ImageHelper &dstImage = drawRenderTarget->getImageForWrite(); in resolveColorWithCommand() local 1478 vk::ImageHelper &dstImage = drawRenderTarget->getImageForWrite(); in resolveColorWithCommand() local
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkCommandBuffer.cpp | 738 GrVkImage* dstImage, in copyImage() 761 VkImage dstImage, in blitImage() 783 const GrVkImage& dstImage, in blitImage() 822 GrVkImage* dstImage, in copyBufferToImage() 925 const GrVkImage& dstImage, in resolveImage()
|
| D | GrVkGpu.cpp | 719 GrVkImage* dstImage; in resolveImage() local 2337 GrVkImage* dstImage, in copySurfaceAsCopyImage() 2401 GrVkImage* dstImage, in copySurfaceAsBlit() 2499 GrVkImage* dstImage; in onCopySurface() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkImage.cpp | 358 void Image::copyTo(Image *dstImage, const VkImageCopy2KHR ®ion) const in copyTo() 379 void Image::copySingleAspectTo(Image *dstImage, const VkImageCopy2KHR ®ion) const in copySingleAspectTo() 1017 void Image::blitTo(Image *dstImage, const VkImageBlit2KHR ®ion, VkFilter filter) const in blitTo() 1028 void Image::resolveTo(Image *dstImage, const VkImageResolve2KHR ®ion) const in resolveTo()
|
| D | VkCommandBuffer.cpp | 633 CmdCopyImage(const vk::Image *srcImage, vk::Image *dstImage, const VkImageCopy2KHR ®ion) in CmdCopyImage() 649 vk::Image *const dstImage; member in __anon60e7c08c0111::CmdCopyImage 702 …CmdCopyBufferToImage(vk::Buffer *srcBuffer, vk::Image *dstImage, const VkBufferImageCopy2KHR ®i… in CmdCopyBufferToImage() 718 vk::Image *const dstImage; member in __anon60e7c08c0111::CmdCopyBufferToImage 844 …CmdBlitImage(const vk::Image *srcImage, vk::Image *dstImage, const VkImageBlit2KHR ®ion, VkFilt… in CmdBlitImage() 861 vk::Image *const dstImage; member in __anon60e7c08c0111::CmdBlitImage 869 CmdResolveImage(const vk::Image *srcImage, vk::Image *dstImage, const VkImageResolve2KHR ®ion) in CmdResolveImage() 885 vk::Image *const dstImage; member in __anon60e7c08c0111::CmdResolveImage
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | CommandBufferVk.cpp | 475 VkImage dstImage = ToBackend(dstCopy.texture)->GetHandle(); in RecordCopyImageWithTemporaryBuffer() local 584 VkImage dstImage = ToBackend(dst.texture)->GetHandle(); in RecordCommands() local 690 VkImage dstImage = ToBackend(dst.texture)->GetHandle(); in RecordCommands() local
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fCopyImageTests.cpp | 1864 glu::ObjectWrapper* dstImage; member 1880 const ImageInfo& dstImage, in CopyImageTest() 1977 glu::ObjectWrapper& dstImage = *m_state->dstImage; in createImagesIter() local 2029 glu::ObjectWrapper& dstImage = *m_state->dstImage; in verifyDestinationIter() local 2059 glu::ObjectWrapper& dstImage = *m_state->dstImage; in renderDestinationIter() local 2199 glu::ObjectWrapper& dstImage = *m_state->dstImage; in copyImageIter() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| D | vktImageTranscodingSupportTests.cpp | 356 …de::MovePtr<Image> dstImage (new Image(vk, device, allocator, dstImageCreateInfo, MemoryRe… in transcode() local 610 …de::MovePtr<Image> dstImage (new Image(vk, device, allocator, dstImageCreateInfo, MemoryRe… in transcode() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
| D | vktImageTranscodingSupportTests.cpp | 356 …de::MovePtr<Image> dstImage (new Image(vk, device, allocator, dstImageCreateInfo, MemoryRe… in transcode() local 610 …de::MovePtr<Image> dstImage (new Image(vk, device, allocator, dstImageCreateInfo, MemoryRe… in transcode() local
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| D | vn_command_buffer.c | 1090 VkImage dstImage, in vn_CmdCopyImage() 1110 VkImage dstImage, in vn_CmdBlitImage() 1130 VkImage dstImage, in vn_CmdCopyBufferToImage() 1282 VkImage dstImage, in vn_CmdResolveImage()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | CLCommandQueue.cpp | 387 cl_mem dstImage, in enqueueCopyImage() 454 cl_mem dstImage, in enqueueCopyBufferToImage()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
| D | CLCommandQueueCL.cpp | 333 const cl::Image &dstImage, in enqueueCopyImage() 403 const cl::Image &dstImage, in enqueueCopyBufferToImage()
|