Home
last modified time | relevance | path

Searched refs:tmp_img (Results 1 - 1 of 1) sorted by relevance

/third_party/libdrm/tests/exynos/
H A Dexynos_fimg2d_test.c329 struct g2d_image img = {0}, tmp_img = {0}; in g2d_move_test() local
369 tmp_img.bo[0] = tmp->handle; in g2d_move_test()
372 tmp_img.user_ptr[0].userptr = (unsigned long)checkerboard; in g2d_move_test()
373 tmp_img.user_ptr[0].size = img_w * img_h * 4; in g2d_move_test()
392 tmp_img.width = img_w; in g2d_move_test()
393 tmp_img.height = img_h; in g2d_move_test()
394 tmp_img.stride = img_w * 4; in g2d_move_test()
395 tmp_img.buf_type = type; in g2d_move_test()
396 tmp_img.color_mode = G2D_COLOR_FMT_ARGB8888 | G2D_ORDER_AXRGB; in g2d_move_test()
399 g2d_copy(ctx, &tmp_img, in g2d_move_test()
[all...]

Completed in 1 milliseconds