Searched refs:src_img (Results 1 – 2 of 2) sorted by relevance
269 struct g2d_image src_img, dst_img; in g2d_copy_test() local279 memset(&src_img, 0, sizeof(struct g2d_image)); in g2d_copy_test()292 src_img.bo[0] = src->handle; in g2d_copy_test()303 src_img.user_ptr[0].userptr = userptr; in g2d_copy_test()304 src_img.user_ptr[0].size = size; in g2d_copy_test()314 src_img.width = img_w; in g2d_copy_test()315 src_img.height = img_h; in g2d_copy_test()316 src_img.stride = src_img.width * 4; in g2d_copy_test()317 src_img.buf_type = type; in g2d_copy_test()318 src_img.color_mode = G2D_COLOR_FMT_ARGB8888 | G2D_ORDER_AXRGB; in g2d_copy_test()[all …]
365 image *src_img = dynamic_cast<image *>(src_obj); in clEnqueueCopyImage() local369 validate_obj(q, src_img); in clEnqueueCopyImage()389 image *src_img = dynamic_cast<image *>(src_obj); in clEnqueueCopyImageToBuffer() local392 validate_obj(q, src_img); in clEnqueueCopyImageToBuffer()401 { 1, src_img->row_pitch(), src_img->slice_pitch() }, in clEnqueueCopyImageToBuffer()