Home
last modified time | relevance | path

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

/external/libdrm/tests/exynos/
Dexynos_fimg2d_test.c239 struct g2d_image src_img = {0}, dst_img = {0}; in g2d_copy_test() local
248 dst_img.bo[0] = dst->handle; in g2d_copy_test()
292 dst_img.width = img_w; in g2d_copy_test()
293 dst_img.height = img_h; in g2d_copy_test()
294 dst_img.stride = dst_img.width * 4; in g2d_copy_test()
295 dst_img.buf_type = G2D_IMGBUF_GEM; in g2d_copy_test()
296 dst_img.color_mode = G2D_COLOR_FMT_ARGB8888 | G2D_ORDER_AXRGB; in g2d_copy_test()
298 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y, in g2d_copy_test()
446 struct g2d_image src_img = {0}, dst_img = {0}; in g2d_copy_with_scale_test() local
455 dst_img.bo[0] = dst->handle; in g2d_copy_with_scale_test()
[all …]
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dtransfer.cpp156 image &dst_img, const vector_t &dst_orig, in validate_copy() argument
159 if (dst_img.format() != src_img.format()) in validate_copy()
162 if (dst_img == src_img) { in validate_copy()
556 auto &dst_img = obj<image>(d_dst_mem); in clEnqueueCopyImage() local
563 validate_object(q, dst_img, dst_origin, region); in clEnqueueCopyImage()
565 validate_copy(q, dst_img, dst_origin, src_img, src_origin, region); in clEnqueueCopyImage()
569 hard_copy_op(q, &dst_img, dst_origin, in clEnqueueCopyImage()
625 auto &dst_img = obj<image>(d_dst_mem); in clEnqueueCopyBufferToImage() local
629 auto dst_pitch = pitch(region, {{ dst_img.pixel_size(), in clEnqueueCopyBufferToImage()
630 dst_img.row_pitch(), in clEnqueueCopyBufferToImage()
[all …]
/external/mesa3d/src/amd/vulkan/
Dradv_meta_resolve.c596 …struct radv_image *dst_img = cmd_buffer->state.framebuffer->attachments[dest_att.attachment].attac… in radv_cmd_buffer_resolve_subpass() local
600 if (dst_img->surface.dcc_size) { in radv_cmd_buffer_resolve_subpass()
601 radv_initialize_dcc(cmd_buffer, dst_img, 0xffffffff); in radv_cmd_buffer_resolve_subpass()