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.c269 struct g2d_image src_img, dst_img; in g2d_copy_test() local
280 memset(&dst_img, 0, sizeof(struct g2d_image)); in g2d_copy_test()
281 dst_img.bo[0] = dst->handle; in g2d_copy_test()
324 dst_img.width = img_w; in g2d_copy_test()
325 dst_img.height = img_h; in g2d_copy_test()
326 dst_img.stride = dst_img.width * 4; in g2d_copy_test()
327 dst_img.buf_type = G2D_IMGBUF_GEM; in g2d_copy_test()
328 dst_img.color_mode = G2D_COLOR_FMT_ARGB8888 | G2D_ORDER_AXRGB; in g2d_copy_test()
330 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y, in g2d_copy_test()
353 struct g2d_image src_img, dst_img; in g2d_copy_with_scale_test() local
[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()