Home
last modified time | relevance | path

Searched refs:src_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
259 src_img.bo[0] = src->handle; in g2d_copy_test()
270 src_img.user_ptr[0].userptr = userptr; in g2d_copy_test()
271 src_img.user_ptr[0].size = size; in g2d_copy_test()
282 src_img.width = img_w; in g2d_copy_test()
283 src_img.height = img_h; in g2d_copy_test()
284 src_img.stride = src_img.width * 4; in g2d_copy_test()
285 src_img.buf_type = type; in g2d_copy_test()
286 src_img.color_mode = G2D_COLOR_FMT_ARGB8888 | G2D_ORDER_AXRGB; in g2d_copy_test()
287 src_img.color = 0xffff0000; in g2d_copy_test()
[all …]
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dtransfer.cpp365 image *src_img = dynamic_cast<image *>(src_obj); in clEnqueueCopyImage() local
369 validate_obj(q, src_img); in clEnqueueCopyImage()
389 image *src_img = dynamic_cast<image *>(src_obj); in clEnqueueCopyImageToBuffer() local
392 validate_obj(q, src_img); in clEnqueueCopyImageToBuffer()
401 { 1, src_img->row_pitch(), src_img->slice_pitch() }, in clEnqueueCopyImageToBuffer()