Home
last modified time | relevance | path

Searched refs:dst_img (Results 1 – 12 of 12) sorted by relevance

/external/libdrm/tests/exynos/
Dexynos_fimg2d_test.c246 struct g2d_image src_img = {0}, dst_img = {0}; in g2d_copy_test() local
255 dst_img.bo[0] = dst->handle; in g2d_copy_test()
300 dst_img.width = img_w; in g2d_copy_test()
301 dst_img.height = img_h; in g2d_copy_test()
302 dst_img.stride = dst_img.width * 4; in g2d_copy_test()
303 dst_img.buf_type = G2D_IMGBUF_GEM; in g2d_copy_test()
304 dst_img.color_mode = G2D_COLOR_FMT_ARGB8888 | G2D_ORDER_AXRGB; in g2d_copy_test()
306 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y, in g2d_copy_test()
454 struct g2d_image src_img = {0}, dst_img = {0}; in g2d_copy_with_scale_test() local
463 dst_img.bo[0] = dst->handle; in g2d_copy_with_scale_test()
[all …]
/external/mesa3d/src/gallium/frontends/clover/api/
Dtransfer.cpp178 image &dst_img, const vector_t &dst_orig, in validate_copy() argument
181 if (dst_img.format() != src_img.format()) in validate_copy()
184 if (dst_img == src_img) { in validate_copy()
697 auto &dst_img = obj<image>(d_dst_mem); in clEnqueueCopyImage() local
704 validate_object(q, dst_img, dst_origin, region); in clEnqueueCopyImage()
706 validate_copy(q, dst_img, dst_origin, src_img, src_origin, region); in clEnqueueCopyImage()
710 hard_copy_op(q, &dst_img, dst_origin, in clEnqueueCopyImage()
766 auto &dst_img = obj<image>(d_dst_mem); in clEnqueueCopyBufferToImage() local
770 auto dst_pitch = pitch(region, {{ dst_img.pixel_size(), in clEnqueueCopyBufferToImage()
771 dst_img.row_pitch(), in clEnqueueCopyBufferToImage()
[all …]
/external/skia/tests/
DSerialProcsTest.cpp95 auto dst_img = picture_to_image(new_pic); in DEF_TEST() local
96 REPORTER_ASSERT(reporter, ToolUtils::equal_pixels(src_img.get(), dst_img.get())); in DEF_TEST()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_resolve.c828 struct radv_image *dst_img = cmd_buffer->state.attachments[dest_att.attachment].iview->image; in radv_cmd_buffer_resolve_subpass() local
833 src_iview->vk_format, dst_img, in radv_cmd_buffer_resolve_subpass()
862 struct radv_image *dst_img = dest_iview->image; in radv_cmd_buffer_resolve_subpass() local
864 if (radv_dcc_enabled(dst_img, dest_iview->base_mip)) { in radv_cmd_buffer_resolve_subpass()
873 radv_initialize_dcc(cmd_buffer, dst_img, &range, 0xffffffff); in radv_cmd_buffer_resolve_subpass()
/external/ComputeLibrary/src/core/CL/cl_kernels/nhwc/
Dindirect_convolution.cl44 …* @param[out] dst_img (Not supported) Write only cl_image object for the…
146 …* @param[out] dst_img (Not supported) Write only cl_image object for the…
Ddwc_native_fp_nhwc.cl67 …* @param[out] dst_img (Not supported) Write only cl_image object for the…
Dscale.cl141 …* @param[out] dst_img (Not supported) Write only cl_image object for the…
Dtransposed_convolution.cl76 …* @param[out] dst_img (Not supported) Write only cl_image object for the…
Ddirect_convolution.cl79 …* @param[out] dst_img (Not supported) Write only cl_image object for the…
Ddwc_native_quantized_nhwc.cl90 …* @param[out] dst_img (Not supported) Write only cl_image ob…
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp2133 … const IMAGE_STATE *dst_img, const VkImageCopy *region, in ValidateCopyImageTransferGranularityRequirements() argument
2146 granularity = GetScaledItg(cb_node, dst_img); in ValidateCopyImageTransferGranularityRequirements()
2151 GetAdjustedDestImageExtent(src_img->createInfo.format, dst_img->createInfo.format, extent); in ValidateCopyImageTransferGranularityRequirements()
2152 subresource_extent = GetImageSubresourceExtent(dst_img, &region->dstSubresource); in ValidateCopyImageTransferGranularityRequirements()
2154dst_img->createInfo.imageType, i, function, "extent", "VUID-vkCmdCopyImage-dstOffset-01784"); in ValidateCopyImageTransferGranularityRequirements()
Dcore_validation.h1287 … const IMAGE_STATE* dst_img, const VkImageCopy* region, const uint32_t i,