Home
last modified time | relevance | path

Searched refs:dst_img (Results 1 – 2 of 2) 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.cpp366 image *dst_img = dynamic_cast<image *>(dst_obj); in clEnqueueCopyImage() local
370 validate_obj(q, dst_img); in clEnqueueCopyImage()
417 image *dst_img = dynamic_cast<image *>(src_obj); in clEnqueueCopyBufferToImage() local
421 validate_obj(q, dst_img); in clEnqueueCopyBufferToImage()
427 { 1, dst_img->row_pitch(), dst_img->slice_pitch() }, in clEnqueueCopyBufferToImage()