Home
last modified time | relevance | path

Searched defs:dstImage (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/mesa3d/src/vulkan/runtime/
Dvk_cmd_copy.c68 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/
Ddng_filter_task.cpp29 dng_image &dstImage) in dng_filter_task()
Ddng_opcodes.cpp258 dng_image &dstImage) in dng_filter_opcode_task()
371 AutoPtr<dng_image> dstImage; in Apply() local
Ddng_render.cpp765 dng_image &dstImage, in dng_render_task()
1324 AutoPtr<dng_image> dstImage (fHost.Make_dng_image (srcBounds.Size (), in Render() local
Ddng_mosaic_info.cpp1138 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()
Ddng_linearization_info.cpp81 dng_image &dstImage, in dng_linearize_plane()
991 dng_image &dstImage) in dng_linearize_image()
1423 dng_image &dstImage) in Linearize()
Ddng_host.cpp534 dng_image &dstImage) in ResampleImage()
Ddng_utils.cpp547 dng_image &dstImage, in dng_limit_float_depth_task()
722 dng_image &dstImage, in LimitFloatBitDepth()
Ddng_resample.cpp532 dng_image &dstImage, in dng_resample_task()
831 dng_image &dstImage, in ResampleImage()
Ddng_lens_correction.cpp1002 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
Ddng_negative.cpp4386 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/
DVulkanSecondaryCommandBuffer.h240 const Image &dstImage, in blitImage()
317 const Image &dstImage, in copyBufferToImage()
338 const Image &dstImage, in copyImage()
586 const Image &dstImage, in resolveImage()
DSecondaryCommandBuffer.h145 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()
DFramebufferVk.cpp856 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/
DGrVkCommandBuffer.cpp738 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()
DGrVkGpu.cpp719 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/
DVkImage.cpp358 void Image::copyTo(Image *dstImage, const VkImageCopy2KHR &region) const in copyTo()
379 void Image::copySingleAspectTo(Image *dstImage, const VkImageCopy2KHR &region) const in copySingleAspectTo()
1017 void Image::blitTo(Image *dstImage, const VkImageBlit2KHR &region, VkFilter filter) const in blitTo()
1028 void Image::resolveTo(Image *dstImage, const VkImageResolve2KHR &region) const in resolveTo()
DVkCommandBuffer.cpp633 CmdCopyImage(const vk::Image *srcImage, vk::Image *dstImage, const VkImageCopy2KHR &region) in CmdCopyImage()
649 vk::Image *const dstImage; member in __anon60e7c08c0111::CmdCopyImage
702 …CmdCopyBufferToImage(vk::Buffer *srcBuffer, vk::Image *dstImage, const VkBufferImageCopy2KHR &regi… in CmdCopyBufferToImage()
718 vk::Image *const dstImage; member in __anon60e7c08c0111::CmdCopyBufferToImage
844 …CmdBlitImage(const vk::Image *srcImage, vk::Image *dstImage, const VkImageBlit2KHR &region, VkFilt… in CmdBlitImage()
861 vk::Image *const dstImage; member in __anon60e7c08c0111::CmdBlitImage
869 CmdResolveImage(const vk::Image *srcImage, vk::Image *dstImage, const VkImageResolve2KHR &region) in CmdResolveImage()
885 vk::Image *const dstImage; member in __anon60e7c08c0111::CmdResolveImage
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp475 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/
Des31fCopyImageTests.cpp1864 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/
DvktImageTranscodingSupportTests.cpp356 …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/
DvktImageTranscodingSupportTests.cpp356 …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/
Dvn_command_buffer.c1090 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/
DCLCommandQueue.cpp387 cl_mem dstImage, in enqueueCopyImage()
454 cl_mem dstImage, in enqueueCopyBufferToImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLCommandQueueCL.cpp333 const cl::Image &dstImage, in enqueueCopyImage()
403 const cl::Image &dstImage, in enqueueCopyBufferToImage()

1234