Home
last modified time | relevance | path

Searched defs:srcImage (Results 1 - 25 of 54) sorted by relevance

123

/third_party/skia/tests/
H A DVkYcbcrSamplerTest.cpp47 sk_sp<SkImage> srcImage = SkImage::MakeFromTexture(testHelper.directContext(), in DEF_GPUTEST() local
H A DImageFilterCacheTest.cpp172 test_image_backed(skiatest::Reporter* reporter, GrRecordingContext* rContext, const sk_sp<SkImage>& srcImage) test_image_backed() argument
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_filter_task.cpp28 dng_filter_task::dng_filter_task (const dng_image &srcImage, in dng_filter_task() argument
H A Ddng_host.cpp533 void dng_host::ResampleImage (const dng_image &srcImage, in ResampleImage() argument
H A Ddng_opcodes.cpp255 dng_filter_opcode_task(dng_filter_opcode &opcode, dng_negative &negative, const dng_image &srcImage, dng_image &dstImage) dng_filter_opcode_task() argument
H A Ddng_render.cpp764 dng_render_task::dng_render_task (const dng_image &srcImage, in dng_render_task() argument
1267 const dng_image *srcImage = fNegative.Stage3Image (); in Render() local
H A Ddng_linearization_info.cpp78 dng_linearize_plane(dng_host &host, dng_linearization_info &info, const dng_image &srcImage, dng_image &dstImage, uint32 plane) dng_linearize_plane() argument
988 dng_linearize_image(dng_host &host, dng_linearization_info &info, const dng_image &srcImage, dng_image &dstImage) dng_linearize_image() argument
1421 Linearize(dng_host &host, const dng_image &srcImage, dng_image &dstImage) Linearize() argument
[all...]
H A Ddng_utils.cpp546 dng_limit_float_depth_task::dng_limit_float_depth_task (const dng_image &srcImage, in dng_limit_float_depth_task() argument
720 LimitFloatBitDepth(dng_host &host, const dng_image &srcImage, dng_image &dstImage, uint32 bitDepth, real32 scale) LimitFloatBitDepth() argument
H A Ddng_resample.cpp531 dng_resample_task::dng_resample_task (const dng_image &srcImage, in dng_resample_task() argument
829 ResampleImage(dng_host &host, const dng_image &srcImage, dng_image &dstImage, const dng_rect &srcBounds, const dng_rect &dstBounds, const dng_resample_function &kernel) ResampleImage() argument
/third_party/mesa3d/src/mesa/main/
H A Dgenmipmap.c119 struct gl_texture_image *srcImage; in generate_texture_mipmap() local
H A Dtexstore.c114 const GLubyte *srcImage = (const GLubyte *) _mesa_image_address(dimensions, in _mesa_memcpy_texture() local
H A Dmipmap.c1965 struct gl_texture_image *srcImage, *dstImage; in generate_mipmap_uncompressed() local
1952 generate_mipmap_uncompressed(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, const struct gl_texture_image *srcImage, GLuint maxLevel) generate_mipmap_uncompressed() argument
2072 generate_mipmap_compressed(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, struct gl_texture_image *srcImage, GLuint maxLevel) generate_mipmap_compressed() argument
2152 const struct gl_texture_image *srcImage; generate_mipmap_compressed() local
2242 struct gl_texture_image *srcImage; _mesa_generate_mipmap() local
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_cmd_copy.c65 vk_common_CmdCopyImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageCopy *pRegions) vk_common_CmdCopyImage() argument
148 vk_common_CmdCopyImageToBuffer(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, uint32_t regionCount, const VkBufferImageCopy *pRegions) vk_common_CmdCopyImageToBuffer() argument
189 vk_common_CmdBlitImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageBlit *pRegions, VkFilter filter) vk_common_CmdBlitImage() argument
238 vk_common_CmdResolveImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageResolve *pRegions) vk_common_CmdResolveImage() argument
[all...]
/third_party/skia/src/image/
H A DSkRescaleAndReadPixels.cpp66 sk_sp<SkImage> srcImage; in SkRescaleAndReadPixels() local
/third_party/vk-gl-cts/framework/delibs/deimage/
H A DdeImage.c117 deImage* deImage_scale (const deImage* srcImage, int dstWidth, int dstHeight) in deImage_scale() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMaxVaryingsTests.cpp848 recordCopyImageToBuffer(const DeviceInterface& vk, const VkCommandBuffer cmdBuffer, const tcu::IVec2& imageSize, const VkImage srcImage, const VkBuffer dstBuffer) recordCopyImageToBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMaxVaryingsTests.cpp852 recordCopyImageToBuffer(const DeviceInterface& vk, const VkCommandBuffer cmdBuffer, const tcu::IVec2& imageSize, const VkImage srcImage, const VkBuffer dstBuffer) recordCopyImageToBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp833 void copyToProtectedImage (ProtectedContext& ctx, vk::VkImage srcImage, vk::VkImage dstImage, vk::VkImageLayout dstImageLayout, deUint32 width, deUint32 height, ProtectionMode protectionMode) in copyToProtectedImage() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLCommandQueue.cpp386 cl_int CommandQueue::enqueueCopyImage(cl_mem srcImage, in enqueueCopyImage() argument
430 cl_int CommandQueue::enqueueCopyImageToBuffer(cl_mem srcImage, in enqueueCopyImageToBuffer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLCommandQueueCL.cpp332 cl_int CLCommandQueueCL::enqueueCopyImage(const cl::Image &srcImage, in enqueueCopyImage() argument
378 cl_int CLCommandQueueCL::enqueueCopyImageToBuffer(const cl::Image &srcImage, in enqueueCopyImageToBuffer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVulkanSecondaryCommandBuffer.h238 ANGLE_INLINE void VulkanSecondaryCommandBuffer::blitImage(const Image &srcImage, in blitImage() argument
326 ANGLE_INLINE void VulkanSecondaryCommandBuffer::copyImageToBuffer(const Image &srcImage, in copyImageToBuffer() argument
336 ANGLE_INLINE void VulkanSecondaryCommandBuffer::copyImage(const Image &srcImage, in copyImage() argument
584 resolveImage(const Image &srcImage, VkImageLayout srcImageLayout, const Image &dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageResolve *regions) resolveImage() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DCommandBufferVk.cpp474 VkImage srcImage = ToBackend(srcCopy.texture)->GetHandle(); in RecordCopyImageWithTemporaryBuffer() local
622 VkImage srcImage = ToBackend(src.texture)->GetHandle(); in RecordCommands() local
689 VkImage srcImage = ToBackend(src.texture)->GetHandle(); in RecordCommands() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp833 void copyToProtectedImage (ProtectedContext& ctx, vk::VkImage srcImage, vk::VkImage dstImage, vk::VkImageLayout dstImageLayout, deUint32 width, deUint32 height, ProtectionMode protectionMode) in copyToProtectedImage() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp284 deUint32 getTextureLevelPyramidDataSize (const tcu::TextureLevelPyramid& srcImage) in getTextureLevelPyramidDataSize() argument
299 void writeTextureLevelPyramidData (void* dst, deUint32 dstLen, const tcu::TextureLevelPyramid& srcImage, vk::VkImageViewType viewType, std::vector<vk::VkBufferImageCopy>* copySlices) in writeTextureLevelPyramidData() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp1027 readOneSampleFromMultisampleImage(const VkFormat srcFormat, const Unique<VkImage>& srcImage, const deUint32 sampleID, const VkFormat dstFormat, const Unique<VkImage>& dstImage, const Unique<VkBuffer>& dstBuffer, const AspectFlags aspect) readOneSampleFromMultisampleImage() argument

Completed in 42 milliseconds

123